WpDevArt Facebook comments - Version 1.9.6

Version Description

=

  • Change some default options.

Step by step guide

Main options

  • APP ID - Type here your Fb App ID
  • Title - Type here the title
  • Color scheme - Select the Color scheme
  • Title text color - Select the title text color
  • Title font-size - Type the title font-size(px)
  • Title font family - Select the title font family
  • Title position - Select the title position
  • Display comment on - Select where to display Fb box
  • Width - Type here the width(px)
  • Number - Type here the number of remarks to display
  • Animation effect - Select animation effect
  • Background color - Select the background color
  • Position -Select the position
  • Language - Type here the language code(en_US,de_DE...)

Adding the 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="Title" 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="Fb title" 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 shortcode attributes.

curent_url - Type the URL of the page from where you need to show the content title_text - Type here the title title_text_color - Select the title color title_text_font_size - Type the title font-size title_text_font_famely - Select the title font family title_text_position - Select the title position width - Type here the width count_of_comments - Type here the number of remarks to display bg_color - Select the background color animation_effect - Choose animation effect

Download this release

Release Info

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

Code changes from version 1.9.5 to 1.9.6

facebook-comment.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /**
3
  * Plugin Name: Wpdevart Social comments
4
- * Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
5
- * Author URI: http://wpdevart.com
6
  * Description: Social (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.9.5
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
1
  <?php
2
  /**
3
  * Plugin Name: Wpdevart Social comments
4
+ * Plugin URI: https://wpdevart.com/wordpress-facebook-comments-plugin
5
+ * Author URI: https://wpdevart.com
6
  * Description: Social (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.9.6
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -9,7 +9,7 @@ class wpdevart_comment_admin_menu{
9
  private $plugin_url;
10
  private $text_parametrs;
11
 
12
- /*###################### Constract params function ##################*/
13
 
14
  function __construct($param){
15
 
@@ -94,7 +94,7 @@ class wpdevart_comment_admin_menu{
94
  add_action('admin_print_styles-' .$page_wpdevart_comment, array($this,'menu_requeried_scripts'));
95
  }
96
 
97
- /*###################### Requaried scripts function ##################*/
98
 
99
  public function menu_requeried_scripts(){
100
  wp_enqueue_script('wp-color-picker');
9
  private $plugin_url;
10
  private $text_parametrs;
11
 
12
+ /*###################### Construct parameters function ##################*/
13
 
14
  function __construct($param){
15
 
94
  add_action('admin_print_styles-' .$page_wpdevart_comment, array($this,'menu_requeried_scripts'));
95
  }
96
 
97
+ /*###################### Required scripts function ##################*/
98
 
99
  public function menu_requeried_scripts(){
100
  wp_enqueue_script('wp-color-picker');
includes/front_end.php CHANGED
@@ -13,7 +13,7 @@ class wpdevart_comment_front_end{
13
 
14
  public static $id_for_content=0;
15
 
16
- /*###################### Constract params function ##################*/
17
 
18
  function __construct($params){
19
 
13
 
14
  public static $id_for_content=0;
15
 
16
+ /*###################### Construct parameters function ##################*/
17
 
18
  function __construct($params){
19
 
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" => '16',
26
  "wpdevart_comment_title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
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
  );
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" => '15',
26
  "wpdevart_comment_title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
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/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" => '7',
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" => '5',
34
  "locale" => 'en_US',
35
 
36
  );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpdevart
3
  Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
4
  Requires at least: 2.9
5
  Tested up to: 5.3.2
6
- Stable tag: 1.9.5
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -30,7 +30,7 @@ You can disable it on any page/post you need. There are some useful features tha
30
  * **Ability to set ordering and number to display**
31
  * **Ability to set the language**
32
 
33
- You can upgrade the plugin to [Facebook Comments Pro](http://wpdevart.com/wordpress-facebook-comments-plugin) to add more features.
34
 
35
  ### Features of Pro version
36
 
@@ -412,6 +412,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
412
 
413
  * Edited the plugin admin.
414
 
 
 
 
 
415
  ==Step by step guide==
416
 
417
  ### Main options
3
  Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
4
  Requires at least: 2.9
5
  Tested up to: 5.3.2
6
+ Stable tag: 1.9.6
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
30
  * **Ability to set ordering and number to display**
31
  * **Ability to set the language**
32
 
33
+ You can upgrade the plugin to [Facebook Comments Pro](https://wpdevart.com/wordpress-facebook-comments-plugin) to add more features.
34
 
35
  ### Features of Pro version
36
 
412
 
413
  * Edited the plugin admin.
414
 
415
+ = 1.9.6 ==
416
+
417
+ * Change some default options.
418
+
419
  ==Step by step guide==
420
 
421
  ### Main options