Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.8.0 to 1.8.1
- facebook-comment.php +3 -1
- images/support.png +0 -0
- includes/admin_menu.php +1 -1
- includes/style/admin-style.css +17 -1
- 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 |
*/
|
@@ -27,6 +27,8 @@ class wpdevart_comment_main{
|
|
27 |
|
28 |
$this->wpdevart_comment_plugin_url = trailingslashit( plugins_url('', __FILE__ ) );
|
29 |
$this->wpdevart_comment_plugin_path = trailingslashit( plugin_dir_path( __FILE__ ) );
|
|
|
|
|
30 |
if(!class_exists('wpdevart_comment_setting'))
|
31 |
require_once($this->wpdevart_comment_plugin_path.'includes/library.php');
|
32 |
$this->wpdevart_comment_version = 10.0;
|
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.1
|
8 |
* Author: wpdevart
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
27 |
|
28 |
$this->wpdevart_comment_plugin_url = trailingslashit( plugins_url('', __FILE__ ) );
|
29 |
$this->wpdevart_comment_plugin_path = trailingslashit( plugin_dir_path( __FILE__ ) );
|
30 |
+
//
|
31 |
+
define("wpdevart_comment_support_url","https://wordpress.org/support/plugin/comments-from-facebook");
|
32 |
if(!class_exists('wpdevart_comment_setting'))
|
33 |
require_once($this->wpdevart_comment_plugin_path.'includes/library.php');
|
34 |
$this->wpdevart_comment_version = 10.0;
|
images/support.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -153,7 +153,7 @@ class wpdevart_comment_admin_menu{
|
|
153 |
var wpdevart_comment_parametrs_sucsses_saved="<?php echo $this->text_parametrs['parametrs_sucsses_saved'] ?>";
|
154 |
var wpdevart_comment_all_parametrs = <?php echo json_encode($this->databese_parametrs); ?>;
|
155 |
</script>
|
156 |
-
<div class="coming_title"><h1>Facebook Comments <a style="text-decoration:none;" href="http://wpdevart.com/wordpress-facebook-comments-plugin/"><span style="color: rgba(10, 154, 62, 1);"> (Upgrade to Pro Version)</span></a></h1></div>
|
157 |
|
158 |
<br>
|
159 |
|
153 |
var wpdevart_comment_parametrs_sucsses_saved="<?php echo $this->text_parametrs['parametrs_sucsses_saved'] ?>";
|
154 |
var wpdevart_comment_all_parametrs = <?php echo json_encode($this->databese_parametrs); ?>;
|
155 |
</script>
|
156 |
+
<div class="coming_title"><h1>Facebook Comments <a style="text-decoration:none;" href="http://wpdevart.com/wordpress-facebook-comments-plugin/"><span style="color: rgba(10, 154, 62, 1);"> (Upgrade to Pro Version)</span></a><a target="blank" href="<?php echo wpdevart_comment_support_url; ?>" class="wp_support">Support</a></h1></div>
|
157 |
|
158 |
<br>
|
159 |
|
includes/style/admin-style.css
CHANGED
@@ -279,4 +279,20 @@ button{
|
|
279 |
font-size: 13px;
|
280 |
font-weight: bold;
|
281 |
color: rgba(10, 154, 62, 1);
|
282 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
font-size: 13px;
|
280 |
font-weight: bold;
|
281 |
color: rgba(10, 154, 62, 1);
|
282 |
+
}
|
283 |
+
|
284 |
+
/*For Support link*/
|
285 |
+
|
286 |
+
.wp_support {
|
287 |
+
display: inline-block;
|
288 |
+
float: right;
|
289 |
+
background: #fff url(../../images/support.png) no-repeat 7px center;
|
290 |
+
padding: 8px 20px 9px 45px;
|
291 |
+
font-size: 16px;
|
292 |
+
text-decoration: none;
|
293 |
+
border-radius: 2px;
|
294 |
+
border: 1px solid #d4d4d4;
|
295 |
+
position: relative;
|
296 |
+
bottom: 5px;
|
297 |
+
margin-right: 20px;
|
298 |
+
}
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
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.
|
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 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.8.1
|
6 |
+
Stable tag: 1.8.1
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|