WpDevArt Facebook comments - Version 1.5.1

Version Description

=

  • Edit featured plugins list.

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
  • 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
  • Comment box width - Type here the Facebook comments box width
  • Number of comments show - Type here the comments 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 Contact Form, WordPress Coming Soon, WordPress booking calendar, WordPress Poll plugin, WordPress Countdown plugin, WordPress YouTube, WordPress Facebook like box, WordPress lightbox .

Download this release

Release Info

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

Code changes from version 1.5.0 to 1.5.1

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.0
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.1
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
images/featured_plugins/contact_forms.png ADDED
Binary file
includes/admin_menu.php CHANGED
@@ -380,6 +380,12 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
380
  'title' => 'Coming soon and Maintenance mode',
381
  'description' => 'Coming soon and Maintenance mode plugin is an awesome tool to show your visitors that you are working on your website to make it better.'
382
  ),
 
 
 
 
 
 
383
  'Booking Calendar'=>array(
384
  'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
385
  'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
380
  'title' => 'Coming soon and Maintenance mode',
381
  'description' => 'Coming soon and Maintenance mode plugin is an awesome tool to show your visitors that you are working on your website to make it better.'
382
  ),
383
+ 'Contact forms'=>array(
384
+ 'image_url' => $this->plugin_url.'images/featured_plugins/contact_forms.png',
385
+ 'site_url' => 'http://wpdevart.com/wordpress-contact-form-plugin/',
386
+ 'title' => 'Contact Form',
387
+ 'description' => 'Contact Form plugin is an nice and handy tool for creating different types of contact forms on your WordPress websites.'
388
+ ),
389
  'Booking Calendar'=>array(
390
  'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
391
  'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Facebook comments WordPress ===
2
  Contributors: wpdevart
3
- Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, 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 wall for wordpress, Facebook Stream, social, responsive comments, social comments, comments plugin, facebook comment plugin
4
  Requires at least: 2.9
5
  Tested up to: 4.6.1
6
- Stable tag: 1.5.0
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -47,7 +47,7 @@ You can upgrade WordPress Facebook Comments plugin to [Facebook Comments Pro](ht
47
 
48
  ### If you found any bug in our WordPress Facebook comments plugin or have a question contact us at support@wpdevart.com.
49
 
50
- Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup).
51
 
52
  ### The Best Offer From WpDevArt
53
 
@@ -67,7 +67,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
67
 
68
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
69
 
70
- Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup).
71
 
72
  == Frequently Asked Questions ==
73
 
@@ -116,7 +116,7 @@ Yes, If you are logged in(Facebook account) then you will see the moderate optio
116
 
117
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
118
 
119
- Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup).
120
 
121
  == Screenshots ==
122
 
@@ -331,6 +331,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
331
 
332
  * Edit admin option texts.
333
 
 
 
 
 
334
  ==Facebook comments WordPress step by step guide==
335
 
336
  ### Facebook Comments plugin main options
@@ -375,7 +379,7 @@ animation_effect - Choose animation effect for Facebook comments box
375
 
376
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
377
 
378
- Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup) .
379
 
380
 
381
 
1
  === Facebook comments WordPress ===
2
  Contributors: wpdevart
3
+ Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, 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 wall for wordpress, Facebook Stream, social, responsive comments, social comments, comments plugin, facebook comment plugin, yahoo
4
  Requires at least: 2.9
5
  Tested up to: 4.6.1
6
+ Stable tag: 1.5.1
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
47
 
48
  ### If you found any bug in our WordPress Facebook comments plugin or have a question contact us at support@wpdevart.com.
49
 
50
+ Dear users, we also recommend you to take a look for this useful plugins - [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup).
51
 
52
  ### The Best Offer From WpDevArt
53
 
67
 
68
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
69
 
70
+ Dear users, we also recommend you to take a look for this useful plugins - [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup).
71
 
72
  == Frequently Asked Questions ==
73
 
116
 
117
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
118
 
119
+ Dear users, we also recommend you to take a look for this useful plugins - [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup).
120
 
121
  == Screenshots ==
122
 
331
 
332
  * Edit admin option texts.
333
 
334
+ = 1.5.1 ==
335
+
336
+ * Edit featured plugins list.
337
+
338
  ==Facebook comments WordPress step by step guide==
339
 
340
  ### Facebook Comments plugin main options
379
 
380
  **You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
381
 
382
+ Dear users, we also recommend you to take a look for this useful plugins - [WordPress Contact Form](https://wordpress.org/plugins/contact-forms-builder/), [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/), [WordPress lightbox](https://wordpress.org/plugins/lightbox-popup) .
383
 
384
 
385