WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.1.24

Version Description

  • Fixed: Compatibility with IE.
Download this release

Release Info

Developer 10web
Plugin Icon 128x128 WD Facebook Feed – Custom Facebook Feed Plugin
Version 1.1.24
Comparing to
See all releases

Code changes from version 1.1.23 to 1.1.24

facebook-feed-wd.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: 10Web Social Feed
5
  * Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin
6
  * Description: 10Web Social Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
- * Version: 1.1.23
8
  * Author: 10Web
9
  * Author URI: https://10web.io/plugins/?utm_source=facebook_feed&utm_medium=free_plugin
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -15,7 +15,7 @@ define( 'WD_FFWD_URL', plugins_url( plugin_basename( dirname( __FILE__ ) ) ) );
15
  define( 'WD_FB_PREFIX', 'ffwd' );
16
  define( 'WD_FB_IS_FREE', TRUE );
17
  if (! defined( 'FFWD_VERSION' ) ){
18
- define ('FFWD_VERSION',"1.1.23");
19
  }
20
  add_action( 'admin_init', 'ffwd_init' );
21
 
4
  * Plugin Name: 10Web Social Feed
5
  * Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin
6
  * Description: 10Web Social Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
+ * Version: 1.1.24
8
  * Author: 10Web
9
  * Author URI: https://10web.io/plugins/?utm_source=facebook_feed&utm_medium=free_plugin
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
15
  define( 'WD_FB_PREFIX', 'ffwd' );
16
  define( 'WD_FB_IS_FREE', TRUE );
17
  if (! defined( 'FFWD_VERSION' ) ){
18
+ define ('FFWD_VERSION',"1.1.24");
19
  }
20
  add_action( 'admin_init', 'ffwd_init' );
21
 
framework/WDFacebookFeed.php CHANGED
@@ -1744,7 +1744,7 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? sanitiz
1744
  $app_id = '457830911380339';
1745
  $redirect_uri = 'https://api.web-dorado.com/fb/';
1746
 
1747
- $admin_url = admin_url('admin.php?page=options_ffwd');
1748
 
1749
  $state = array(
1750
  'wp_site_url' => $admin_url
1744
  $app_id = '457830911380339';
1745
  $redirect_uri = 'https://api.web-dorado.com/fb/';
1746
 
1747
+ $admin_url = urlencode(admin_url('admin.php?page=options_ffwd'));
1748
 
1749
  $state = array(
1750
  'wp_site_url' => $admin_url
js/ffwd_frontend.js CHANGED
@@ -514,20 +514,20 @@ function do_something_with_data_album(result, id, ffwd, type, graph_url, ffwd_al
514
 
515
  }
516
  content += '<br>';
517
- content += `<div class=\'tablenav-pages_${ffwd}\' + >`;
518
  if (prev_url_graph) {
519
- content += `<a id="go_to_the_previous_page" title="Go to the previous page">Previous</a>`; // enable prev button if graph has next cursor
520
  }
521
  if (next_url_graph) { // enable next button if graph has next cursor
522
- content +=` <a id="go_to_the_next_page" title="Go to the next page">Next</a> `;
523
  }
524
  content += '<div>';
525
 
526
  jQuery('#ffwd_gallery_' + curent_view).html(content);
527
- jQuery( "#go_to_the_next_page" ).on('click', function() { // go to next page
528
  ffwd_fill_thum_srs_likes_compact_album(album_id, '0',next_url,ffwd_album_info,"lightbox");
529
  });
530
- jQuery( "#go_to_the_previous_page" ).on('click', function() { // go to prev page
531
  ffwd_fill_thum_srs_likes_compact_album(album_id, '0',prev_url,ffwd_album_info,"lightbox");
532
  });
533
  break;
514
 
515
  }
516
  content += '<br>';
517
+ content += '<div class="tablenav-pages_'+ffwd+'" >';
518
  if (prev_url_graph) {
519
+ content += '<a id="go_to_the_previous_page" title="Go to the previous page">Previous</a>'; /*enable prev button if graph has next cursor*/
520
  }
521
  if (next_url_graph) { // enable next button if graph has next cursor
522
+ content +=' <a id="go_to_the_next_page" title="Go to the next page">Next</a> ';
523
  }
524
  content += '<div>';
525
 
526
  jQuery('#ffwd_gallery_' + curent_view).html(content);
527
+ jQuery( "#go_to_the_next_page" ).on('click', function() { /* go to next page */
528
  ffwd_fill_thum_srs_likes_compact_album(album_id, '0',next_url,ffwd_album_info,"lightbox");
529
  });
530
+ jQuery( "#go_to_the_previous_page" ).on('click', function() { /*go to prev page*/
531
  ffwd_fill_thum_srs_likes_compact_album(album_id, '0',prev_url,ffwd_album_info,"lightbox");
532
  });
533
  break;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: customizable facebook feed, facebook, facebook feed, facebook group, faceb
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 5.3
7
- Stable tag: 1.1.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -104,6 +104,9 @@ If you think you found a bug in 10Web Facebook Feed or have any problem/question
104
  The plugin uses Facebook API to get public data from Facebook. All the received data is cached in WordPress database for some short customizable period to provide optimization. You can delete or update cached data. You can optionally enable like button for Facebook page. If you do so, Facebook will load some JS and embedded content which may track visitors. Facebook embeds are regulated under terms of Facebook privacy policy https://www.facebook.com/policy.php.
105
 
106
  == Changelog ==
 
 
 
107
  = 1.1.23 =
108
  * Fixed: Issue with feed image.
109
 
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 5.3
7
+ Stable tag: 1.1.24
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
104
  The plugin uses Facebook API to get public data from Facebook. All the received data is cached in WordPress database for some short customizable period to provide optimization. You can delete or update cached data. You can optionally enable like button for Facebook page. If you do so, Facebook will load some JS and embedded content which may track visitors. Facebook embeds are regulated under terms of Facebook privacy policy https://www.facebook.com/policy.php.
105
 
106
  == Changelog ==
107
+ = 1.1.24 =
108
+ * Fixed: Compatibility with IE.
109
+
110
  = 1.1.23 =
111
  * Fixed: Issue with feed image.
112