WpDevArt Facebook comments - Version 1.0.3

Version Description

  • Corrected mistakes in code comments.

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's 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

Dear users, we also recommend you to take a look for this useful plugins - WordPress Coming Soon, WordPress Poll plugin, WordPress Countdown plugin, WordPress YouTube, WordPress Facebook like box .

Download this release

Release Info

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

Code changes from version 1.0.2 to 1.0.3

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: 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.2
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.3
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/front_end.php CHANGED
@@ -14,7 +14,7 @@ class wpdevart_comment_front_end{
14
  function __construct($params){
15
 
16
  $this->databese_parametrs=$params['databese_parametrs'];
17
- //if plugin url not come in parent class
18
  if(isset($params['plugin_url']))
19
  $this->plugin_url=$params['plugin_url'];
20
  else
@@ -26,7 +26,7 @@ class wpdevart_comment_front_end{
26
  add_shortcode( 'wpdevart_facebook_comment', array($this,'wpdevart_comment_shortcode') );
27
  add_action('the_content',array($this,'insert_facebook_comment_in_content'));
28
  $this->params=$this->generete_params();
29
- //for updated parametrs
30
 
31
 
32
 
14
  function __construct($params){
15
 
16
  $this->databese_parametrs=$params['databese_parametrs'];
17
+ //if plugin url doesn't come in parent class
18
  if(isset($params['plugin_url']))
19
  $this->plugin_url=$params['plugin_url'];
20
  else
26
  add_shortcode( 'wpdevart_facebook_comment', array($this,'wpdevart_comment_shortcode') );
27
  add_action('the_content',array($this,'insert_facebook_comment_in_content'));
28
  $this->params=$this->generete_params();
29
+ // part of code for updated parametrs
30
 
31
 
32
 
includes/install_database.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- /// class for install databese
4
 
5
  class wpdevart_comment_install_database{
6
 
1
  <?php
2
 
3
+ /// here is the class for install databese
4
 
5
  class wpdevart_comment_install_database{
6
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
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, Facebook Widget
4
  Requires at least: 2.9
5
- Tested up to: 4.3
6
- Stable tag: 1.0.2
7
 
8
  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.
9
 
@@ -11,7 +11,7 @@ Our WordPress Facebook comments plugin will help you to display Facebook Comment
11
 
12
  Facebook comments plugin is great tool that will allow you to show your visitors Facebook comments on your website. At the same time this plugin is very useful for improving your website traffic from Facebook. Facebook Comments box is important part of social optimization as well, that's why most of websites use Facebook Comments box on their websites.
13
  WordPress Facebook comments plugin is very easy to use, you just need to create Facebook App ID and use it on your website.
14
- You can disable Facebook Comments on any page/post you need.
15
 
16
  ### View our Facebook comments plugin Demo page:
17
 
@@ -48,7 +48,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
48
 
49
  == Installation ==
50
 
51
- ### It's very simple:
52
 
53
  1. Download WordPress Facebook Comments plugin.
54
  2. Upload the Facebook Comments plugin from your admin panel.
@@ -69,7 +69,7 @@ Also, here is another tutorial of creating App Id, you can check it - https://he
69
 
70
  = How can I use WordPress Facebook comments plugin shortcode =
71
 
72
- Here's an example of using the shortcode in posts, pages:
73
 
74
  `[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" ]`
75
 
@@ -81,10 +81,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
81
 
82
  == Screenshots ==
83
 
84
- 1. WordPress Facebook comments plugin Front-end
85
- 2. WordPress Facebook comments plugin Back-end
86
- 3. WordPress Facebook comments plugin Front-end
87
- 4. WordPress Facebook comments plugin Back-end
88
 
89
  == Changelog ==
90
 
@@ -100,6 +100,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
100
 
101
  * Fixed some mistakes.
102
 
 
 
 
 
103
  ==Facebook comments WordPress step by step guide==
104
 
105
  ### Facebook Comments plugin main options
@@ -131,7 +135,7 @@ Here are explanation of Facebook comments shoetcode attributes.
131
 
132
  curent_url - Type the URL of a page from where you need to show Facebook comments
133
  title_text - Type here Facebook comments box title
134
- title_text_color - Select Facebook comments box title text color
135
  title_text_font_size - Type Facebook comments box title font-size
136
  title_text_font_famely - Select Facebook comments box title font family
137
  title_text_position - Select Facebook comments box title position
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, Facebook Widget
4
  Requires at least: 2.9
5
+ Tested up to: 4.3.1
6
+ Stable tag: 1.0.3
7
 
8
  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.
9
 
11
 
12
  Facebook comments plugin is great tool that will allow you to show your visitors Facebook comments on your website. At the same time this plugin is very useful for improving your website traffic from Facebook. Facebook Comments box is important part of social optimization as well, that's why most of websites use Facebook Comments box on their websites.
13
  WordPress Facebook comments plugin is very easy to use, you just need to create Facebook App ID and use it on your website.
14
+ You can disable Facebook Comments on any page/post you need. There are some useful and beautiful features that you can find only in our Facebook Comments box plugin.
15
 
16
  ### View our Facebook comments plugin Demo page:
17
 
48
 
49
  == Installation ==
50
 
51
+ ### It is very simple:
52
 
53
  1. Download WordPress Facebook Comments plugin.
54
  2. Upload the Facebook Comments plugin from your admin panel.
69
 
70
  = How can I use WordPress Facebook comments plugin shortcode =
71
 
72
+ Here is an example of using the shortcode in posts, pages:
73
 
74
  `[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" ]`
75
 
81
 
82
  == Screenshots ==
83
 
84
+ 1. WordPress Facebook comments Front-end
85
+ 2. WordPress Facebook comments Back-end
86
+ 3. WordPress Facebook comments Front-end
87
+ 4. WordPress Facebook comments Back-end
88
 
89
  == Changelog ==
90
 
100
 
101
  * Fixed some mistakes.
102
 
103
+ = 1.0.3 =
104
+
105
+ * Corrected mistakes in code comments.
106
+
107
  ==Facebook comments WordPress step by step guide==
108
 
109
  ### Facebook Comments plugin main options
135
 
136
  curent_url - Type the URL of a page from where you need to show Facebook comments
137
  title_text - Type here Facebook comments box title
138
+ title_text_color - Select Facebook comments box title color
139
  title_text_font_size - Type Facebook comments box title font-size
140
  title_text_font_famely - Select Facebook comments box title font family
141
  title_text_position - Select Facebook comments box title position