• I’m using the following shortcode on certain pages where I want Facebook Comments to appear.

    [wpdevart_facebook_comment curent_url=”https://developers.facebook.com/docs/plugins/comments/” 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″ ]

    It displays fine but when anyone tries to add a comment, the following Error message appears. “More than one OG URL Specified” The comment ultimately still shows up, but not until after the page refreshes.

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

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

    (@wpdevart)

    Hi dear user.

    Here is the right shortcode, try with this one and let us know about results –

    <?php echo do_shortcode( '[wpdevart_facebook_comment curent_url="'.get_permalink().'" 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 jrmy1850

    (@jrmy1850)

    So I’m trying to just place the shortcode directly on the wordpress page rather than the php code. How would I do it that simply?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Message When I Attempt to post with the plugin’ is closed to new replies.