Wordpress网站的Facebook OpenGraph标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress网站的Facebook OpenGraph标签相关的知识,希望对你有一定的参考价值。

To be used in the header.php
  1. <meta property="fb:admins" content="[Your FB app ID]" />
  2.  
  3. <!-- if page is content page -->
  4. <?php if (is_single()) { ?>
  5. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  6. <meta property="og:url" content="<?php the_permalink() ?>"/>
  7. <meta property="og:title" content="<?php single_post_title(''); ?>" />
  8. <meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" />
  9. <meta property="og:type" content="article" />
  10. <?php endwhile; else: endif; ?>
  11. <!-- if page is others -->
  12. <?php } else { ?>
  13. <meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
  14. <meta property="og:description" content="<?php bloginfo('description'); ?>" />
  15. <meta property="og:type" content="website" />
  16. <?php } ?>

以上是关于Wordpress网站的Facebook OpenGraph标签的主要内容,如果未能解决你的问题,请参考以下文章

Wordpress网站的Facebook OpenGraph标签

在wordpress网站中添加“加入群组”按钮

如何将新浪微博登录集成到wordpress中? [关闭]

如何将 Facebook 集成到 WordPress 注册/登录中?

无法将我的 WordPress 帖子与我在 Facebook 上的图片分享

Facebook Open Graph 操作前身份验证