Version Description
- New featured plugin added.
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 the animation effect for Facebook comments box
- 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 to 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 shoetcode 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 - Select the 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 Coming Soon, WordPress booking calendar, WordPress Poll plugin, WordPress Countdown plugin, WordPress YouTube, WordPress Facebook like box, WordPress lightbox .
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- facebook-comment.php +1 -1
- images/featured_plugins/lightbox.png +0 -0
- includes/admin_menu.php +6 -0
- readme.txt +26 -6
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
* Description: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
|
6 |
-
* Version: 1.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: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
|
6 |
+
* Version: 1.0.8
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
Binary file
|
@@ -398,6 +398,12 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
|
|
398 |
'title' => 'WordPress Countdown plugin',
|
399 |
'description' => 'WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.'
|
400 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
401 |
'facebook'=>array(
|
402 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
403 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
398 |
'title' => 'WordPress Countdown plugin',
|
399 |
'description' => 'WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.'
|
400 |
),
|
401 |
+
'lightbox'=>array(
|
402 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/lightbox.png',
|
403 |
+
'site_url' => 'http://wpdevart.com/wordpress-lightbox-plugin',
|
404 |
+
'title' => 'WordPress Lightbox plugin',
|
405 |
+
'description' => 'WordPress lightbox plugin is an high customizable and responsive product for displaying images and videos in popup.'
|
406 |
+
),
|
407 |
'facebook'=>array(
|
408 |
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.jpg',
|
409 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
@@ -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, responsive comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -47,7 +47,11 @@ 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/).
|
|
|
|
|
|
|
|
|
51 |
|
52 |
== Installation ==
|
53 |
|
@@ -59,7 +63,11 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
59 |
4. After that type the Facebook App ID.
|
60 |
5. Then configure the plugin and that's all.
|
61 |
|
62 |
-
|
|
|
|
|
|
|
|
|
63 |
|
64 |
== Frequently Asked Questions ==
|
65 |
|
@@ -80,7 +88,11 @@ Here is an example of using the shortcode in PHP code:
|
|
80 |
|
81 |
`<?php echo do_shortcode('[wpdevart_facebook_comment 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" count_of_comments="2" ]'); ?>`
|
82 |
|
83 |
-
|
|
|
|
|
|
|
|
|
84 |
|
85 |
== Screenshots ==
|
86 |
|
@@ -123,6 +135,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
123 |
|
124 |
* Added new plugin.
|
125 |
|
|
|
|
|
|
|
|
|
126 |
==Facebook comments WordPress step by step guide==
|
127 |
|
128 |
### Facebook Comments plugin main options
|
@@ -163,7 +179,11 @@ count_of_comments - Type here the comments of Facebook comments to display
|
|
163 |
bg_color - Select Facebook comments background color
|
164 |
animation_effect - Select the animation effect for Facebook comments box
|
165 |
|
166 |
-
|
|
|
|
|
|
|
|
|
167 |
|
168 |
|
169 |
|
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, responsive comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.0.8
|
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 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 |
+
|
54 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
55 |
|
56 |
== Installation ==
|
57 |
|
63 |
4. After that type the Facebook App ID.
|
64 |
5. Then configure the plugin and that's all.
|
65 |
|
66 |
+
### The Best Offer From WpDevArt
|
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 |
|
88 |
|
89 |
`<?php echo do_shortcode('[wpdevart_facebook_comment 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" count_of_comments="2" ]'); ?>`
|
90 |
|
91 |
+
### The Best Offer From WpDevArt
|
92 |
+
|
93 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
94 |
+
|
95 |
+
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).
|
96 |
|
97 |
== Screenshots ==
|
98 |
|
135 |
|
136 |
* Added new plugin.
|
137 |
|
138 |
+
= 1.0.8 =
|
139 |
+
|
140 |
+
* New featured plugin added.
|
141 |
+
|
142 |
==Facebook comments WordPress step by step guide==
|
143 |
|
144 |
### Facebook Comments plugin main options
|
179 |
bg_color - Select Facebook comments background color
|
180 |
animation_effect - Select the animation effect for Facebook comments box
|
181 |
|
182 |
+
### The Best Offer From WpDevArt
|
183 |
+
|
184 |
+
**You can check the best offer page here - [Best Price](http://wpdevart.com/the-best-offer-from-wpdevart)**
|
185 |
+
|
186 |
+
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) .
|
187 |
|
188 |
|
189 |
|