• Resolved Ram

    (@sriram275)


    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 below

    do_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&gt; Comments</p>
    <div class=”fb-comments” data-href=”https://656magazine.com/380/&#8221; 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/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi. This is quite a bespoke request that I cannot support within the plugin itself. A solution should be done within the theme’s functions based on what you want to do.

    Thread Starter Ram

    (@sriram275)

    Ok..thank. will try from theme. The thing is to know just any js function or any facebook script we can call in ajax success function so it will work I think. For that one I am searching.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Facebook comments in wordpress ajax’ is closed to new replies.