Version Description
=
- Made some admin-side changes.
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.3.2 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.3.2
- facebook-comment.php +1 -1
- includes/admin_menu.php +2 -2
- 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.3.
|
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.3.2
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
@@ -197,7 +197,7 @@ class wpdevart_comment_admin_menu{
|
|
197 |
<div class="pea_admin_box">
|
198 |
|
199 |
<p>Here's the short user manual that should help you to insert Facebook Comments Box into your website.</p>
|
200 |
-
<p style="font-weight:bolder"><span style="color
|
201 |
Also, here is another tutorial(from other source) of creating App Id, you can check it - <a style="color:#0073aa" target="_blank" href="https://wpdevart.com/how-to-get-an-app-id-and-secret-key-from-facebook/">https://wpdevart.com/how-to-get-an-app-id-and-secret-key-from-facebook/</a>.</p>
|
202 |
<p>If you select the option "Display comments on" - Home, Post, Page, then the Facebook Comments box will be added on every page/post of your website. </p>
|
203 |
<p>Also, you can insert the Facebook Comments box manually in any page/post or even in Php code using plugin shortcode. You can disable comments on single pages or posts as well by disabling it(find the otion below posts/pages).</p>
|
@@ -254,7 +254,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
254 |
|
255 |
<tr>
|
256 |
<td>
|
257 |
-
APP ID <span style="color:
|
258 |
</td>
|
259 |
<td>
|
260 |
<input type="text" name="wpdevart_comment_facebook_app_id" id="wpdevart_comment_facebook_app_id" value="<?php echo $page_parametrs['wpdevart_comment_facebook_app_id'] ?>">
|
197 |
<div class="pea_admin_box">
|
198 |
|
199 |
<p>Here's the short user manual that should help you to insert Facebook Comments Box into your website.</p>
|
200 |
+
<p style="font-weight:bolder"><span style="color:#6b56f9;">APP ID</span> - you can create your App Id on this page - <a style="color:#0073aa" target="_blank" href="https://developers.facebook.com/apps">https://developers.facebook.com/apps.</a>
|
201 |
Also, here is another tutorial(from other source) of creating App Id, you can check it - <a style="color:#0073aa" target="_blank" href="https://wpdevart.com/how-to-get-an-app-id-and-secret-key-from-facebook/">https://wpdevart.com/how-to-get-an-app-id-and-secret-key-from-facebook/</a>.</p>
|
202 |
<p>If you select the option "Display comments on" - Home, Post, Page, then the Facebook Comments box will be added on every page/post of your website. </p>
|
203 |
<p>Also, you can insert the Facebook Comments box manually in any page/post or even in Php code using plugin shortcode. You can disable comments on single pages or posts as well by disabling it(find the otion below posts/pages).</p>
|
254 |
|
255 |
<tr>
|
256 |
<td>
|
257 |
+
APP ID <span style="color:#6b55f9; font-weight:bold;">Important</span> <span title="Type here the Facebook App ID. Check how to get the APP ID from the user manual from the right side" class="desription_class">?</span>
|
258 |
</td>
|
259 |
<td>
|
260 |
<input type="text" name="wpdevart_comment_facebook_app_id" id="wpdevart_comment_facebook_app_id" value="<?php echo $page_parametrs['wpdevart_comment_facebook_app_id'] ?>">
|
@@ -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.8
|
6 |
-
Stable tag: 2.3.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -556,6 +556,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
|
|
556 |
|
557 |
* Changed a featured plugin icon design.
|
558 |
|
|
|
|
|
|
|
|
|
559 |
==Step by step guide==
|
560 |
|
561 |
### Main options
|
3 |
Tags: Facebook, facebook comments, social comments, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 5.8
|
6 |
+
Stable tag: 2.3.2
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
556 |
|
557 |
* Changed a featured plugin icon design.
|
558 |
|
559 |
+
= 2.3.2 ==
|
560 |
+
|
561 |
+
* Made some admin-side changes.
|
562 |
+
|
563 |
==Step by step guide==
|
564 |
|
565 |
### Main options
|