Facebook comments in wordpress ajax
-
Hi..,
Thanks for your greate plugin. I have tried to get facebook comments in ajax means..my functionality of site is..first loading one post in single post page with comments and then next post link button. For the first post comments are working fine..when i click on next post to load next post..i have done ajax function to load next post content with comments. What i have done in ajax function is passing next post id to php function there I am writing query for get post details of that post id and i am adding your shortcide function to the returned output like belowdo_shortcode(‘[fbcomments url=”‘.get_permalink().'”]’);
so comments div is coming fine in ajax response result like below
<p><fb:comments-count href=”https://656magazine.com/380″></fb:comments-count> Comments</p>
<div class=”fb-comments” data-href=”https://656magazine.com/380/” data-num-posts=”5″ data-width=”100%” data-colorscheme=”light”></div>The comments are not loading into this div. I knew that on page load it will work but we need on ajax..can you help me out in this. How we can trigger your js function or any other alternative?
If you want to check our site URL is:
https://656magazine.com/390/Thanks in advance.
https://www.ads-software.com/plugins/facebook-comments-plugin/
- The topic ‘Facebook comments in wordpress ajax’ is closed to new replies.