WpDevArt Facebook comments - Version 1.0.2

Version Description

  • Fixed some mistakes.

Facebook comments WordPress step by step guide

Facebook Comments plugin main options

  • APP ID - Type here your Facebook App ID
  • Title - Type here Facebook comments box title
  • Color scheme - Select Facebook comments box Color scheme
  • Title text color - Select Facebook comments box title text color
  • Title font-size - Type Facebook comments box title font-size
  • Title font family - Select Facebook comments box title font family
  • Title position - Select Facebook comments box title position
  • Display comment on - Select where to display Facebook comments
  • Comment box width - Type here the Facebook comments box width
  • Number of comments show - Type here the comments of Facebook comments to display
  • Animation effect - Select the animation effect for Facebook comments box
  • Background color - Select Facebook comments background color
  • Facebook comments position -Select Facebook comments box position(before or after WordPress standard comments)
  • Facebook comments language - Type here Facebook comments language code(en_US,de_DE...)

Adding Facebook Comments plugin shortcode to pages, posts and in Php code

Here's an example of using the shortcode in posts, pages: [wpdevart_facebook_comment facebook_app_id="1638418549774901" curent_url="http://developers.facebook.com/docs/plugins/comments/" 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="#CCCCCC" animation_effect="random" locale="en_US" count_of_comments="2" ]

Here's an example of using the shortcode in PHP code: <?php echo do_shortcode('[wpdevart_facebook_comment facebook_app_id="1638418549774901" curent_url="http://developers.facebook.com/docs/plugins/comments/" 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="#CCCCCC" animation_effect="random" locale="en_US" count_of_comments="2" ]'); ?>

Here are explanation of Facebook comments shoetcode attributes.

curent_url - Type the URL of a page from where you need to show Facebook comments title_text - Type here Facebook comments box title title_text_color - Select Facebook comments box title text color title_text_font_size - Type Facebook comments box title font-size title_text_font_famely - Select Facebook comments box title font family title_text_position - Select Facebook comments box title position width - Type here the Facebook comments box width count_of_comments - Type here the comments of Facebook comments to display bg_color - Select Facebook comments background color animation_effect - Select the animation effect for Facebook comments box

Dear users, we also recommend you to take a look for this useful plugins - WordPress Coming Soon, WordPress Poll plugin, WordPress Countdown plugin, WordPress YouTube, WordPress Facebook like box .

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 WpDevArt Facebook comments
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

facebook-comment.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Wpdevart Facebook comments
4
  * Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
5
  * Description: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
6
- * Version: 1.0.1
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
3
  * Plugin Name: Wpdevart Facebook comments
4
  * Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
5
  * Description: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
6
+ * Version: 1.0.2
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
images/featured_plugins/facebook-comments-icon.png ADDED
Binary file
includes/admin_menu.php CHANGED
@@ -397,7 +397,13 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
397
  'site_url' => 'http://wpdevart.com/wordpress-twitter-plugin',
398
  'title' => 'Twitter button plus',
399
  'description' => 'Twitter button plus is nice and useful tool to show Twitter tweet button on your website.'
400
- ),
 
 
 
 
 
 
401
 
402
  );
403
  ?>
397
  'site_url' => 'http://wpdevart.com/wordpress-twitter-plugin',
398
  'title' => 'Twitter button plus',
399
  'description' => 'Twitter button plus is nice and useful tool to show Twitter tweet button on your website.'
400
+ ),
401
+ 'facebook-comments'=>array(
402
+ 'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
403
+ 'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
404
+ 'title' => 'WordPress Facebook comments',
405
+ 'description' => 'Our Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
406
+ ),
407
 
408
  );
409
  ?>
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Facebook comments WordPress ===
2
  Contributors: wpdevart
3
- Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, facebook comments import, facebook comment system, comments, comment, wordpress comment, wordpress comments, Facebook, facebook badge, facebook connect, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, post to facebook, Facebook feed, facebook wall for wordpress, Facebook Stream, Facebook Widget,
4
  Requires at least: 2.9
5
  Tested up to: 4.3
6
- Stable tag: 1.0.1
7
 
8
  Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
9
 
@@ -54,7 +54,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
54
  2. Upload the Facebook Comments plugin from your admin panel.
55
  3. Then activate the Facebook Comments plugin.
56
  4. After that type the Facebook App ID.
57
- 5. Then configure the plugin and add Facebook comments box.
58
 
59
  Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/).
60
 
@@ -81,10 +81,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
81
 
82
  == Screenshots ==
83
 
84
- 1. WordPress Facebook comments Front-end
85
- 2. WordPress Facebook comments Back-end
86
- 3. WordPress Facebook comments Front-end
87
- 4. WordPress Facebook comments Back-end
88
 
89
  == Changelog ==
90
 
@@ -92,6 +92,14 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
92
 
93
  * Initial version of WordPress Facebook comments.
94
 
 
 
 
 
 
 
 
 
95
  ==Facebook comments WordPress step by step guide==
96
 
97
  ### Facebook Comments plugin main options
1
  === Facebook comments WordPress ===
2
  Contributors: wpdevart
3
+ Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, facebook comments import, facebook comment system, comments, comment, wordpress comment, wordpress comments, Facebook, facebook badge, facebook connect, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, post to facebook, Facebook feed, facebook wall for wordpress, Facebook Stream, Facebook Widget
4
  Requires at least: 2.9
5
  Tested up to: 4.3
6
+ Stable tag: 1.0.2
7
 
8
  Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
9
 
54
  2. Upload the Facebook Comments plugin from your admin panel.
55
  3. Then activate the Facebook Comments plugin.
56
  4. After that type the Facebook App ID.
57
+ 5. Then configure the plugin and that's all.
58
 
59
  Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/).
60
 
81
 
82
  == Screenshots ==
83
 
84
+ 1. WordPress Facebook comments plugin Front-end
85
+ 2. WordPress Facebook comments plugin Back-end
86
+ 3. WordPress Facebook comments plugin Front-end
87
+ 4. WordPress Facebook comments plugin Back-end
88
 
89
  == Changelog ==
90
 
92
 
93
  * Initial version of WordPress Facebook comments.
94
 
95
+ = 1.0.1 =
96
+
97
+ * Added featured plugin.
98
+
99
+ = 1.0.2 =
100
+
101
+ * Fixed some mistakes.
102
+
103
  ==Facebook comments WordPress step by step guide==
104
 
105
  ### Facebook Comments plugin main options