• Resolved jrgiblette

    (@jrgiblette)


    This plugin is awesome and works great on single posts, but I’m currently looking to use this form inside of a fancybox modal and it doesn’t seem to work.

    Here’s a link to my site… http://familyti.me/

    I understand the basics of why it’s not working, in that the content is loaded on the fly with ajax, but I’m not sure how to trigger this plugin after the new content is loaded. Any help would be most appreciated.

    Thanks!

    http://wordpress.org/extend/plugins/inline-ajax-comments/

Viewing 1 replies (of 1 total)
  • Plugin Author Zane Matthew

    (@zanematthew)

    Hi,

    If you want to load the comments again, you can use this function to reload the comments.

    inline_comments_load_template()

    Note the function is called via ajax and the following needs to be present in $_POST, the post id, i.e. $_POST[‘post_id’] and the nonce, $_POST[‘inline_comments_nonce’].

    Also you link redirects to the login page.

Viewing 1 replies (of 1 total)
  • The topic ‘Intigration with Fancybox and Infinite Scroll’ is closed to new replies.