Version Description
=
- Edited install database file.
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 Contact Form, WordPress Coming Soon, WordPress booking calendar, WordPress Poll plugin, WordPress Countdown plugin, WordPress YouTube, WordPress like box, WordPress lightbox .
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.6.7 |
Comparing to | |
See all releases |
Code changes from version 1.6.6 to 1.6.7
- facebook-comment.php +3 -1
- includes/admin_menu.php +2 -0
- includes/install_database.php +1 -1
- includes/library.php +1 -1
- includes/style/admin-style.css +1 -1
- readme.txt +8 -4
@@ -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.6.
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
@@ -44,6 +44,8 @@ class wpdevart_comment_main{
|
|
44 |
add_action('admin_menu', array($wpdevart_comment_admin_menu,'create_menu'));
|
45 |
|
46 |
}
|
|
|
|
|
47 |
|
48 |
public function install_databese(){
|
49 |
|
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.6.7
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
44 |
add_action('admin_menu', array($wpdevart_comment_admin_menu,'create_menu'));
|
45 |
|
46 |
}
|
47 |
+
|
48 |
+
/*###################### Install database function ##################*/
|
49 |
|
50 |
public function install_databese(){
|
51 |
|
@@ -139,6 +139,8 @@ class wpdevart_comment_admin_menu{
|
|
139 |
die($this->text_parametrs['parametrs_sucsses_saved']);
|
140 |
}
|
141 |
|
|
|
|
|
142 |
public function main_menu_function(){
|
143 |
|
144 |
$enable_disable=$this->generete_parametrs('general_save_parametr');
|
139 |
die($this->text_parametrs['parametrs_sucsses_saved']);
|
140 |
}
|
141 |
|
142 |
+
/*###################### Main menu function ##################*/
|
143 |
+
|
144 |
public function main_menu_function(){
|
145 |
|
146 |
$enable_disable=$this->generete_parametrs('general_save_parametr');
|
@@ -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" => '
|
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" => '7',
|
31 |
"wpdevart_comments_box_locale" => 'en_US',
|
32 |
)
|
33 |
);
|
@@ -30,7 +30,7 @@ class wpdevart_comment_setting{
|
|
30 |
"title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
|
31 |
"title_text_position" => 'left',
|
32 |
"width" => '100%',
|
33 |
-
"count_of_comments" => '
|
34 |
"locale" => 'en_US',
|
35 |
|
36 |
);
|
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 |
);
|
@@ -60,7 +60,7 @@
|
|
60 |
display: inline-block;
|
61 |
float: right;
|
62 |
}
|
63 |
-
|
64 |
.main_parametrs_group_div{
|
65 |
float:left;
|
66 |
background-color:#fafafa;
|
60 |
display: inline-block;
|
61 |
float: right;
|
62 |
}
|
63 |
+
/*Main parameters style*/
|
64 |
.main_parametrs_group_div{
|
65 |
float:left;
|
66 |
background-color:#fafafa;
|
@@ -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, wp comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.7.2
|
6 |
-
Stable tag: 1.6.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -55,13 +55,13 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
55 |
|
56 |
== Installation ==
|
57 |
|
58 |
-
### It
|
59 |
|
60 |
1. Download [WordPress Facebook Comments plugin](http://wpdevart.com/wordpress-facebook-comments-plugin).
|
61 |
2. Upload the Facebook Comments plugin from your admin panel.
|
62 |
3. Then install and activate the Facebook Comments plugin.
|
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 |
|
@@ -181,7 +181,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
181 |
|
182 |
= 1.1.2 =
|
183 |
|
184 |
-
* Added notices.
|
185 |
|
186 |
= 1.1.3 =
|
187 |
|
@@ -399,6 +399,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
399 |
|
400 |
* Changed some descriptions in code.
|
401 |
|
|
|
|
|
|
|
|
|
402 |
==Facebook comments WordPress step by step guide==
|
403 |
|
404 |
### 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, wp comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.7.2
|
6 |
+
Stable tag: 1.6.7
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
55 |
|
56 |
== Installation ==
|
57 |
|
58 |
+
### It's very simple:
|
59 |
|
60 |
1. Download [WordPress Facebook Comments plugin](http://wpdevart.com/wordpress-facebook-comments-plugin).
|
61 |
2. Upload the Facebook Comments plugin from your admin panel.
|
62 |
3. Then install and activate the Facebook Comments plugin.
|
63 |
4. After that type the Facebook App ID.
|
64 |
+
5. Then configure the plugin settings and that's all.
|
65 |
|
66 |
### The Best Offer From WpDevArt
|
67 |
|
181 |
|
182 |
= 1.1.2 =
|
183 |
|
184 |
+
* Added notices in code.
|
185 |
|
186 |
= 1.1.3 =
|
187 |
|
399 |
|
400 |
* Changed some descriptions in code.
|
401 |
|
402 |
+
= 1.6.7 ==
|
403 |
+
|
404 |
+
* Edited install database file.
|
405 |
+
|
406 |
==Facebook comments WordPress step by step guide==
|
407 |
|
408 |
### Facebook Comments plugin main options
|