我无法让 facebook like 按钮在 wordpress 中处理自定义帖子类型。
我正在使用的代码:
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>
它在网站上注册了类似的东西,但在 facebook 上没有任何更新。
不知道问题是什么,认为它可能与永久链接有关,但我尝试过的一切都不起作用。
任何帮助表示赞赏!