Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- facebook-comment.php +1 -1
- includes/admin_menu.php +1 -1
- includes/front_end.php +1 -1
- includes/style/admin-style.css +2 -2
- readme.txt +2 -2
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: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
* Description: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
|
6 |
+
* Version: 1.1.3
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
includes/admin_menu.php
CHANGED
@@ -201,7 +201,7 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
|
|
201 |
}
|
202 |
|
203 |
|
204 |
-
/*#########################
|
205 |
public function generete_wpdevart_main_section($page_parametrs){
|
206 |
|
207 |
?>
|
201 |
}
|
202 |
|
203 |
|
204 |
+
/*######################### Comments box Main settings #################################*/
|
205 |
public function generete_wpdevart_main_section($page_parametrs){
|
206 |
|
207 |
?>
|
includes/front_end.php
CHANGED
@@ -104,7 +104,7 @@ class wpdevart_comment_front_end{
|
|
104 |
<?php
|
105 |
}
|
106 |
/*Creating iframe for content*/
|
107 |
-
/*###################### Iframe Popup ##################*/
|
108 |
|
109 |
}
|
110 |
?>
|
104 |
<?php
|
105 |
}
|
106 |
/*Creating iframe for content*/
|
107 |
+
/*###################### Comments box Iframe Popup ##################*/
|
108 |
|
109 |
}
|
110 |
?>
|
includes/style/admin-style.css
CHANGED
@@ -50,8 +50,8 @@
|
|
50 |
.cb-enable.selected span { background-position: left -150px; color: #fff; }
|
51 |
.switch label { cursor: pointer; }
|
52 |
.switch input { display: none; }
|
53 |
-
/*###################
|
54 |
-
/*
|
55 |
#save_all_parametrs{
|
56 |
margin-right:20px;
|
57 |
}
|
50 |
.cb-enable.selected span { background-position: left -150px; color: #fff; }
|
51 |
.switch label { cursor: pointer; }
|
52 |
.switch input { display: none; }
|
53 |
+
/*################### Admin cuztomization grouped parameters ##############################*/
|
54 |
+
/*Comments box header part styling*/
|
55 |
#save_all_parametrs{
|
56 |
margin-right:20px;
|
57 |
}
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Facebook comments WordPress ===
|
2 |
Contributors: wpdevart
|
3 |
-
Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, 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 wall for wordpress, Facebook Stream, social, responsive comments, social
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
1 |
=== Facebook comments WordPress ===
|
2 |
Contributors: wpdevart
|
3 |
+
Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, 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 wall for wordpress, Facebook Stream, social, responsive comments, social, yahoo
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.1.3
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|