Version Description
=
- Change/remove icons.
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.0.5 |
Comparing to | |
See all releases |
Code changes from version 2.0.4 to 2.0.5
@@ -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.0.
|
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.0.5
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -451,12 +451,6 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
451 |
'title' => 'WordPress YouTube Embed',
|
452 |
'description' => 'YouTube Embed plugin is an convenient tool for adding videos to your website. Use YouTube Embed plugin for adding YouTube videos in posts/pages, widgets.'
|
453 |
),
|
454 |
-
'facebook-comments'=>array(
|
455 |
-
'image_url' => $this->plugin_url.'images/featured_plugins/facebook-comments-icon.png',
|
456 |
-
'site_url' => 'http://wpdevart.com/wordpress-facebook-comments-plugin/',
|
457 |
-
'title' => 'Wpdevart Social comments',
|
458 |
-
'description' => 'WordPress Facebook comments plugin will help you to display Facebook Comments on your website. You can use Facebook Comments on your pages/posts.'
|
459 |
-
),
|
460 |
'countdown'=>array(
|
461 |
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
462 |
'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
|
@@ -470,7 +464,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
470 |
'description' => 'WordPress Lightbox Popup is an high customizable and responsive plugin for displaying images and videos in popup.'
|
471 |
),
|
472 |
'facebook'=>array(
|
473 |
-
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.
|
474 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
475 |
'title' => 'Social Like Box',
|
476 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
451 |
'title' => 'WordPress YouTube Embed',
|
452 |
'description' => 'YouTube Embed plugin is an convenient tool for adding videos to your website. Use YouTube Embed plugin for adding YouTube videos in posts/pages, widgets.'
|
453 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
'countdown'=>array(
|
455 |
'image_url' => $this->plugin_url.'images/featured_plugins/countdown.jpg',
|
456 |
'site_url' => 'http://wpdevart.com/wordpress-countdown-plugin/',
|
464 |
'description' => 'WordPress Lightbox Popup is an high customizable and responsive plugin for displaying images and videos in popup.'
|
465 |
),
|
466 |
'facebook'=>array(
|
467 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/facebook.png',
|
468 |
'site_url' => 'http://wpdevart.com/wordpress-facebook-like-box-plugin',
|
469 |
'title' => 'Social Like Box',
|
470 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
@@ -3,7 +3,7 @@ Contributors: wpdevart
|
|
3 |
Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.6.2
|
6 |
-
Stable tag: 2.0.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -448,6 +448,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
|
|
448 |
|
449 |
* Added a service page in the admin panel.
|
450 |
|
|
|
|
|
|
|
|
|
451 |
==Step by step guide==
|
452 |
|
453 |
### Main options
|
3 |
Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.6.2
|
6 |
+
Stable tag: 2.0.5
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
448 |
|
449 |
* Added a service page in the admin panel.
|
450 |
|
451 |
+
= 2.0.5 ==
|
452 |
+
|
453 |
+
* Change/remove icons.
|
454 |
+
|
455 |
==Step by step guide==
|
456 |
|
457 |
### Main options
|