From the plugin’s user manual.
Curent_url – Type the page URL from where you need to show Facebook
comments
So you will have to change the current URL which is (http://developers.facebook.com/docs/plugins/comments/) to your real current URL.
global $wp;
$current_url = home_url( add_query_arg( array(), $wp->request ) );
echo do_shortcode('[wpdevart_facebook_comment facebook_app_id="12345678910111213" curent_url="'.$current_url.'
" order_type="social" title_text="Facebook Comment" title_text_color="#000000" title_text_font_size="16" title_text_font_famely="Arial" title_text_position="left" width="100%" bg_color="#000000" animation_effect="none" count_of_comments="10" ]');
Related Posts:
- posts comments goes to trash
- Display WordPress comments before the plugins?
- Issues with Post 2 Post Plugin
- What are the package and subpackage comment for?
- Shared functionality in plugins and themes
- Experiences with adding Nonces to the comment form
- Show Similar Post Titles ( Similar to Stack Exchange )
- Plugin (or Theme) containing its own Plugins?
- How do I unlock a post programmatically?
- How to enable edit button in the theme’s customize UI?
- Delete Post With No Traffic?
- Automatically Creating Posts for Popular Forum Topics or Products [closed]
- Custom comment type maybe?
- WP get_permalink Return Wrong URL
- Themes VS Plugins [duplicate]
- Is there a plugin to display certain posts on certain pages? [closed]
- adding a text message beside the comment submit button
- plugin for wp_list_categories with posts
- Akismet plugin is deleting spam despite preferences
- Replace existing pages with new pages, keep menu links
- Use plugin or custom post type for game score functionality
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- Leveraging WordPress Comments on Custom Plugin Object page
- Display comments of users on single page
- Output HTML only on individual post view
- ‘Customize’ button in admin bar for CSS
- Posts vs. Pages
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- View Private Published Page with URL Code (no login required)
- The problem with WordPress Importer
- WordPress comments not appearing in blog posts, likely because of Redux template. Could I fix this with a plugin that adds a comment form as a block? [closed]
- Send reply with pre-prepared answers
- Custom wordpress Theme and Plugin repository
- Add category selection to custom post type (plugin)
- Redirect to another page using contact form 7? [closed]
- “No Add Button” for me to customize my WordPress with themes and pluggins
- Custom setup of wordpress comments that are displayed
- Basic gallery plugin suggestion [closed]
- How to handle a WordPress blog with articles in different languages?
- How can i summerize posts or news automatically in word press site?
- display unique post per category
- Delete data from custom table when deleting a post
- Link Posts to External URL
- Mobilepress fails to translate short codes
- How to prevent plugin, theme installation failures on WordPress?
- Why the internal link get converted into a comment?
- Oops! That page can’t be found
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- How to fix slow comment query?
- How can I save cookies to members
- Why the output of an image gallery plugin is not displayed into a page of my custom theme?
- Style WordPress Custom Post Type Single Page
- Posts are deleted everyday at night
- Need Help Creating a Multi-Step, Video-Guided Enrollment Site
- Get page type to display content
- How to fix vanilla comments extra iframe space
- How to make only selected posts appear on a selected wordpress page
- How can I modify the colors of my theme for a single section of my site? [closed]
- do_shortcodes() isn’t working
- Does anyone have the Custom Post Permalinks plugin from John P. Bloch? [closed]
- Looking for membership style plugin with edit option [closed]
- My Blog page ( posts page ) theme isn’t changing with the new theme [closed]
- Why nested REPLY not working in WP Comments?
- How to show custom post type in all post section?
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- How to check if my wordpress websiste is nulled or not?
- Import Instagram post to WordPress blog post
- a weird attribute on every html tag
- Problem of encoding characters (apostrophes) in my posts publications
- How to backup single post in wordpress [closed]
- Why does my file_exist check fail?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Create a single website with 3 theme options in wordpress
- How can I run a custom shortcode function on a live site and only run if the viewer is a specific machine?
- using do_shortcode
- Create custom pages with a plugin
- How to write “alt” tag in image for wordpress code?
- How to get all posts belongs to a user between a certain date
- Does heavy theme and plugins affect server’s response time? [closed]
- How to protect WordPress from security scanner [closed]
- Add back to post link on blank comment post error page
- How to load different homepage on Mobile.?
- Contact Form 7 – Form name blank [closed]
- How do i get file_get_contents to work in wordpress
- Custom widget doesn’t save values from dropdown box
- Plugin Development – Functions or Hooks?
- How to get menu location in wp_update_nav_menu hook
- Proper way to use plugin functions in functions.php
- How do I publish portfolio items with a future date?
- How to activate a plugin on the activation of a theme?
- Plugin function inside custom plugin
- wordpress content .php file in an iframe’s src in a wordpress post
- Theme Custom Pages
- WordPress as template engine
- Use different single.php file based on condition
- Change the style of h1, h2, only in post entry
- How to change the wp_upload_dir() path in plugin
- how can I query all wordpress users of a blog
- how can I do something on new user registration?
- Making my plugin create a page?