WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.1.17

Version Description

  • Fixed: Styles with Twenty Twenty theme.
Download this release

Release Info

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

Code changes from version 1.1.16 to 1.1.17

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.16
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.16");
19
  }
20
 
21
  add_action('admin_notices', 'ffwd_login_notice');
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.17
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.17");
19
  }
20
 
21
  add_action('admin_notices', 'ffwd_login_notice');
frontend/views/FFWDViewBlog_style.php CHANGED
@@ -109,7 +109,7 @@ class FFWDViewBlog_style {
109
  ?>
110
  <style>
111
  #ffwd_container1_<?php echo $ffwd; ?> {
112
- margin: 0px 0px 10px 0px;
113
  }
114
 
115
  #ffwd_container1_<?php echo $ffwd; ?> a {
109
  ?>
110
  <style>
111
  #ffwd_container1_<?php echo $ffwd; ?> {
112
+ margin: 0px auto 10px auto;
113
  }
114
 
115
  #ffwd_container1_<?php echo $ffwd; ?> a {
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.16
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -105,6 +105,9 @@ The plugin uses Facebook API to get public data from Facebook. All the received
105
 
106
  == Changelog ==
107
 
 
 
 
108
  = 1.1.16 =
109
  * Improved: Do not use Font Awesome.
110
  * Added: Like button to Blog style view.
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 5.3
7
+ Stable tag: 1.1.17
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
105
 
106
  == Changelog ==
107
 
108
+ = 1.1.17 =
109
+ * Fixed: Styles with Twenty Twenty theme.
110
+
111
  = 1.1.16 =
112
  * Improved: Do not use Font Awesome.
113
  * Added: Like button to Blog style view.