WpDevArt Facebook comments - Version 1.5.9

Version Description

Download this release

Release Info

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

Code changes from version 1.5.8 to 1.5.9

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.8
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.9
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/admin_menu.php CHANGED
@@ -103,7 +103,7 @@ class wpdevart_comment_admin_menu{
103
  return NULL;
104
 
105
  }
106
-
107
  public function save_in_databese(){
108
  $kk=1;
109
  if(isset($_POST['wpdevart_comment_options_nonce']) && wp_verify_nonce( $_POST['wpdevart_comment_options_nonce'],'wpdevart_comment_options_nonce')){
103
  return NULL;
104
 
105
  }
106
+ /*###################### Database function ##################*/
107
  public function save_in_databese(){
108
  $kk=1;
109
  if(isset($_POST['wpdevart_comment_options_nonce']) && wp_verify_nonce( $_POST['wpdevart_comment_options_nonce'],'wpdevart_comment_options_nonce')){
includes/front_end.php CHANGED
@@ -75,6 +75,7 @@ class wpdevart_comment_front_end{
75
  echo '<meta property="fb:app_id" content="'.$this->params['wpdevart_comment_facebook_app_id'].'"/>';
76
 
77
  }
 
78
  public function wpdevart_comment_shortcode($atts){
79
  $atts = shortcode_atts( array(
80
  "facebook_app_id" => $this->params['wpdevart_comment_facebook_app_id'],
75
  echo '<meta property="fb:app_id" content="'.$this->params['wpdevart_comment_facebook_app_id'].'"/>';
76
 
77
  }
78
+ /*###################### Shortcode function ##################*/
79
  public function wpdevart_comment_shortcode($atts){
80
  $atts = shortcode_atts( array(
81
  "facebook_app_id" => $this->params['wpdevart_comment_facebook_app_id'],
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" => '20',
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" => '10',
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" => '7',
31
  "wpdevart_comments_box_locale" => 'en_US',
32
  )
33
  );
includes/library.php CHANGED
@@ -26,11 +26,11 @@ class wpdevart_comment_setting{
26
  "curent_url" => get_permalink(),
27
  "title_text" => 'Comments',
28
  "title_text_color" => '#000000',
29
- "title_text_font_size" => '20',
30
  "title_text_font_famely" => 'Times New Roman,Times,Georgia,serif',
31
  "title_text_position" => 'left',
32
  "width" => '100%',
33
- "count_of_comments" => '10',
34
  "locale" => 'en_US',
35
 
36
  );
26
  "curent_url" => get_permalink(),
27
  "title_text" => 'Comments',
28
  "title_text_color" => '#000000',
29
+ "title_text_font_size" => '22',
30
  "title_text_font_famely" => 'Times New Roman,Times,Georgia,serif',
31
  "title_text_position" => 'left',
32
  "width" => '100%',
33
+ "count_of_comments" => '7',
34
  "locale" => 'en_US',
35
 
36
  );
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, yahoo
4
  Requires at least: 2.9
5
  Tested up to: 4.7.0
6
- Stable tag: 1.5.8
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -359,6 +359,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
359
 
360
  * Edited comments in code.
361
 
 
 
 
 
362
  ==Facebook comments WordPress step by step guide==
363
 
364
  ### Facebook Comments plugin main options
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.9
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
359
 
360
  * Edited comments in code.
361
 
362
+ = 1.5.8 ==
363
+
364
+ * Edited and added descriptions for developers.
365
+
366
  ==Facebook comments WordPress step by step guide==
367
 
368
  ### Facebook Comments plugin main options