WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.0.28

Version Description

  • Fixed: Spinning icon
Download this release

Release Info

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

Code changes from version 1.0.27 to 1.0.28

Files changed (3) hide show
  1. css/ffwd_frontend.css +46 -0
  2. facebook-feed-wd.php +2 -2
  3. readme.txt +7 -3
css/ffwd_frontend.css CHANGED
@@ -69,6 +69,52 @@ div[id^="bwg_container"] a {
69
  z-index: 11100;
70
  }
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  #spider_popup_left {
73
  left: 0;
74
  }
69
  z-index: 11100;
70
  }
71
 
72
+ @-moz-keyframes spin {
73
+ from {
74
+ -moz-transform: rotate(0deg);
75
+ }
76
+ to {
77
+ -moz-transform: rotate(359deg);
78
+ }
79
+ }
80
+
81
+ @-webkit-keyframes spin {
82
+ from {
83
+ -webkit-transform: rotate(0deg);
84
+ }
85
+ to {
86
+ -webkit-transform: rotate(359deg);
87
+ }
88
+ }
89
+
90
+ @-o-keyframes spin {
91
+ from {
92
+ -o-transform: rotate(0deg);
93
+ }
94
+ to {
95
+ -o-transform: rotate(359deg);
96
+ }
97
+ }
98
+
99
+ @-ms-keyframes spin {
100
+ from {
101
+ -ms-transform: rotate(0deg);
102
+ }
103
+ to {
104
+ -ms-transform: rotate(359deg);
105
+ }
106
+ }
107
+
108
+ @keyframes spin {
109
+ from {
110
+ transform: rotate(0deg);
111
+ }
112
+ to {
113
+ transform: rotate(359deg);
114
+ }
115
+ }
116
+
117
+
118
  #spider_popup_left {
119
  left: 0;
120
  }
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.27
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -999,7 +999,7 @@ if ( !function_exists('wd_bps_install_notice_status') ) {
999
 
1000
  function ffwd_version() {
1001
 
1002
- $version = '1.0.27';
1003
 
1004
  if ( get_option( 'ffwd_version' ) === false ) {
1005
  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.28
8
  * Author: WebDorado
9
  * Author URI: https://web-dorado.com/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
999
 
1000
  function ffwd_version() {
1001
 
1002
+ $version = '1.0.28';
1003
 
1004
  if ( get_option( 'ffwd_version' ) === false ) {
1005
  add_option( 'ffwd_version', $version );
readme.txt CHANGED
@@ -3,8 +3,9 @@ Contributors: webdorado, wdsupport
3
  Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
4
  Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
5
  Requires at least: 3.4
6
- Tested up to: 4.8
7
- Stable tag: 1.0.27
 
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -28,7 +29,7 @@ In other words, Facebook Feed WD is a great social plugin for all those who need
28
  To make appearance and overall design changes you can use Themes (available with Pro version) . This section uses different style sets for each layout.
29
 
30
  ###IMPORTANT:
31
- If you think you found a bug in Facebook Feed WD or have any problem/question concerning this plugin, please check out [Support Forum](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html) in our website. If you do not find a solution here, do not hesitate to [click here to contact us](https://web-dorado.com/support/contact-us.html).
32
 
33
  = Main features of Facebook Feed WD: =
34
 
@@ -59,6 +60,9 @@ Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-faceboo
59
 
60
  == Changelog ==
61
 
 
 
 
62
  = 1.0.27 =
63
  * Changed: Show notification to install Backup WD plugin only on plugin pages.
64
 
3
  Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
4
  Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
5
  Requires at least: 3.4
6
+ Requires PHP: 5.2
7
+ Tested up to: 4.9
8
+ Stable tag: 1.0.28
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
29
  To make appearance and overall design changes you can use Themes (available with Pro version) . This section uses different style sets for each layout.
30
 
31
  ###IMPORTANT:
32
+ If you think you found a bug in Facebook Feed WD or have any problem/question concerning this plugin, please check out [Support Forum](https://wordpress.org/support/plugin/wd-facebook-feed) . If you do not find a solution here, do not hesitate to [click here to contact us](https://web-dorado.com/support/contact-us.html).
33
 
34
  = Main features of Facebook Feed WD: =
35
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.0.28 =
64
+ * Fixed: Spinning icon
65
+
66
  = 1.0.27 =
67
  * Changed: Show notification to install Backup WD plugin only on plugin pages.
68