Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.1.9 |
Comparing to | |
See all releases |
Code changes from version 1.1.8 to 1.1.9
- facebook-comment.php +1 -1
- includes/admin_menu.php +3 -3
- includes/front_end.php +0 -1
- includes/install_database.php +1 -1
- readme.txt +5 -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: 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.9
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
includes/admin_menu.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
/*############ WpDevArt Facebook
|
4 |
|
5 |
class wpdevart_comment_admin_menu{
|
6 |
|
@@ -37,7 +37,7 @@ class wpdevart_comment_admin_menu{
|
|
37 |
|
38 |
/*
|
39 |
* Use get_post_meta() to retrieve an existing value
|
40 |
-
* From
|
41 |
*/
|
42 |
$value = get_post_meta( $post->ID, '_disabel_wpdevart_facebook_comment', true );
|
43 |
echo '<label for="wpdevart_disable_field">';
|
@@ -74,7 +74,7 @@ class wpdevart_comment_admin_menu{
|
|
74 |
update_post_meta( $post_id, '_disabel_wpdevart_facebook_comment', $my_data );
|
75 |
}
|
76 |
|
77 |
-
/*###############################
|
78 |
|
79 |
|
80 |
public function create_menu(){
|
1 |
<?php
|
2 |
|
3 |
+
/*############ WpDevArt Facebook Comments Admin Menu Class ################*/
|
4 |
|
5 |
class wpdevart_comment_admin_menu{
|
6 |
|
37 |
|
38 |
/*
|
39 |
* Use get_post_meta() to retrieve an existing value
|
40 |
+
* From database and use the value for the form.
|
41 |
*/
|
42 |
$value = get_post_meta( $post->ID, '_disabel_wpdevart_facebook_comment', true );
|
43 |
echo '<label for="wpdevart_disable_field">';
|
74 |
update_post_meta( $post_id, '_disabel_wpdevart_facebook_comment', $my_data );
|
75 |
}
|
76 |
|
77 |
+
/*############################### Posts/Pages insert button(shortcode) ########################################*/
|
78 |
|
79 |
|
80 |
public function create_menu(){
|
includes/front_end.php
CHANGED
@@ -104,7 +104,6 @@ class wpdevart_comment_front_end{
|
|
104 |
<?php
|
105 |
}
|
106 |
/*Creating iframe for content*/
|
107 |
-
/*###################### Facebook Comments Iframe Popup ##################*/
|
108 |
|
109 |
}
|
110 |
?>
|
104 |
<?php
|
105 |
}
|
106 |
/*Creating iframe for content*/
|
|
|
107 |
|
108 |
}
|
109 |
?>
|
includes/install_database.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
/// Class for
|
4 |
|
5 |
class wpdevart_comment_install_database{
|
6 |
|
1 |
<?php
|
2 |
|
3 |
+
/// Class for installing databese
|
4 |
|
5 |
class wpdevart_comment_install_database{
|
6 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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 comments, comments plugin
|
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 |
|
@@ -175,6 +175,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
175 |
|
176 |
* Edit some comments in code.
|
177 |
|
|
|
|
|
|
|
|
|
178 |
==Facebook comments WordPress step by step guide==
|
179 |
|
180 |
### Facebook Comments plugin main options
|
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 comments, comments plugin
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.1.9
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
175 |
|
176 |
* Edit some comments in code.
|
177 |
|
178 |
+
= 1.1.8 =
|
179 |
+
|
180 |
+
* Fixed mistakes.
|
181 |
+
|
182 |
==Facebook comments WordPress step by step guide==
|
183 |
|
184 |
### Facebook Comments plugin main options
|