WpDevArt Facebook comments - Version 1.2.3

Version Description

Download this release

Release Info

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

Code changes from version 1.2.2 to 1.2.3

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.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.3
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 Comments Admin Menu Class ################*/
4
 
5
  class wpdevart_comment_admin_menu{
6
 
@@ -383,7 +383,7 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
383
  'Booking Calendar'=>array(
384
  'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
385
  'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
386
- 'title' => 'Booking Calendar',
387
  'description' => 'WordPress Booking Calendar plugin is an awesome tool to create a booking system for your website. Create booking calendars in a few minutes.'
388
  ),
389
  'youtube'=>array(
@@ -413,7 +413,7 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
413
  'poll'=>array(
414
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
415
  'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
416
- 'title' => 'Poll',
417
  'description' => 'WordPress Polls plugin is an wonderful tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
418
  ),
419
  'facebook-comments'=>array(
1
  <?php
2
 
3
+ /*############ Facebook Comments Admin Menu Class ################*/
4
 
5
  class wpdevart_comment_admin_menu{
6
 
383
  'Booking Calendar'=>array(
384
  'image_url' => $this->plugin_url.'images/featured_plugins/Booking_calendar_featured.png',
385
  'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
386
+ 'title' => 'WordPress Booking Calendar',
387
  'description' => 'WordPress Booking Calendar plugin is an awesome tool to create a booking system for your website. Create booking calendars in a few minutes.'
388
  ),
389
  'youtube'=>array(
413
  'poll'=>array(
414
  'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
415
  'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
416
+ 'title' => 'WordPress Poll plugin',
417
  'description' => 'WordPress Polls plugin is an wonderful tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
418
  ),
419
  'facebook-comments'=>array(
includes/front_end.php CHANGED
@@ -31,7 +31,7 @@ class wpdevart_comment_front_end{
31
 
32
 
33
  }
34
- /*###################### CONNECTING TO DATABESE ##################*/
35
  private function generete_params(){
36
 
37
  foreach($this->databese_parametrs as $param_array_key => $param_value){
31
 
32
 
33
  }
34
+ /*###################### FUNCTION FOR CONNECTING TO DATABESE ##################*/
35
  private function generete_params(){
36
 
37
  foreach($this->databese_parametrs as $param_array_key => $param_value){
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.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
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.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9