WpDevArt Facebook comments - Version 1.8.2

Version Description

Download this release

Release Info

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

Code changes from version 1.8.1 to 1.8.2

facebook-comment.php CHANGED
@@ -4,7 +4,7 @@
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.8.1
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
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.8.2
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -457,7 +457,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
457
  'scroll'=>array(
458
  'image_url' => $this->plugin_url.'images/featured_plugins/Scroll.png',
459
  'site_url' => 'https://wordpress.org/plugins/wp-scroll-2',
460
- 'title' => 'Scroll To Top',
461
  'description' => 'Scroll to top plugin is an simple and nice plugin with the standard scroll settings. You can use it on your website different sides.'
462
  ),
463
 
@@ -537,7 +537,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
537
  <?php }
538
  }
539
 
540
- /*######################################### Fonts Function #######################################*/
541
 
542
  private function create_select_element_for_font($select_id='',$curent_font='none'){
543
  ?>
457
  'scroll'=>array(
458
  'image_url' => $this->plugin_url.'images/featured_plugins/Scroll.png',
459
  'site_url' => 'https://wordpress.org/plugins/wp-scroll-2',
460
+ 'title' => 'Scroll To Top plugin',
461
  'description' => 'Scroll to top plugin is an simple and nice plugin with the standard scroll settings. You can use it on your website different sides.'
462
  ),
463
 
537
  <?php }
538
  }
539
 
540
+ /*######################################### Fonts(select fonts) Function #######################################*/
541
 
542
  private function create_select_element_for_font($select_id='',$curent_font='none'){
543
  ?>
includes/front_end.php CHANGED
@@ -36,7 +36,7 @@ class wpdevart_comment_front_end{
36
 
37
  }
38
 
39
- /*###################### FUNCTION FOR CONNECTING TO THE DATABASE ##################*/
40
 
41
  private function generete_params(){
42
 
36
 
37
  }
38
 
39
+ /*###################### Database function ##################*/
40
 
41
  private function generete_params(){
42
 
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" => '10',
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" => '10',
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
  );
readme.txt CHANGED
@@ -2,8 +2,8 @@
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
4
  Requires at least: 2.9
5
- Tested up to: 4.8.1
6
- Stable tag: 1.8.1
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
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
4
  Requires at least: 2.9
5
+ Tested up to: 4.8.2
6
+ Stable tag: 1.8.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9