WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.0.6

Version Description

  • Fixed: Broken image in Firefox
  • Fixed: Post with quotes
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Facebook Feed – Custom Facebook Feed Plugin
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

facebook-feed-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Facebook Feed WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
6
  * Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
- * Version: 1.0.5
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -651,7 +651,7 @@ add_action('init', 'ffwd_language_load');
651
  function ffwd_version()
652
  {
653
 
654
- $version = '1.0.5';
655
 
656
  if (get_option('ffwd_version') === false) {
657
  add_option('ffwd_version', $version);
4
  * Plugin Name: Facebook Feed WD
5
  * Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
6
  * Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
+ * Version: 1.0.6
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
651
  function ffwd_version()
652
  {
653
 
654
+ $version = '1.0.6';
655
 
656
  if (get_option('ffwd_version') === false) {
657
  add_option('ffwd_version', $version);
frontend/models/FOOT.php DELETED
@@ -1,4 +0,0 @@
1
- 1. place_of_birth
2
- 2. um koxmic-20nish
3
- 3. zbaxmunq - select
4
- 4. sax ereva
 
 
 
 
frontend/views/FFWDViewBlog_style.php CHANGED
@@ -895,7 +895,7 @@ class FFWDViewBlog_style {
895
  <script>
896
  var client_side_today = new Date(),
897
  client_server_date_difference = (Date.parse(client_side_today) / 1000) - <?php echo time(); ?>,
898
- owner_info_<?php echo $ffwd; ?> = JSON.parse('<?php echo $this->model->page_user_group; ?>');
899
  ffwd_options = JSON.parse('<?php echo stripslashes($this->model->get_option_json_data()); ?>');
900
  ffwd_params_<?php echo $ffwd; ?> = JSON.parse('<?php echo json_encode($ffwd_info); ?>');
901
  </script>
895
  <script>
896
  var client_side_today = new Date(),
897
  client_server_date_difference = (Date.parse(client_side_today) / 1000) - <?php echo time(); ?>,
898
+ owner_info_<?php echo $ffwd; ?> = JSON.parse('<?php echo addslashes($this->model->page_user_group); ?>');
899
  ffwd_options = JSON.parse('<?php echo stripslashes($this->model->get_option_json_data()); ?>');
900
  ffwd_params_<?php echo $ffwd; ?> = JSON.parse('<?php echo json_encode($ffwd_info); ?>');
901
  </script>
js/ffwd_frontend.js CHANGED
@@ -514,6 +514,8 @@ function do_something_with_data_blog_style(result, id, ffwd, type, owner_info, f
514
  src = result['data'][0]['media']['image']['src'];
515
  }
516
  jQuery('#ffwd_blog_style_img_'+id+'_'+ffwd).attr('src', src);
 
 
517
 
518
  }
519
  ffwd_blog_style_resize(ffwd_params, ffwd);
514
  src = result['data'][0]['media']['image']['src'];
515
  }
516
  jQuery('#ffwd_blog_style_img_'+id+'_'+ffwd).attr('src', src);
517
+ if(src=='')
518
+ jQuery('#ffwd_blog_style_img_'+id+'_'+ffwd).remove();
519
 
520
  }
521
  ffwd_blog_style_resize(ffwd_params, ffwd);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
4
  Tags: customizable, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, likebox
5
  Requires at least: 3.4
6
  Tested up to: 4.6
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -66,6 +66,10 @@ Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-faceboo
66
 
67
  == Changelog ==
68
 
 
 
 
 
69
  = 1.0.5 =
70
  * Added: Review, User guide notices
71
 
4
  Tags: customizable, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, likebox
5
  Requires at least: 3.4
6
  Tested up to: 4.6
7
+ Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
66
 
67
  == Changelog ==
68
 
69
+ = 1.0.6 =
70
+ * Fixed: Broken image in Firefox
71
+ * Fixed: Post with quotes
72
+
73
  = 1.0.5 =
74
  * Added: Review, User guide notices
75