WpDevArt Facebook comments - Version 1.4.5

Version Description

  • Edit comments in 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
  • 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 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 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.4.5
Comparing to
See all releases

Code changes from version 1.4.4 to 1.4.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.4.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.4.5
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/admin_menu.php CHANGED
@@ -265,7 +265,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
265
  </tr>
266
  <tr>
267
  <td>
268
- Title font-size <span title="Type Facebook comments box title font-size" class="desription_class">?</span>
269
  </td>
270
  <td>
271
  <input type="text" name="wpdevart_comment_title_text_font_size" id="wpdevart_comment_title_text_font_size" value="<?php echo $page_parametrs['wpdevart_comment_title_text_font_size'] ?>">Px
@@ -281,7 +281,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
281
  </tr>
282
  <tr >
283
  <td>
284
- Title position <span title="Select Facebook comments box title position" class="desription_class">?</span>
285
  </td>
286
  <td>
287
  <select id="wpdevart_comment_title_text_position">
@@ -293,7 +293,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
293
  </tr>
294
  <tr>
295
  <td>
296
- Display comment on<span title="Select where to display Facebook comments" class="desription_class">?</span>
297
  </td>
298
  <td>
299
  <?php $jsone_wpdevart_comments_box_show_in= json_decode(stripslashes($page_parametrs['wpdevart_comments_box_show_in']), true);?>
265
  </tr>
266
  <tr>
267
  <td>
268
+ Title font-size <span title="Type Facebook comments box title font-size(px)" class="desription_class">?</span>
269
  </td>
270
  <td>
271
  <input type="text" name="wpdevart_comment_title_text_font_size" id="wpdevart_comment_title_text_font_size" value="<?php echo $page_parametrs['wpdevart_comment_title_text_font_size'] ?>">Px
281
  </tr>
282
  <tr >
283
  <td>
284
+ Title position <span title="Choose Facebook comments box title position" class="desription_class">?</span>
285
  </td>
286
  <td>
287
  <select id="wpdevart_comment_title_text_position">
293
  </tr>
294
  <tr>
295
  <td>
296
+ Display comments on<span title="Select where to display Facebook comments" class="desription_class">?</span>
297
  </td>
298
  <td>
299
  <?php $jsone_wpdevart_comments_box_show_in= json_decode(stripslashes($page_parametrs['wpdevart_comments_box_show_in']), true);?>
includes/front_end.php CHANGED
@@ -68,7 +68,7 @@ class wpdevart_comment_front_end{
68
 
69
 
70
  }
71
- /*###################### Scripts and styles part ##################*/
72
  public function generete_front_javascript(){
73
  wp_enqueue_script('thickbox');
74
  wp_enqueue_style('thickbox');
68
 
69
 
70
  }
71
+ /*###################### Scripts and Styles part ##################*/
72
  public function generete_front_javascript(){
73
  wp_enqueue_script('thickbox');
74
  wp_enqueue_style('thickbox');
includes/install_database.php CHANGED
@@ -22,12 +22,12 @@ class wpdevart_comment_install_database{
22
  "wpdevart_comments_box_order_type" => 'social',
23
  "wpdevart_comment_title_text" => 'Facebook Comments',
24
  "wpdevart_comment_title_text_color" => '#000000',
25
- "wpdevart_comment_title_text_font_size" => '23',
26
  "wpdevart_comment_title_text_font_famely" => 'Times New Roman,Times,Georgia,serif',
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" => '6',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  )
33
  );
22
  "wpdevart_comments_box_order_type" => 'social',
23
  "wpdevart_comment_title_text" => 'Facebook Comments',
24
  "wpdevart_comment_title_text_color" => '#000000',
25
+ "wpdevart_comment_title_text_font_size" => '22',
26
  "wpdevart_comment_title_text_font_famely" => 'Times New Roman,Times,Georgia,serif',
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" => '5',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  )
33
  );
includes/style/admin-style.css CHANGED
@@ -253,7 +253,7 @@ button{
253
  margin-right:4px;
254
  }
255
 
256
- /* Slider options */
257
  .slider_div{
258
  width:195px !important;
259
  }
253
  margin-right:4px;
254
  }
255
 
256
+ /* Slider options style */
257
  .slider_div{
258
  width:195px !important;
259
  }
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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, social, responsive comments, social comments, comments plugin, facebook comment plugin
4
  Requires at least: 2.9
5
  Tested up to: 4.6.1
6
- Stable tag: 1.4.4
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -92,6 +92,10 @@ Here is an example of using the shortcode in PHP code:
92
 
93
  Unfortuantely Facebook Api don't let us to add such feature.
94
 
 
 
 
 
95
  = What files I need to upload for installing the plugin =
96
 
97
  You need to select the .zip file only, there is no need to extract the zip file, just upload it
@@ -303,6 +307,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
303
 
304
  * Changed some instal database options.
305
 
 
 
 
 
306
  ==Facebook comments WordPress step by step guide==
307
 
308
  ### Facebook Comments plugin main options
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, social, responsive comments, social comments, comments plugin, facebook comment plugin
4
  Requires at least: 2.9
5
  Tested up to: 4.6.1
6
+ Stable tag: 1.4.5
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
92
 
93
  Unfortuantely Facebook Api don't let us to add such feature.
94
 
95
+ = Can I exclude Facebook comments from some pages =
96
+
97
+ Yes dear user, find this option below posts/pages content(admin panel).
98
+
99
  = What files I need to upload for installing the plugin =
100
 
101
  You need to select the .zip file only, there is no need to extract the zip file, just upload it
307
 
308
  * Changed some instal database options.
309
 
310
+ = 1.4.5 =
311
+
312
+ * Edit comments in code.
313
+
314
  ==Facebook comments WordPress step by step guide==
315
 
316
  ### Facebook Comments plugin main options