Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I added the facebook comments box to a php product page on a website that uses url rewriting.

Each product page has different url, e.g:

www.mysite.com/product_info.php=product1
www.mysite.com/product_info.php=product2
www.mysite.com/product_info.php=product3 and so on

The comment box code added to product_info.php is:

<div class="fb-comments"  data-href="<?php echo HTTP_SERVER . $_SERVER['REQUEST_URI']; ?>" data-num-posts="20" data-width="660" data-colorscheme="dark" style="padding-left:10px;"></div>

<?php echo HTTP_SERVER . $_SERVER['REQUEST_URI']; ?> 

makes sure the correct url is posted to facebook Comment Moderation Tool.

I have created an iframe application on my clients facebook business page and put the comments plugin there.

How do I display the comments from the website to the iframe application on the clients facebook business page? I cant use a static url becuase each url is different on the product page.

share|improve this question

1 Answer

There are many articles which explain learn how to add Fb remark box on your website. But this text is little different, its about Find out how to Add Facebook Remark field on a Dynamic PHP website. That is much helpful as a result of we don’t wish to upload fb code to each unmarried page. Simply add Fb comment code to a dynamic page this will likely help you to use facebook comment box on your whole dynamic php pages. Ekiosku.com Jual Beli Online Aman Menyenangkan Learn the step by step instructions.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.