WpDevArt Facebook comments - Version 1.1.8

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 WpDevArt Facebook comments
Version 1.1.8
Comparing to
See all releases

Code changes from version 1.1.7 to 1.1.8

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
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.8
7
  * Author: wpdevart
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/front_end.php CHANGED
@@ -31,7 +31,7 @@ class wpdevart_comment_front_end{
31
 
32
 
33
  }
34
- /*###################### CONNECTING TO THE DATABESE ##################*/
35
  private function generete_params(){
36
 
37
  foreach($this->databese_parametrs as $param_array_key => $param_value){
31
 
32
 
33
  }
34
+ /*###################### CONNECTING TO DATABESE ##################*/
35
  private function generete_params(){
36
 
37
  foreach($this->databese_parametrs as $param_array_key => $param_value){
includes/install_database.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- /// Here is the class for install databese
4
 
5
  class wpdevart_comment_install_database{
6
 
1
  <?php
2
 
3
+ /// Class for install databese
4
 
5
  class wpdevart_comment_install_database{
6
 
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 '';
@@ -17,7 +17,7 @@ class wpdevart_comment_setting{
17
  public static function generete_iframe_by_array($params){
18
  self::$id_for_iframe++;
19
  $output_code='';
20
- //Iframe default parametrs
21
  $defaults=array(
22
 
23
  "iframe_id" => 'wpdevar_comment_'.self::$id_for_iframe,
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 for comments box
8
  public static function get_animations_type_array($animation=''){
9
  if($animation=='' || $animation=='none')
10
  return '';
17
  public static function generete_iframe_by_array($params){
18
  self::$id_for_iframe++;
19
  $output_code='';
20
+ //Iframe default parameters
21
  $defaults=array(
22
 
23
  "iframe_id" => 'wpdevar_comment_'.self::$id_for_iframe,
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 comments, comments plugin
4
  Requires at least: 2.9
5
  Tested up to: 4.3.1
6
- Stable tag: 1.1.7
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 comments, comments plugin
4
  Requires at least: 2.9
5
  Tested up to: 4.3.1
6
+ Stable tag: 1.1.8
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9