WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.1.32

Version Description

  • Fixed: Messages in backend.
Download this release

Release Info

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

Code changes from version 1.1.31 to 1.1.32

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.31
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.31");
19
  }
20
  add_action( 'admin_init', 'ffwd_init' );
21
 
@@ -31,7 +31,6 @@ function ffwd_login_notice() {
31
  }
32
  require_once 'framework/WDFacebookFeed.php';
33
  $pages = get_option('ffwd_pages_list');
34
- $ffwd_pages_list_success = get_option('ffwd_pages_list_success');
35
  if(sanitize_text_field($_GET['page'])!="options_ffwd" && empty($pages)){
36
  echo '<div class="notice notice-error is-dismissible" style="padding: 15px">
37
  <span><b>Get access tokens to display Facebook feeds.</b></span>
@@ -50,17 +49,9 @@ function ffwd_login_notice() {
50
  </div>
51
  </div>
52
  ';
53
- }elseif ($ffwd_pages_list_success==="1"){
54
- echo '<div class="notice notice-success is-dismissible" style="padding: 15px;">
55
- <span><b>Success! We have got tokens for your Facebook pages.</b></span>
56
- </div>';
57
- delete_option("ffwd_pages_list_success");
58
  }
59
-
60
-
61
-
62
-
63
  }
 
64
  function ffwd_use_home_url() {
65
  $home_url = str_replace( "http://", "", home_url() );
66
  $home_url = str_replace( "https://", "", $home_url );
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.32
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.32");
19
  }
20
  add_action( 'admin_init', 'ffwd_init' );
21
 
31
  }
32
  require_once 'framework/WDFacebookFeed.php';
33
  $pages = get_option('ffwd_pages_list');
 
34
  if(sanitize_text_field($_GET['page'])!="options_ffwd" && empty($pages)){
35
  echo '<div class="notice notice-error is-dismissible" style="padding: 15px">
36
  <span><b>Get access tokens to display Facebook feeds.</b></span>
49
  </div>
50
  </div>
51
  ';
 
 
 
 
 
52
  }
 
 
 
 
53
  }
54
+
55
  function ffwd_use_home_url() {
56
  $home_url = str_replace( "http://", "", home_url() );
57
  $home_url = str_replace( "https://", "", $home_url );
framework/WDFacebookFeed.php CHANGED
@@ -1762,7 +1762,6 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? sanitiz
1762
 
1763
 
1764
  update_option('ffwd_pages_list', $datas);
1765
- update_option("ffwd_pages_list_success", "1");
1766
  update_option('ffwd_token_error_flag', "0");
1767
  self::update_access_tokens();
1768
 
@@ -1811,7 +1810,6 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? sanitiz
1811
 
1812
  $pages = json_decode($response['body']);
1813
  update_option('ffwd_pages_list', $pages->data);
1814
- update_option("ffwd_pages_list_success", "1");
1815
  update_option('ffwd_token_error_flag', "0");
1816
  self::update_access_tokens();
1817
  return true;
1762
 
1763
 
1764
  update_option('ffwd_pages_list', $datas);
 
1765
  update_option('ffwd_token_error_flag', "0");
1766
  self::update_access_tokens();
1767
 
1810
 
1811
  $pages = json_decode($response['body']);
1812
  update_option('ffwd_pages_list', $pages->data);
 
1813
  update_option('ffwd_token_error_flag', "0");
1814
  self::update_access_tokens();
1815
  return true;
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === 10Web Social Post Feed===
2
  Contributors: webdorado,10web,wdsupport
3
  Tags: customizable facebook feed, facebook, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
- Tested up to: 5.6
7
- Stable tag: 1.1.31
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.31 =
108
  * Fixed: Open settings page after activation.
109
  * Fixed: Border radius in Blog style view.
1
+ === 10Web Social Post Feed===
2
  Contributors: webdorado,10web,wdsupport
3
  Tags: customizable facebook feed, facebook, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
+ Tested up to: 5.7
7
+ Stable tag: 1.1.32
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.32 =
108
+ * Fixed: Messages in backend.
109
+
110
  = 1.1.31 =
111
  * Fixed: Open settings page after activation.
112
  * Fixed: Border radius in Blog style view.