WpDevArt Facebook comments - Version 1.7.2

Version Description

Download this release

Release Info

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

Code changes from version 1.7.1 to 1.7.2

Files changed (3) hide show
  1. facebook-comment.php +4 -1
  2. includes/admin_menu.php +4 -4
  3. readme.txt +1 -1
facebook-comment.php CHANGED
@@ -2,8 +2,9 @@
2
  /**
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.7.1
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
@@ -74,6 +75,8 @@ class wpdevart_comment_main{
74
 
75
  }
76
 
 
 
77
  public function call_base_filters(){
78
  add_action( 'init', array($this,'registr_requeried_scripts') );
79
  add_action( 'admin_head', array($this,'include_requeried_scripts') );
2
  /**
3
  * Plugin Name: Wpdevart Facebook comments
4
  * Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
5
+ * Author URI: http://wpdevart.com
6
  * Description: Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
7
+ * Version: 1.7.2
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
75
 
76
  }
77
 
78
+ /*###################### Filters function ##################*/
79
+
80
  public function call_base_filters(){
81
  add_action( 'init', array($this,'registr_requeried_scripts') );
82
  add_action( 'admin_head', array($this,'include_requeried_scripts') );
includes/admin_menu.php CHANGED
@@ -261,7 +261,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
261
  </tr>
262
  <tr >
263
  <td>
264
- Order Type <span title="Choose the Facebook comments order type" class="desription_class">?</span>
265
  </td>
266
  <td>
267
  <select id="wpdevart_comments_box_order_type">
@@ -273,7 +273,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
273
  </tr>
274
  <tr >
275
  <td>
276
- Title text color <span title="Choose Facebook comments box title text color" class="desription_class">?</span>
277
  </td>
278
  <td>
279
  <input type="text" class="color_option" id="wpdevart_comment_title_text_color" name="wpdevart_comment_title_text_color" value="<?php echo $page_parametrs['wpdevart_comment_title_text_color'] ?>"/>
@@ -297,7 +297,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
297
  </tr>
298
  <tr >
299
  <td>
300
- Title position <span title="Choose Facebook comments title position" class="desription_class">?</span>
301
  </td>
302
  <td>
303
  <select id="wpdevart_comment_title_text_position">
@@ -342,7 +342,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
342
  </tr>
343
  <tr>
344
  <td>
345
- Number of comments <span title="Type here the count of Facebook comments to display" class="desription_class">?</span>
346
  </td>
347
  <td>
348
  <input type="text" name="wpdevart_comments_box_count_of_comments" id="wpdevart_comments_box_count_of_comments" value="<?php echo $page_parametrs['wpdevart_comments_box_count_of_comments'] ?>">
261
  </tr>
262
  <tr >
263
  <td>
264
+ Order Type <span title="Choose comments order type" class="desription_class">?</span>
265
  </td>
266
  <td>
267
  <select id="wpdevart_comments_box_order_type">
273
  </tr>
274
  <tr >
275
  <td>
276
+ Title text color <span title="Select Facebook comments box title text color" class="desription_class">?</span>
277
  </td>
278
  <td>
279
  <input type="text" class="color_option" id="wpdevart_comment_title_text_color" name="wpdevart_comment_title_text_color" value="<?php echo $page_parametrs['wpdevart_comment_title_text_color'] ?>"/>
297
  </tr>
298
  <tr >
299
  <td>
300
+ Title position <span title="Select Facebook comments title position" class="desription_class">?</span>
301
  </td>
302
  <td>
303
  <select id="wpdevart_comment_title_text_position">
342
  </tr>
343
  <tr>
344
  <td>
345
+ Number of comments <span title="Type here the number of Facebook comments to display" class="desription_class">?</span>
346
  </td>
347
  <td>
348
  <input type="text" name="wpdevart_comments_box_count_of_comments" id="wpdevart_comments_box_count_of_comments" value="<?php echo $page_parametrs['wpdevart_comments_box_count_of_comments'] ?>">
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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
4
  Requires at least: 2.9
5
  Tested up to: 4.7.3
6
- Stable tag: 1.7.1
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
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
4
  Requires at least: 2.9
5
  Tested up to: 4.7.3
6
+ Stable tag: 1.7.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9