WpDevArt Facebook comments - Version 1.7.8

Version Description

=

  • Edited and added descriptions for developers.

Facebook comments WordPress step by step guide

Facebook Comments plugin main options

  • APP ID - Type here your Facebook App ID
  • Title - Type here Facebook comments box title
  • Color scheme - Select Facebook comments box Color scheme
  • Title text color - Select Facebook comments box title text color
  • Title font-size - Type Facebook comments box title font-size(px)
  • Title font family - Select Facebook comments box title font family
  • Title position - Select Facebook comments box title position
  • Display comment on - Select where to display Facebook comments
  • Comments box width - Type here the Facebook comments box width(px)
  • Number of comments show - Type here the number of Facebook comments to display
  • Animation effect - Select animation effect
  • Background color - Select Facebook comments background color
  • Facebook comments position -Select Facebook comments box position(before or after WordPress standard comments)
  • Facebook comments language - Type here Facebook comments language code(en_US,de_DE...)

Adding Facebook Comments 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="Facebook Comment" 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="Facebook Comment" 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 Facebook comments shortcode attributes.

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

The Best Offer From WpDevArt

You can check the best offer page here - Best Price

Dear users, we also recommend you to take a look for this useful plugins - WordPress Gallery, WordPress Contact Form, WordPress Coming Soon, WordPress booking calendar, WordPress Poll plugin, WordPress Countdown plugin, WordPress YouTube, WordPress like box, WordPress lightbox .

Download this release

Release Info

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

Code changes from version 1.7.7 to 1.7.8

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.7.7
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.7.8
8
  * Author: wpdevart
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -344,7 +344,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
344
  </tr>
345
  <tr>
346
  <td>
347
- Number of comments <span title="Type here the number of Facebook comments to display" class="desription_class">?</span>
348
  </td>
349
  <td>
350
  <input type="text" name="wpdevart_comments_box_count_of_comments" id="wpdevart_comments_box_count_of_comments" value="<?php echo $page_parametrs['wpdevart_comments_box_count_of_comments'] ?>">
@@ -371,7 +371,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
371
 
372
  <tr>
373
  <td>
374
- Default language <span title="Type here Facebook comments language code(en_US,de_DE...)" class="desription_class">?</span>
375
  </td>
376
  <td>
377
  <input type="text" name="wpdevart_comments_box_locale" id="wpdevart_comments_box_locale" value="<?php echo $page_parametrs['wpdevart_comments_box_locale'] ?>">(en_US,de_DE...)
344
  </tr>
345
  <tr>
346
  <td>
347
+ Number of comments <span title="Type here the number of Facebook comments to show" class="desription_class">?</span>
348
  </td>
349
  <td>
350
  <input type="text" name="wpdevart_comments_box_count_of_comments" id="wpdevart_comments_box_count_of_comments" value="<?php echo $page_parametrs['wpdevart_comments_box_count_of_comments'] ?>">
371
 
372
  <tr>
373
  <td>
374
+ Default language <span title="Type here Facebook comments default language code(en_US,de_DE...)" class="desription_class">?</span>
375
  </td>
376
  <td>
377
  <input type="text" name="wpdevart_comments_box_locale" id="wpdevart_comments_box_locale" value="<?php echo $page_parametrs['wpdevart_comments_box_locale'] ?>">(en_US,de_DE...)
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" => '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" => '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" => '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
  );
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" => '15',
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
  );
26
  "curent_url" => get_permalink(),
27
  "title_text" => 'Comments',
28
  "title_text_color" => '#000000',
29
+ "title_text_font_size" => '16',
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
  );
includes/style/admin-style.css CHANGED
@@ -25,7 +25,7 @@
25
  font-family: serif;
26
  /*color: #3AA3D4;*/
27
  }
28
-
29
  .title_parametrs_image{
30
  height: 37px;
31
  float: left;
@@ -196,6 +196,7 @@ button{
196
  .save_all_section_parametrs.padding_loading{
197
  width: 150px !important;
198
  }
 
199
  .save_section_parametrs{
200
  width: 100px;
201
  text-align: left;
25
  font-family: serif;
26
  /*color: #3AA3D4;*/
27
  }
28
+ /*Title parameters*/
29
  .title_parametrs_image{
30
  height: 37px;
31
  float: left;
196
  .save_all_section_parametrs.padding_loading{
197
  width: 150px !important;
198
  }
199
+ /*Save section style*/
200
  .save_section_parametrs{
201
  width: 100px;
202
  text-align: left;
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
4
  Requires at least: 2.9
5
  Tested up to: 4.7.4
6
- Stable tag: 1.7.7
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -419,6 +419,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
419
 
420
  * Updated comments for developers.
421
 
 
 
 
 
422
  ==Facebook comments WordPress step by step guide==
423
 
424
  ### 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
4
  Requires at least: 2.9
5
  Tested up to: 4.7.4
6
+ Stable tag: 1.7.8
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
419
 
420
  * Updated comments for developers.
421
 
422
+ = 1.7.8 ==
423
+
424
+ * Edited and added descriptions for developers.
425
+
426
  ==Facebook comments WordPress step by step guide==
427
 
428
  ### Facebook Comments plugin main options