Version Description
=
- New featured plugin added.
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.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- facebook-comment.php +1 -1
- images/featured_plugins/chart-featured.png +0 -0
- includes/admin_menu.php +7 -1
- readme.txt +6 -2
@@ -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.1.
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
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.1.1
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
Binary file
|
@@ -455,7 +455,13 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
455 |
'site_url' => 'https://wpdevart.com/wordpress-pricing-table-plugin/',
|
456 |
'title' => 'WordPress Pricing Table',
|
457 |
'description' => 'WordPress Pricing Table plugin is a nice tool for creating beautiful pricing tables. Use WpDevArt pricing table themes and create tables just in a few minutes.'
|
458 |
-
),
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
'youtube'=>array(
|
460 |
'image_url' => $this->plugin_url.'images/featured_plugins/youtube.png',
|
461 |
'site_url' => 'http://wpdevart.com/wordpress-youtube-embed-plugin',
|
455 |
'site_url' => 'https://wpdevart.com/wordpress-pricing-table-plugin/',
|
456 |
'title' => 'WordPress Pricing Table',
|
457 |
'description' => 'WordPress Pricing Table plugin is a nice tool for creating beautiful pricing tables. Use WpDevArt pricing table themes and create tables just in a few minutes.'
|
458 |
+
),
|
459 |
+
'chart'=>array(
|
460 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/chart-featured.png',
|
461 |
+
'site_url' => 'https://wpdevart.com/wordpress-organization-chart-plugin/',
|
462 |
+
'title' => 'WordPress Organization Chart',
|
463 |
+
'description' => 'WordPress organization chart plugin is a great tool for adding organizational charts to your WordPress websites.'
|
464 |
+
),
|
465 |
'youtube'=>array(
|
466 |
'image_url' => $this->plugin_url.'images/featured_plugins/youtube.png',
|
467 |
'site_url' => 'http://wpdevart.com/wordpress-youtube-embed-plugin',
|
@@ -1,9 +1,9 @@
|
|
1 |
=== WpDevArt Social comments ===
|
2 |
Contributors: wpdevart
|
3 |
-
Tags: Facebook, facebook comments,
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.7
|
6 |
-
Stable tag: 2.1.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -472,6 +472,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
|
|
472 |
|
473 |
* Added an SDK option.
|
474 |
|
|
|
|
|
|
|
|
|
475 |
==Step by step guide==
|
476 |
|
477 |
### Main options
|
1 |
=== WpDevArt Social comments ===
|
2 |
Contributors: wpdevart
|
3 |
+
Tags: Facebook, facebook comments, social comments, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.7
|
6 |
+
Stable tag: 2.1.1
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
472 |
|
473 |
* Added an SDK option.
|
474 |
|
475 |
+
= 2.1.1 ==
|
476 |
+
|
477 |
+
* New featured plugin added.
|
478 |
+
|
479 |
==Step by step guide==
|
480 |
|
481 |
### Main options
|