WpDevArt Facebook comments - Version 1.5.5

Version Description

=

  • Edit comments code.

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(px)
  • 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(px)
  • Number of comments show - Type here the comments of Facebook comments to display
  • Animation effect - Select animation effect
  • 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 into pages, posts and in Php code

Here is 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 shortcode 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 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 - Choose animation effect for Facebook comments box

The Best Offer From WpDevArt

You can check the best offer page here - Best Price

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

Download this release

Release Info

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

Code changes from version 1.5.4 to 1.5.5

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: Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
6
- * Version: 1.5.4
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: Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
6
+ * Version: 1.5.5
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/admin_menu.php CHANGED
@@ -183,7 +183,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
183
  <p><strong>title_text_font_famely</strong> - Select Facebook comments box title font family</p>
184
  <p><strong>title_text_position</strong> - Select Facebook comments box title position</p>
185
  <p><strong>width</strong> - Type here the Facebook comments box width(px)</p>
186
- <p><strong>count_of_comments</strong> - Type here the number of Facebook comments to display</p>
187
  <p><strong>bg_color</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments background color</p>
188
  <p><strong>animation_effect</strong> <span class="pro_feature"> (pro)</span> - Select the animation effect for Facebook comments box</p>
189
 
@@ -245,7 +245,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
245
  </tr>
246
  <tr >
247
  <td>
248
- Order Type <span title="Choose comments order type" class="desription_class">?</span>
249
  </td>
250
  <td>
251
  <select id="wpdevart_comments_box_order_type">
183
  <p><strong>title_text_font_famely</strong> - Select Facebook comments box title font family</p>
184
  <p><strong>title_text_position</strong> - Select Facebook comments box title position</p>
185
  <p><strong>width</strong> - Type here the Facebook comments box width(px)</p>
186
+ <p><strong>count_of_comments</strong> - Type here the number of Facebook comments you need to display</p>
187
  <p><strong>bg_color</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments background color</p>
188
  <p><strong>animation_effect</strong> <span class="pro_feature"> (pro)</span> - Select the animation effect for Facebook comments box</p>
189
 
245
  </tr>
246
  <tr >
247
  <td>
248
+ Order Type <span title="Choose the Facebook comments order type" class="desription_class">?</span>
249
  </td>
250
  <td>
251
  <select id="wpdevart_comments_box_order_type">
includes/install_database.php CHANGED
@@ -27,7 +27,7 @@ class wpdevart_comment_install_database{
27
  "wpdevart_comment_title_text_position" => 'left',
28
  "wpdevart_comments_box_show_in" => '{"home":true,"post":true,"page":true}',
29
  "wpdevart_comments_box_width" => '100%',
30
- "wpdevart_comments_box_count_of_comments" => '8',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  )
33
  );
27
  "wpdevart_comment_title_text_position" => 'left',
28
  "wpdevart_comments_box_show_in" => '{"home":true,"post":true,"page":true}',
29
  "wpdevart_comments_box_width" => '100%',
30
+ "wpdevart_comments_box_count_of_comments" => '7',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  )
33
  );
includes/library.php CHANGED
@@ -30,7 +30,7 @@ class wpdevart_comment_setting{
30
  "title_text_font_famely" => 'Times New Roman,Times,serif,Georgia',
31
  "title_text_position" => 'left',
32
  "width" => '100%',
33
- "count_of_comments" => '8',
34
  "locale" => 'en_US',
35
 
36
  );
30
  "title_text_font_famely" => 'Times New Roman,Times,serif,Georgia',
31
  "title_text_position" => 'left',
32
  "width" => '100%',
33
+ "count_of_comments" => '7',
34
  "locale" => 'en_US',
35
 
36
  );
includes/style/admin-style.css CHANGED
@@ -153,6 +153,7 @@
153
  .section_parametrs_table > tbody > tr>td:nth-child(1){
154
  width:42%;
155
  }
 
156
  .desription_class{
157
  float: right;
158
  cursor: default;
@@ -167,7 +168,7 @@
167
  margin-left: 15px;
168
  }
169
 
170
- /*SAVE BUTTON STYLE*/
171
  button{
172
  webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
173
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
153
  .section_parametrs_table > tbody > tr>td:nth-child(1){
154
  width:42%;
155
  }
156
+ /*DESCRIPTION STYLE*/
157
  .desription_class{
158
  float: right;
159
  cursor: default;
168
  margin-left: 15px;
169
  }
170
 
171
+ /*SAVE BUTTONS STYLE*/
172
  button{
173
  webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
174
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Facebook comments WordPress ===
2
  Contributors: wpdevart
3
- Tags: facebook comments, facebook comment, facebook comment notification, 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, social, responsive comments, social comments, comments plugin, facebook comment plugin, yahoo
4
  Requires at least: 2.9
5
- Tested up to: 4.6.1
6
- Stable tag: 1.5.4
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -347,6 +347,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
347
 
348
  * Edit admin options descriptions.
349
 
 
 
 
 
350
  ==Facebook comments WordPress step by step guide==
351
 
352
  ### Facebook Comments plugin main options
1
  === Facebook comments WordPress ===
2
  Contributors: wpdevart
3
+ Tags: facebook comments, facebook comment, facebook comment notification, 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 Stream, social, responsive comments, social comments, comments plugin, facebook comment plugin, yahoo
4
  Requires at least: 2.9
5
+ Tested up to: 4.7.0
6
+ Stable tag: 1.5.5
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
347
 
348
  * Edit admin options descriptions.
349
 
350
+ = 1.5.5 ==
351
+
352
+ * Edit comments code.
353
+
354
  ==Facebook comments WordPress step by step guide==
355
 
356
  ### Facebook Comments plugin main options