Version Description
=
- Made some corrections in the admin side.
Step by step guide
Main options
- APP ID - Type here your Fb App ID
- Title - Type here the title
- Color scheme - Select the Color scheme
- Title text color - Select the title text color
- Title font-size - Type the title font-size(px)
- Title font family - Select the title font family
- Title position - Select the title position
- Display comment on - Select where to display Fb box
- Width - Type here the width(px)
- Number - Type here the number of remarks to display
- Animation effect - Select animation effect
- Background color - Select the background color
- Position -Select the position
- Language - Type here the language code(en_US,de_DE...)
Adding the 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="Title" 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="Fb title" 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 shortcode attributes.
curent_url - Type the URL of the page from where you need to show the content title_text - Type here the title title_text_color - Select the title color title_text_font_size - Type the title font-size title_text_font_famely - Select the title font family title_text_position - Select the title position width - Type here the width count_of_comments - Type here the number of remarks to display bg_color - Select the background color animation_effect - Choose animation effect
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- facebook-comment.php +2 -2
- includes/admin_menu.php +5 -5
- readme.txt +5 -1
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://wpdevart.com/wordpress-facebook-comments-plugin
|
5 |
* Author URI: https://wpdevart.com
|
6 |
* Description: Social (Facebook) comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
|
7 |
-
* Version: 2.2.
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
@@ -95,7 +95,7 @@ class wpdevart_comment_main{
|
|
95 |
public function plugin_activate_sublink($links){
|
96 |
$plugin_submenu_added_link=array();
|
97 |
$added_link = array(
|
98 |
-
'<a target="_blank" style="color: #7052fb; font-weight: bold; font-size: 13px;" href="
|
99 |
);
|
100 |
$plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $added_link );
|
101 |
$plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $links );
|
4 |
* Plugin URI: https://wpdevart.com/wordpress-facebook-comments-plugin
|
5 |
* Author URI: https://wpdevart.com
|
6 |
* Description: Social (Facebook) comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
|
7 |
+
* Version: 2.2.2
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
95 |
public function plugin_activate_sublink($links){
|
96 |
$plugin_submenu_added_link=array();
|
97 |
$added_link = array(
|
98 |
+
'<a target="_blank" style="color: #7052fb; font-weight: bold; font-size: 13px;" href="https://wpdevart.com/wordpress-facebook-comments-plugin">Upgrade to Pro</a>',
|
99 |
);
|
100 |
$plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $added_link );
|
101 |
$plugin_submenu_added_link=array_merge( $plugin_submenu_added_link, $links );
|
@@ -176,7 +176,7 @@ class wpdevart_comment_admin_menu{
|
|
176 |
<h3>WpDevArt Facebook Comments Premium</h3>
|
177 |
<p>Powerful and Customizable Facebook Comments</p>
|
178 |
</div>
|
179 |
-
<a target="blank" href="
|
180 |
</div>
|
181 |
<a target="blank" href="<?php echo wpdevart_comment_support_url; ?>" class="wpdevart_support">Have any Questions? Get quick a support!</a>
|
182 |
</div>
|
@@ -217,9 +217,9 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
217 |
|
218 |
<p><strong>Here are explanation of Facebook comments shortcode attributes.</strong></p>
|
219 |
|
220 |
-
<p><strong>Curent_url</strong> - Type the page URL
|
221 |
<p><strong>Title_text</strong> - Type here Facebook comments box title</p>
|
222 |
-
<p><strong>Order_type</strong> - Choose Facebook comments box order type.The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
|
223 |
<p><strong>Title_text_color</strong> - Select Facebook comments box title text color</p>
|
224 |
<p><strong>Title_text_font_size</strong> - Type Facebook comments box title font-size(px)</p>
|
225 |
<p><strong>Title_text_font_famely</strong> - Select Facebook comments box title font family</p>
|
@@ -722,8 +722,8 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
722 |
),
|
723 |
'page_seo'=>array(
|
724 |
'image_url' => $this->plugin_url.'images/hire_expert/8.png',
|
725 |
-
'title' => 'WordPress
|
726 |
-
'description' => '
|
727 |
)
|
728 |
);
|
729 |
$content='';
|
176 |
<h3>WpDevArt Facebook Comments Premium</h3>
|
177 |
<p>Powerful and Customizable Facebook Comments</p>
|
178 |
</div>
|
179 |
+
<a target="blank" href="https://wpdevart.com/wordpress-facebook-comments-plugin/" class="wpdevart_upgrade">Upgrade</a>
|
180 |
</div>
|
181 |
<a target="blank" href="<?php echo wpdevart_comment_support_url; ?>" class="wpdevart_support">Have any Questions? Get quick a support!</a>
|
182 |
</div>
|
217 |
|
218 |
<p><strong>Here are explanation of Facebook comments shortcode attributes.</strong></p>
|
219 |
|
220 |
+
<p><strong>Curent_url</strong> - Type the page URL where you need to display the Facebook comments box </p>
|
221 |
<p><strong>Title_text</strong> - Type here Facebook comments box title</p>
|
222 |
+
<p><strong>Order_type</strong> - Choose Facebook comments box order type. The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
|
223 |
<p><strong>Title_text_color</strong> - Select Facebook comments box title text color</p>
|
224 |
<p><strong>Title_text_font_size</strong> - Type Facebook comments box title font-size(px)</p>
|
225 |
<p><strong>Title_text_font_famely</strong> - Select Facebook comments box title font family</p>
|
722 |
),
|
723 |
'page_seo'=>array(
|
724 |
'image_url' => $this->plugin_url.'images/hire_expert/8.png',
|
725 |
+
'title' => 'WordPress SEO',
|
726 |
+
'description' => 'SEO is an important part of any website. Hire an expert and he will organize the SEO of your website.'
|
727 |
)
|
728 |
);
|
729 |
$content='';
|
@@ -3,7 +3,7 @@ Contributors: wpdevart
|
|
3 |
Tags: Facebook, facebook comments, social comments, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.7.2
|
6 |
-
Stable tag: 2.2.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -516,6 +516,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
|
|
516 |
|
517 |
* Corrected mistake - support button text.
|
518 |
|
|
|
|
|
|
|
|
|
519 |
==Step by step guide==
|
520 |
|
521 |
### Main options
|
3 |
Tags: Facebook, facebook comments, social comments, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.7.2
|
6 |
+
Stable tag: 2.2.2
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
516 |
|
517 |
* Corrected mistake - support button text.
|
518 |
|
519 |
+
= 2.2.2 ==
|
520 |
+
|
521 |
+
* Made some corrections in the admin side.
|
522 |
+
|
523 |
==Step by step guide==
|
524 |
|
525 |
### Main options
|