Version Description
- Fixed: Compatibility with PHP8.
Download this release
Release Info
Developer | 10web |
Plugin | WD Facebook Feed – Custom Facebook Feed Plugin |
Version | 1.1.33 |
Comparing to | |
See all releases |
Code changes from version 1.1.32 to 1.1.33
- facebook-feed-wd.php +2 -3
- framework/WDW_FFWD_Library.php +0 -26
- readme.txt +6 -3
facebook-feed-wd.php
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
<?php
|
2 |
-
|
3 |
/**
|
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.
|
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 +14,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.
|
19 |
}
|
20 |
add_action( 'admin_init', 'ffwd_init' );
|
21 |
|
1 |
<?php
|
|
|
2 |
/**
|
3 |
* Plugin Name: 10Web Social Feed
|
4 |
* Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin
|
5 |
* Description: 10Web Social Feed is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
6 |
+
* Version: 1.1.33
|
7 |
* Author: 10Web
|
8 |
* Author URI: https://10web.io/plugins/?utm_source=facebook_feed&utm_medium=free_plugin
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
14 |
define( 'WD_FB_PREFIX', 'ffwd' );
|
15 |
define( 'WD_FB_IS_FREE', TRUE );
|
16 |
if (! defined( 'FFWD_VERSION' ) ){
|
17 |
+
define ('FFWD_VERSION',"1.1.33");
|
18 |
}
|
19 |
add_action( 'admin_init', 'ffwd_init' );
|
20 |
|
framework/WDW_FFWD_Library.php
CHANGED
@@ -190,32 +190,6 @@ class WDW_FFWD_Library {
|
|
190 |
<?php
|
191 |
}
|
192 |
|
193 |
-
public static function search_select($search_by, $search_select_id = 'search_select_value', $search_select_value, $playlists, $form_id) {
|
194 |
-
?>
|
195 |
-
<div class="alignleft actions" style="clear:both;">
|
196 |
-
<script>
|
197 |
-
function spider_search_select() {
|
198 |
-
document.getElementById("page_number").value = "1";
|
199 |
-
document.getElementById("search_or_not").value = "search";
|
200 |
-
document.getElementById("<?php echo $form_id; ?>").submit();
|
201 |
-
}
|
202 |
-
</script>
|
203 |
-
<div class="alignleft actions" >
|
204 |
-
<label for="<?php echo $search_select_id; ?>" style="font-size:14px; width:50px; display:inline-block;"><?php echo $search_by; ?>:</label>
|
205 |
-
<select id="<?php echo $search_select_id; ?>" name="<?php echo $search_select_id; ?>" onchange="spider_search_select();" style="float: none; width: 150px;">
|
206 |
-
<?php
|
207 |
-
foreach ($playlists as $id => $playlist) {
|
208 |
-
?>
|
209 |
-
<option value="<?php echo $id; ?>" <?php echo (($search_select_value == $id) ? 'selected="selected"' : ''); ?>><?php echo $playlist; ?></option>
|
210 |
-
<?php
|
211 |
-
}
|
212 |
-
?>
|
213 |
-
</select>
|
214 |
-
</div>
|
215 |
-
</div>
|
216 |
-
<?php
|
217 |
-
}
|
218 |
-
|
219 |
public static function html_page_nav($count_items, $pager, $page_number, $form_id, $items_per_page = 20) {
|
220 |
$limit = $items_per_page;
|
221 |
if ($count_items) {
|
190 |
<?php
|
191 |
}
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
public static function html_page_nav($count_items, $pager, $page_number, $form_id, $items_per_page = 20) {
|
194 |
$limit = $items_per_page;
|
195 |
if ($count_items) {
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
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.
|
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.32 =
|
108 |
* Fixed: Messages in backend.
|
109 |
|
@@ -462,7 +465,7 @@ Navigate to **Appearance > Widgets** page to begin configuring a Facebook feed w
|
|
462 |
|
463 |
**Premium** version of 10Web Facebook Feed plugin lets you change the appearance of the feeds using its **Themes.** Navigate to **10Web Facebook Feed > Themes** page to make modifications.
|
464 |
|
465 |
-
WordPress Facebook Feed plugin includes **
|
466 |
|
467 |
Each theme provided by 10Web Facebook Feed plugin consists of the following sections:
|
468 |
|
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.33
|
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.33 =
|
108 |
+
* Fixed: Compatibility with PHP8.
|
109 |
+
|
110 |
= 1.1.32 =
|
111 |
* Fixed: Messages in backend.
|
112 |
|
465 |
|
466 |
**Premium** version of 10Web Facebook Feed plugin lets you change the appearance of the feeds using its **Themes.** Navigate to **10Web Facebook Feed > Themes** page to make modifications.
|
467 |
|
468 |
+
WordPress Facebook Feed plugin includes **4 built-in themes,** one of which is set to be the default. You can modify these themes or create a new one. You have the option to reset the theme options to their defaults anytime.
|
469 |
|
470 |
Each theme provided by 10Web Facebook Feed plugin consists of the following sections:
|
471 |
|