Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.7.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0 to 1.7.1
- facebook-comment.php +3 -1
- includes/admin_menu.php +1 -1
- includes/install_database.php +2 -2
- includes/library.php +2 -2
- includes/style/admin-style.css +1 -0
- readme.txt +1 -1
facebook-comment.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
* Description: Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
|
6 |
-
* Version: 1.7.
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
@@ -34,6 +34,8 @@ class wpdevart_comment_main{
|
|
34 |
$this->wpdevart_comment_front_end();
|
35 |
|
36 |
}
|
|
|
|
|
37 |
|
38 |
public function create_admin_menu(){
|
39 |
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
* Description: Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments on your pages/posts.
|
6 |
+
* Version: 1.7.1
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
34 |
$this->wpdevart_comment_front_end();
|
35 |
|
36 |
}
|
37 |
+
|
38 |
+
/*###################### Create admin menu function ##################*/
|
39 |
|
40 |
public function create_admin_menu(){
|
41 |
|
includes/admin_menu.php
CHANGED
@@ -528,7 +528,7 @@ Also, here is another tutorial(from other source) of creating App Id, you can ch
|
|
528 |
</div>
|
529 |
<?php }
|
530 |
}
|
531 |
-
/*#########################################
|
532 |
|
533 |
private function create_select_element_for_font($select_id='',$curent_font='none'){
|
534 |
?>
|
528 |
</div>
|
529 |
<?php }
|
530 |
}
|
531 |
+
/*######################################### Fonts Function #######################################*/
|
532 |
|
533 |
private function create_select_element_for_font($select_id='',$curent_font='none'){
|
534 |
?>
|
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" => '17',
|
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" => '10',
|
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" => '17',
|
30 |
"title_text_font_famely" => 'Times New Roman,Times,Serif,Georgia',
|
31 |
"title_text_position" => 'left',
|
32 |
"width" => '100%',
|
33 |
+
"count_of_comments" => '10',
|
34 |
"locale" => 'en_US',
|
35 |
|
36 |
);
|
includes/style/admin-style.css
CHANGED
@@ -139,6 +139,7 @@
|
|
139 |
content: '\f142';
|
140 |
|
141 |
}
|
|
|
142 |
.main_parametrs_group_div.closed_params .open_or_closed:before{
|
143 |
content: '\f140';
|
144 |
}
|
139 |
content: '\f142';
|
140 |
|
141 |
}
|
142 |
+
/*Main parameters style*/
|
143 |
.main_parametrs_group_div.closed_params .open_or_closed:before{
|
144 |
content: '\f140';
|
145 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wpdevart
|
|
3 |
Tags: facebook comments, facebook comment, facebook comment notification, facebook comments import, facebook comment system, comments, comment, wordpress comment, wordpress comments, Facebook, facebook badge, facebook connect, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, post to facebook, Facebook feed, Facebook Stream, social, responsive comments, social comments, comments plugin, facebook comment plugin
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.7.3
|
6 |
-
Stable tag: 1.7.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
3 |
Tags: facebook comments, facebook comment, facebook comment notification, facebook comments import, facebook comment system, comments, comment, wordpress comment, wordpress comments, Facebook, facebook badge, facebook connect, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, post to facebook, Facebook feed, Facebook Stream, social, responsive comments, social comments, comments plugin, facebook comment plugin
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.7.3
|
6 |
+
Stable tag: 1.7.1
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|