Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- facebook-comment.php +1 -1
- includes/admin_menu.php +2 -2
- includes/library.php +1 -1
- readme.txt +9 -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.2.
|
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.2.4
|
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 |
-
/*############
|
4 |
|
5 |
class wpdevart_comment_admin_menu{
|
6 |
|
@@ -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 |
+
/*############ Comments Admin Menu Class ################*/
|
4 |
|
5 |
class wpdevart_comment_admin_menu{
|
6 |
|
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/library.php
CHANGED
@@ -4,7 +4,7 @@ class wpdevart_comment_setting{
|
|
4 |
public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
|
5 |
public static $id_for_iframe=0;
|
6 |
|
7 |
-
// Function for animation effects
|
8 |
public static function get_animations_type_array($animation=''){
|
9 |
if($animation=='' || $animation=='none')
|
10 |
return '';
|
4 |
public static $list_of_animations=array('bounce','flash','pulse','rubberBand','shake','swing','tada','wobble','bounceIn','bounceInDown','bounceInLeft','bounceInRight','bounceInUp','fadeIn','fadeInDown','fadeInDownBig','fadeInLeft','fadeInLeftBig','fadeInRight','fadeInRightBig','fadeInUp','fadeInUpBig','flip','flipInX','flipInY','lightSpeedIn','rotateIn','rotateInDownLeft','rotateInDownRight','rotateInUpLeft','rotateInUpRight','rollIn','zoomIn','zoomInDown','zoomInLeft','zoomInRight','zoomInUp');
|
5 |
public static $id_for_iframe=0;
|
6 |
|
7 |
+
// Function for animation effects
|
8 |
public static function get_animations_type_array($animation=''){
|
9 |
if($animation=='' || $animation=='none')
|
10 |
return '';
|
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.2.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -195,6 +195,14 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
195 |
|
196 |
* Added comments for developers.
|
197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
==Facebook comments WordPress step by step guide==
|
199 |
|
200 |
### 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.2.4
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
195 |
|
196 |
* Added comments for developers.
|
197 |
|
198 |
+
= 1.2.2 =
|
199 |
+
|
200 |
+
* Added notices.
|
201 |
+
|
202 |
+
= 1.2.3 =
|
203 |
+
|
204 |
+
* Edit featured plugins list.
|
205 |
+
|
206 |
==Facebook comments WordPress step by step guide==
|
207 |
|
208 |
### Facebook Comments plugin main options
|