Ive installed a facebook comment box on a php product page on our website. This means the comment box is displayed on all our product pages
使用
data-href="<?php echo HTTP_SERVER . $_SERVER[ REQUEST_URI ]; ?>"
用户评论时,用手提书张贴的圆顶是谁。
现在,我试图在我们网站上展示从加拿大产品页到面板上打字的所有评论。
I ve tried adding various different codes to the iframe:
<fb:activity
site="fmysite"
app_id="myappid">
</fb:activity>
以及
https://www.facebook.com/plugins/comments.php?api_key=mykey
以及 various other urls but I cant get all the comments to show in the iframe.
如果我从一个产品页上排出一只ur,并对它发表评论,那就行了。 但是,这并不是想要实现的。
Is there any way to do this pls?
In the comment moderation tool, all the comments from all the product pages are shown, what is the code that is showing all the comments there? Can I use that?
感谢任何帮助!