• Hi I would like to add the comment box to my posts using the shortcake:
    <?php echo do_shortcode(‘[wpdevart_facebook_comment curent_url=”https://www.facebook.com/pg/NowGrenada&#8221; 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″ ]’); ?>

    however, if I add my Facebook url in the curent_url, then the comments are not post showing up, if I use the settings to show below post than the comments are post specific, but it shows up above my other plugin content, I need to display FB Comments below everything else.

    Can I include my Facebook App ID somehow in the current_url?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same problem, i hope someone will help!

    I’ve same problem with shortcode. I want to manually put plugin, but even when I insert my app id, show other plugin id

    [wpdevart_facebook_comment facebook_app_id=”my id” curent_url=”https://developers.facebook.com/docs/plugins/comments/&#8221; title_text=”Fb” title_text_color=”#000000″ title_text_font_size=”22″ title_text_font_famely=”monospace” title_text_position=”left” width=”100%” bg_color=”#CCCCCC” animation_effect=”random” locale=”en_US” count_of_comments=”2″ ]

    • This reply was modified 6 years, 6 months ago by sbondo.
    • This reply was modified 6 years, 6 months ago by sbondo.
    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Sorry for so late response.

    You need only to type Facebook App Id from admin panel(our plugin settings menu) and then insert the correct shortcode.

    In this shortcode you inserted the curent_url=”https://developers.facebook.com/docs/plugins/comments/” and it is not right, you need to insert such code that will return the current page url.

    curent_url=”Here code that will return the current page url”

    what exactly is the code that goes in current_url=”” to get it for whatever the current page is that the code shows up on?

    Plugin Author wpdevart

    (@wpdevart)

    Try this code –

    <?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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Using my FB App ID in shortcode’ is closed to new replies.