WpDevArt Facebook comments - Version 2.0.0

Version Description

=

  • Removed option from settings.

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 2.0.0
Comparing to
See all releases

Code changes from version 1.9.9 to 2.0.0

Files changed (3) hide show
  1. facebook-comment.php +1 -1
  2. includes/admin_menu.php +2 -13
  3. readme.txt +6 -2
facebook-comment.php CHANGED
@@ -4,7 +4,7 @@
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.9
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
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: 2.0.0
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -211,8 +211,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
211
  <p><strong>Here are explanation of Facebook comments shortcode attributes.</strong></p>
212
 
213
  <p><strong>Curent_url</strong> - Type the page URL from where you need to show Facebook comments </p>
214
- <p><strong>Title_text</strong> - Type here Facebook comments box title</p>
215
- <p><strong>Colorscheme</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments box color scheme.Can be "light" or "dark".</p>
216
  <p><strong>Order_type</strong> - Choose Facebook comments box order type.The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
217
  <p><strong>Title_text_color</strong> - Select Facebook comments box title text color</p>
218
  <p><strong>Title_text_font_size</strong> - Type Facebook comments box title font-size(px)</p>
@@ -269,17 +268,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
269
  <input type="text" name="wpdevart_comment_title_text" id="wpdevart_comment_title_text" value="<?php echo $page_parametrs['wpdevart_comment_title_text'] ?>">
270
  </td>
271
  </tr>
272
- <tr >
273
- <td>
274
- Color scheme <span class="pro_feature"> (pro)</span> <span title="Select Comments box color scheme" class="desription_class">?</span>
275
- </td>
276
- <td>
277
- <select class="pro_select" id="wpdevart_comments_box_color_scheme">
278
- <option value="light" selected="selected">Light</option>
279
- <option value="dark">Dark</option>
280
- </select>
281
- </td>
282
- </tr>
283
  <tr >
284
  <td>
285
  Order Type <span title="Choose comments order type" class="desription_class">?</span>
211
  <p><strong>Here are explanation of Facebook comments shortcode attributes.</strong></p>
212
 
213
  <p><strong>Curent_url</strong> - Type the page URL from where you need to show Facebook comments </p>
214
+ <p><strong>Title_text</strong> - Type here Facebook comments box title</p>
 
215
  <p><strong>Order_type</strong> - Choose Facebook comments box order type.The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
216
  <p><strong>Title_text_color</strong> - Select Facebook comments box title text color</p>
217
  <p><strong>Title_text_font_size</strong> - Type Facebook comments box title font-size(px)</p>
268
  <input type="text" name="wpdevart_comment_title_text" id="wpdevart_comment_title_text" value="<?php echo $page_parametrs['wpdevart_comment_title_text'] ?>">
269
  </td>
270
  </tr>
271
+
 
 
 
 
 
 
 
 
 
 
272
  <tr >
273
  <td>
274
  Order Type <span title="Choose comments order type" class="desription_class">?</span>
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: wpdevart
3
  Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
4
  Requires at least: 2.9
5
- Tested up to: 5.5
6
- Stable tag: 1.9.9
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -428,6 +428,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
428
 
429
  * Added support URL.
430
 
 
 
 
 
431
  ==Step by step guide==
432
 
433
  ### Main options
2
  Contributors: wpdevart
3
  Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
4
  Requires at least: 2.9
5
+ Tested up to: 5.5.1
6
+ Stable tag: 2.0.0
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
428
 
429
  * Added support URL.
430
 
431
+ = 2.0.0 ==
432
+
433
+ * Removed option from settings.
434
+
435
  ==Step by step guide==
436
 
437
  ### Main options