Version Description
Download this release
Release Info
| Developer | wpdevart |
| Plugin | |
| Version | 1.8.8 |
| Comparing to | |
| See all releases | |
Code changes from version 1.8.7 to 1.8.8
- facebook-comment.php +2 -2
- includes/front_end.php +1 -1
- includes/install_database.php +2 -2
- includes/library.php +2 -2
- readme.txt +2 -2
facebook-comment.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
| 5 |
* Author URI: http://wpdevart.com
|
| 6 |
* Description: 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: 1.8.
|
| 8 |
* Author: wpdevart
|
| 9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
*/
|
|
@@ -90,7 +90,7 @@ class wpdevart_comment_main{
|
|
| 90 |
|
| 91 |
}
|
| 92 |
|
| 93 |
-
/*############
|
| 94 |
|
| 95 |
public function plugin_activate_sublink($links){
|
| 96 |
$plugin_submenu_added_link=array();
|
| 4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
| 5 |
* Author URI: http://wpdevart.com
|
| 6 |
* Description: 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: 1.8.8
|
| 8 |
* Author: wpdevart
|
| 9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
*/
|
| 90 |
|
| 91 |
}
|
| 92 |
|
| 93 |
+
/*############ Sublink function ################*/
|
| 94 |
|
| 95 |
public function plugin_activate_sublink($links){
|
| 96 |
$plugin_submenu_added_link=array();
|
includes/front_end.php
CHANGED
|
@@ -106,7 +106,7 @@ class wpdevart_comment_front_end{
|
|
| 106 |
return wpdevart_comment_setting::generete_iframe_by_array($atts);
|
| 107 |
}
|
| 108 |
|
| 109 |
-
/*############ Generate
|
| 110 |
|
| 111 |
public function generete_facbook_js_sdk(){
|
| 112 |
?>
|
| 106 |
return wpdevart_comment_setting::generete_iframe_by_array($atts);
|
| 107 |
}
|
| 108 |
|
| 109 |
+
/*############ Generate Js_SDK function ################*/
|
| 110 |
|
| 111 |
public function generete_facbook_js_sdk(){
|
| 112 |
?>
|
includes/install_database.php
CHANGED
|
@@ -22,12 +22,12 @@ class wpdevart_comment_install_database{
|
|
| 22 |
"wpdevart_comments_box_order_type" => 'social',
|
| 23 |
"wpdevart_comment_title_text" => 'Facebook Comments',
|
| 24 |
"wpdevart_comment_title_text_color" => '#000000',
|
| 25 |
-
"wpdevart_comment_title_text_font_size" => '
|
| 26 |
"wpdevart_comment_title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
|
| 27 |
"wpdevart_comment_title_text_position" => 'left',
|
| 28 |
"wpdevart_comments_box_show_in" => '{"home":true,"post":true,"page":true}',
|
| 29 |
"wpdevart_comments_box_width" => '100%',
|
| 30 |
-
"wpdevart_comments_box_count_of_comments" => '
|
| 31 |
"wpdevart_comments_box_locale" => 'en_US',
|
| 32 |
)
|
| 33 |
);
|
| 22 |
"wpdevart_comments_box_order_type" => 'social',
|
| 23 |
"wpdevart_comment_title_text" => 'Facebook Comments',
|
| 24 |
"wpdevart_comment_title_text_color" => '#000000',
|
| 25 |
+
"wpdevart_comment_title_text_font_size" => '16',
|
| 26 |
"wpdevart_comment_title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
|
| 27 |
"wpdevart_comment_title_text_position" => 'left',
|
| 28 |
"wpdevart_comments_box_show_in" => '{"home":true,"post":true,"page":true}',
|
| 29 |
"wpdevart_comments_box_width" => '100%',
|
| 30 |
+
"wpdevart_comments_box_count_of_comments" => '5',
|
| 31 |
"wpdevart_comments_box_locale" => 'en_US',
|
| 32 |
)
|
| 33 |
);
|
includes/library.php
CHANGED
|
@@ -26,11 +26,11 @@ class wpdevart_comment_setting{
|
|
| 26 |
"curent_url" => get_permalink(),
|
| 27 |
"title_text" => 'Comments',
|
| 28 |
"title_text_color" => '#000000',
|
| 29 |
-
"title_text_font_size" => '
|
| 30 |
"title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
|
| 31 |
"title_text_position" => 'left',
|
| 32 |
"width" => '100%',
|
| 33 |
-
"count_of_comments" => '
|
| 34 |
"locale" => 'en_US',
|
| 35 |
|
| 36 |
);
|
| 26 |
"curent_url" => get_permalink(),
|
| 27 |
"title_text" => 'Comments',
|
| 28 |
"title_text_color" => '#000000',
|
| 29 |
+
"title_text_font_size" => '16',
|
| 30 |
"title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
|
| 31 |
"title_text_position" => 'left',
|
| 32 |
"width" => '100%',
|
| 33 |
+
"count_of_comments" => '5',
|
| 34 |
"locale" => 'en_US',
|
| 35 |
|
| 36 |
);
|
readme.txt
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
Contributors: wpdevart
|
| 3 |
Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
|
| 4 |
Requires at least: 2.9
|
| 5 |
-
Tested up to: 4.9.
|
| 6 |
-
Stable tag: 1.8.
|
| 7 |
License: GPLv3
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 9 |
|
| 2 |
Contributors: wpdevart
|
| 3 |
Tags: Facebook, facebook comments, facebook comment plugin, comments, wordpress comments
|
| 4 |
Requires at least: 2.9
|
| 5 |
+
Tested up to: 4.9.8
|
| 6 |
+
Stable tag: 1.8.8
|
| 7 |
License: GPLv3
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 9 |
|
