Version Description
=
- Changed some texts of the user manual section.
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 2.4.6 |
Comparing to | |
See all releases |
Code changes from version 2.4.5 to 2.4.6
- facebook-comment.php +1 -1
- includes/admin_menu.php +2 -2
- readme.txt +6 -2
facebook-comment.php
CHANGED
@@ -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.4.
|
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.4.6
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -214,8 +214,8 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
214 |
<p><strong>Title_text</strong> - Type here the Facebook comments box title</p>
|
215 |
<p><strong>Order_type</strong> - Choose the comments order type. The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
|
216 |
<p><strong>Title_text_color</strong> - Select the Facebook comments box title text color</p>
|
217 |
-
<p><strong>Title_text_font_size</strong> - Type the
|
218 |
-
<p><strong>Title_text_font_famely</strong> - Select the Facebook comments box
|
219 |
<p><strong>Title_text_position</strong> - Select the Facebook comments box title position</p>
|
220 |
<p><strong>Width</strong> - Type here the Facebook comments box width(px)</p>
|
221 |
<p><strong>Bg_color</strong> <span class="pro_feature"> (pro)</span> - Select the Facebook comments box background color</p>
|
214 |
<p><strong>Title_text</strong> - Type here the Facebook comments box title</p>
|
215 |
<p><strong>Order_type</strong> - Choose the comments order type. The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
|
216 |
<p><strong>Title_text_color</strong> - Select the Facebook comments box title text color</p>
|
217 |
+
<p><strong>Title_text_font_size</strong> - Type the title font-size(px) of the Facebook comments box</p>
|
218 |
+
<p><strong>Title_text_font_famely</strong> - Select the title font family of the Facebook comments box</p>
|
219 |
<p><strong>Title_text_position</strong> - Select the Facebook comments box title position</p>
|
220 |
<p><strong>Width</strong> - Type here the Facebook comments box width(px)</p>
|
221 |
<p><strong>Bg_color</strong> <span class="pro_feature"> (pro)</span> - Select the Facebook comments box background color</p>
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.4.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -104,6 +104,10 @@ Yes, If you are logged in(Fb account) then you will see the moderate options for
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
|
|
107 |
= 2.4.5 ==
|
108 |
|
109 |
* Made some changes in the admin panel of the plugin.
|
2 |
Contributors: wpdevart
|
3 |
Tags: Facebook, facebook comments, social comments, comments, wordpress comments
|
4 |
Requires at least: 2.9
|
5 |
+
Tested up to: 5.8.3
|
6 |
+
Stable tag: 2.4.6
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.4.6 ==
|
108 |
+
|
109 |
+
* Changed some texts of the user manual section.
|
110 |
+
|
111 |
= 2.4.5 ==
|
112 |
|
113 |
* Made some changes in the admin panel of the plugin.
|