Version Description
=
- Changed some texts.
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 2.4.7 |
Comparing to | |
See all releases |
Code changes from version 2.4.6 to 2.4.7
- facebook-comment.php +1 -1
- includes/admin_menu.php +2 -2
- readme.txt +5 -1
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.7
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -212,8 +212,8 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
212 |
|
213 |
<p><strong>Curent_url</strong> - Type the page URL where you need to display the Facebook comments box </p>
|
214 |
<p><strong>Title_text</strong> - Type here the Facebook comments box title</p>
|
215 |
-
<p><strong>Order_type</strong> - Choose the
|
216 |
-
<p><strong>Title_text_color</strong> - Select the Facebook comments box
|
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>
|
212 |
|
213 |
<p><strong>Curent_url</strong> - Type the page URL where you need to display the Facebook comments box </p>
|
214 |
<p><strong>Title_text</strong> - Type here the Facebook comments box title</p>
|
215 |
+
<p><strong>Order_type</strong> - Choose the order type of the comments. The order to use when displaying comments. Can be "social", "reverse_time", or "time". </p>
|
216 |
+
<p><strong>Title_text_color</strong> - Select the title text color of the Facebook comments box</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>
|
readme.txt
CHANGED
@@ -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.3
|
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.6 ==
|
108 |
|
109 |
* Changed some texts of the user manual section.
|
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.7
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.4.7 ==
|
108 |
+
|
109 |
+
* Changed some texts.
|
110 |
+
|
111 |
= 2.4.6 ==
|
112 |
|
113 |
* Changed some texts of the user manual section.
|