• Resolved bronx1791

    (@bronx1791)


    I changed this to my homepage: “https://yourdomain.com/page-url”

    I want a NEW comment thread for EACH post. Currently, the same comment thread appears on every post. I cannot change the URL for every page because there are THOUSANDS of pages. How can I make this happen automatically? Thanks.

    I’m using the following shortcode:

    [wpdevart_facebook_comment curent_url=”https://yourdomain.com/page-url” title_text=”Facebook Comment” order_type=”social” title_text_color=”#000000″ title_text_font_size=”22″ title_text_font_famely=”monospace” title_text_position=”left” width=”100%” bg_color=”#d4d4d4″ animation_effect=”random” count_of_comments=”2″ ]

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi.

    Why are you trying to use a shortcode?

    You can enable the plugin from the admin panel and it should work correctly (of course, you should type the APP ID).

    Thanks.

    Thread Starter bronx1791

    (@bronx1791)

    It doesn’t show any other way. It works like normal on my staging site, but only works with shortcode on the main site.

    Plugin Author wpdevart

    (@wpdevart)

    Hi.

    Try to use this code –

    <?php 
    global $wp;
    $current_url = home_url( add_query_arg( array(), $wp->request ) );
    echo do_shortcode( '[wpdevart_facebook_comment curent_url="'.$current_url.'" order_type="social" title_text="Facebook Comment" title_text_color="#000000" title_text_font_size="22" title_text_font_famely="monospace" title_text_position="left" width="100%" bg_color="#d4d4d4" animation_effect="random" count_of_comments="3" ]' ); ?>

    Thanks

    Thread Starter bronx1791

    (@bronx1791)

    I inserted that code. All it displayed was the title, FACEBOOK COMMENTS.

    Thread Starter bronx1791

    (@bronx1791)

    Did not work.

    Plugin Author wpdevart

    (@wpdevart)

    Hi.

    Unfortunately, there is nothing more we can do to make this work. This may be a Facebook API issue, or perhaps the issue is related to your website. It is not a global issue.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘New Comment thread for each post’ is closed to new replies.