WpDevArt Facebook comments - Version 1.5.8

Version Description

Download this release

Release Info

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

Code changes from version 1.5.7 to 1.5.8

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.7
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.8
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/admin_menu.php CHANGED
@@ -174,18 +174,18 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
174
 
175
  <p><strong>Here are explanation of Facebook comments shortcode attributes.</strong></p>
176
 
177
- <p><strong>curent_url</strong> - Type the page URL from where you need to show Facebook comments </p>
178
- <p><strong>title_text</strong> - Type here Facebook comments box title</p>
179
- <p><strong>colorscheme</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments box color scheme.Can be "light" or "dark".</p>
180
- <p><strong>order_type</strong> - Select Facebook comments box order type.The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
181
- <p><strong>title_text_color</strong> - Select Facebook comments box title text color</p>
182
- <p><strong>title_text_font_size</strong> - Type Facebook comments box title font-size(px)</p>
183
- <p><strong>title_text_font_famely</strong> - Select Facebook comments box title font family</p>
184
- <p><strong>title_text_position</strong> - Select Facebook comments box title position</p>
185
- <p><strong>width</strong> - Type here the Facebook comments box width(px)</p>
186
- <p><strong>count_of_comments</strong> - Type here the number of Facebook comments you need to display</p>
187
- <p><strong>bg_color</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments background color</p>
188
- <p><strong>animation_effect</strong> <span class="pro_feature"> (pro)</span> - Select the animation effect for Facebook comments box</p>
189
 
190
  </div>
191
  </td>
174
 
175
  <p><strong>Here are explanation of Facebook comments shortcode attributes.</strong></p>
176
 
177
+ <p><strong>Curent_url</strong> - Type the page URL from where you need to show Facebook comments </p>
178
+ <p><strong>Title_text</strong> - Type here Facebook comments box title</p>
179
+ <p><strong>Colorscheme</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments box color scheme.Can be "light" or "dark".</p>
180
+ <p><strong>Order_type</strong> - Select Facebook comments box order type.The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
181
+ <p><strong>Title_text_color</strong> - Select Facebook comments box title text color</p>
182
+ <p><strong>Title_text_font_size</strong> - Type Facebook comments box title font-size(px)</p>
183
+ <p><strong>Title_text_font_famely</strong> - Select Facebook comments box title font family</p>
184
+ <p><strong>Title_text_position</strong> - Select Facebook comments box title position</p>
185
+ <p><strong>Width</strong> - Type here the Facebook comments box width(px)</p>
186
+ <p><strong>Count_of_comments</strong> - Type here the number of Facebook comments you need to display</p>
187
+ <p><strong>Bg_color</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments background color</p>
188
+ <p><strong>Animation_effect</strong> <span class="pro_feature"> (pro)</span> - Select the animation effect for Facebook comments box</p>
189
 
190
  </div>
191
  </td>
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" => '7',
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" => '10',
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,Georgia,serif',
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,Georgia,serif',
31
  "title_text_position" => 'left',
32
  "width" => '100%',
33
+ "count_of_comments" => '10',
34
  "locale" => 'en_US',
35
 
36
  );
includes/style/admin-style.css CHANGED
@@ -213,6 +213,7 @@ button{
213
  .save_button_span{
214
  float:left;
215
  }
 
216
  .sucsses_save{
217
  position: relative;
218
  display:none;
@@ -223,6 +224,7 @@ button{
223
  background-image: url(../../images/success.png);
224
  background-size:100% 100%;
225
  }
 
226
  .error_in_saving{
227
  position: relative;
228
  display:none;
213
  .save_button_span{
214
  float:left;
215
  }
216
+ /*Facebook Comments success save style*/
217
  .sucsses_save{
218
  position: relative;
219
  display:none;
224
  background-image: url(../../images/success.png);
225
  background-size:100% 100%;
226
  }
227
+ /*Facebook Comments failure save style*/
228
  .error_in_saving{
229
  position: relative;
230
  display:none;
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.7
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, 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