Version Description
- Corrected mistakes.
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 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 - 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.2.7 |
Comparing to | |
See all releases |
Code changes from version 1.2.6 to 1.2.7
- facebook-comment.php +2 -2
- includes/admin_menu.php +1 -1
- includes/front_end.php +2 -2
- includes/style/admin-style.css +2 -2
- readme.txt +7 -3
@@ -2,8 +2,8 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
-
* Description:
|
6 |
-
* Version: 1.2.
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
2 |
/**
|
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.2.7
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
@@ -498,7 +498,7 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
|
|
498 |
</div>
|
499 |
<?php }
|
500 |
}
|
501 |
-
/*######################################### SUBSCRIBE #######################################*/
|
502 |
|
503 |
private function create_select_element_for_font($select_id='',$curent_font='none'){
|
504 |
?>
|
498 |
</div>
|
499 |
<?php }
|
500 |
}
|
501 |
+
/*######################################### SUBSCRIBE FORM #######################################*/
|
502 |
|
503 |
private function create_select_element_for_font($select_id='',$curent_font='none'){
|
504 |
?>
|
@@ -31,7 +31,7 @@ class wpdevart_comment_front_end{
|
|
31 |
|
32 |
|
33 |
}
|
34 |
-
/*###################### FUNCTION FOR CONNECTING TO
|
35 |
private function generete_params(){
|
36 |
|
37 |
foreach($this->databese_parametrs as $param_array_key => $param_value){
|
@@ -103,7 +103,7 @@ class wpdevart_comment_front_end{
|
|
103 |
}(document, 'script', 'facebook-jssdk'));</script>
|
104 |
<?php
|
105 |
}
|
106 |
-
/*Creating iframe
|
107 |
|
108 |
}
|
109 |
?>
|
31 |
|
32 |
|
33 |
}
|
34 |
+
/*###################### FUNCTION FOR CONNECTING TO DATABASE ##################*/
|
35 |
private function generete_params(){
|
36 |
|
37 |
foreach($this->databese_parametrs as $param_array_key => $param_value){
|
103 |
}(document, 'script', 'facebook-jssdk'));</script>
|
104 |
<?php
|
105 |
}
|
106 |
+
/*Creating content iframe*/
|
107 |
|
108 |
}
|
109 |
?>
|
@@ -10,7 +10,7 @@
|
|
10 |
margin-left: 7px;
|
11 |
cursor: pointer;
|
12 |
}
|
13 |
-
/*Facebook Comments
|
14 |
.wp-picker-holder{
|
15 |
position:absolute;
|
16 |
z-index: 9999;
|
@@ -167,7 +167,7 @@
|
|
167 |
margin-left: 15px;
|
168 |
}
|
169 |
|
170 |
-
/*SAVING
|
171 |
button{
|
172 |
webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
173 |
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
10 |
margin-left: 7px;
|
11 |
cursor: pointer;
|
12 |
}
|
13 |
+
/*Facebook Comments title*/
|
14 |
.wp-picker-holder{
|
15 |
position:absolute;
|
16 |
z-index: 9999;
|
167 |
margin-left: 15px;
|
168 |
}
|
169 |
|
170 |
+
/*SAVING PARAMETERS*/
|
171 |
button{
|
172 |
webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
173 |
-moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
|
@@ -3,11 +3,11 @@ 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
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
10 |
-
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -59,7 +59,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
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 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 |
|
@@ -215,6 +215,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
215 |
|
216 |
* Edit list of featured plugins.
|
217 |
|
|
|
|
|
|
|
|
|
218 |
==Facebook comments WordPress step by step guide==
|
219 |
|
220 |
### Facebook Comments plugin main options
|
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
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.2.7
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
10 |
+
Facebook comments plugin will help you display Facebook Comments on your website. You can use Facebook Comments box on your pages/posts.
|
11 |
|
12 |
== Description ==
|
13 |
|
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 |
|
215 |
|
216 |
* Edit list of featured plugins.
|
217 |
|
218 |
+
= 1.2.7 =
|
219 |
+
|
220 |
+
* Corrected mistakes.
|
221 |
+
|
222 |
==Facebook comments WordPress step by step guide==
|
223 |
|
224 |
### Facebook Comments plugin main options
|