如何隐藏Facebook即阅文"More from"版块



有可能隐藏Facebook即时文章末尾的"更多"部分吗?

我已经阅读了格式参考,其中只提到了如何显示,但没有隐藏它的线索。

是的,只需从文章页脚标记中删除相关的文章部分。你可以在这里看到一个例子。

  <!-- Analytics code for your article -->
  <figure class="op-tracker">
      <iframe src="" hidden></iframe>
  </figure>
  <footer>
    <!-- Credits for your article -->
    <aside>Acknowledgements</aside>
    <!-- Copyright details for your article -->
    <small>Legal notes</small>
  </footer>
</article>

不,不可能隐藏该部分,但您可以选择使用op相关类自己提供相关文章的列表-https://developers.facebook.com/docs/instant-articles/reference/related-articles.

相关内容

  • 没有找到相关文章

最新更新