WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.0.29

Version Description

Added: Support forum and Review links.

Download this release

Release Info

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

Code changes from version 1.0.28 to 1.0.29

admin/views/FFWDViewInfo_ffwd.php CHANGED
@@ -61,7 +61,7 @@ class FFWDViewInfo_ffwd
61
  </a>
62
  </div>
63
  <div class="wd-cell wd-cell-valign-middle">
64
- <a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
65
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
66
  </a>
67
  </div>
@@ -581,7 +581,7 @@ class FFWDViewInfo_ffwd
581
  </a>
582
  </div>
583
  <div class="wd-cell wd-cell-valign-middle">
584
- <a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
585
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
586
  </a>
587
  </div>
61
  </a>
62
  </div>
63
  <div class="wd-cell wd-cell-valign-middle">
64
+ <a href="https://web-dorado.com/files/fromFacebookFeed.php" target="_blank">
65
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
66
  </a>
67
  </div>
581
  </a>
582
  </div>
583
  <div class="wd-cell wd-cell-valign-middle">
584
+ <a href="https://web-dorado.com/files/fromFacebookFeed.php" target="_blank">
585
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
586
  </a>
587
  </div>
admin/views/FFWDViewLicensing_ffwd.php CHANGED
@@ -106,7 +106,7 @@ class FFWDViewLicensing_ffwd {
106
 
107
  <div class="ffwd_upgrade ffwd-clear">
108
  <div class="ffwd-right">
109
- <a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
110
  <div class="ffwd-table">
111
  <div class="ffwd-cell ffwd-cell-valign-middle">
112
  Upgrade to paid version </div>
106
 
107
  <div class="ffwd_upgrade ffwd-clear">
108
  <div class="ffwd-right">
109
+ <a href="https://web-dorado.com/files/fromFacebookFeed.php" target="_blank">
110
  <div class="ffwd-table">
111
  <div class="ffwd-cell ffwd-cell-valign-middle">
112
  Upgrade to paid version </div>
admin/views/FFWDViewOptions_ffwd.php CHANGED
@@ -50,7 +50,7 @@ class FFWDViewOptions_ffwd
50
  </a>
51
  </div>
52
  <div class="wd-cell wd-cell-valign-middle">
53
- <a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
54
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
55
  </a>
56
  </div>
50
  </a>
51
  </div>
52
  <div class="wd-cell wd-cell-valign-middle">
53
+ <a href="https://web-dorado.com/files/fromFacebookFeed.php" target="_blank">
54
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
55
  </a>
56
  </div>
admin/views/FFWDViewThemes_ffwd.php CHANGED
@@ -42,7 +42,7 @@ class FFWDViewThemes_ffwd
42
  </a>
43
  </div>
44
  <div class="wd-cell wd-cell-valign-middle">
45
- <a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
46
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
47
  </a>
48
  </div>
42
  </a>
43
  </div>
44
  <div class="wd-cell wd-cell-valign-middle">
45
+ <a href="https://web-dorado.com/files/fromFacebookFeed.php" target="_blank">
46
  <?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
47
  </a>
48
  </div>
facebook-feed-wd.php CHANGED
@@ -4,9 +4,9 @@
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
11
  */
12
 
@@ -372,7 +372,7 @@ function ffwd_shortcode( $params ) {
372
 
373
  $check_fb_feed = $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "wd_fb_info WHERE id='%d'", $params['id'] ) );
374
  if ( ! $check_fb_feed ) {
375
- echo WDW_FFWD_Library::message( __( 'Feed Doesn\'t exists', 'bwg' ), 'error' );
376
 
377
  return;
378
  }
@@ -819,9 +819,9 @@ function ffwd_front_end_scripts() {
819
  wp_enqueue_script( 'jquery-fullscreen', WD_FFWD_FRONT_URL . '/js/jquery.fullscreen-0.4.1.js', array(), '0.4.1' );
820
  wp_enqueue_script( 'ffwd_gallery_box', WD_FFWD_FRONT_URL . '/js/ffwd_gallery_box.js', array(), $version );
821
  wp_localize_script( 'ffwd_gallery_box', 'ffwd_objectL10n', array(
822
- 'ffwd_field_required' => __( 'field is required.', 'bwg' ),
823
- 'ffwd_mail_validation' => __( 'This is not a valid email address.', 'bwg' ),
824
- 'ffwd_search_result' => __( 'There are no images matching your search.', 'bwg' ),
825
  ) );
826
 
827
  wp_localize_script( 'ffwd_frontend', 'ffwd_frontend_text', array(
@@ -857,7 +857,7 @@ add_action( 'wp_enqueue_scripts', 'ffwd_front_end_scripts' );
857
 
858
  add_action( 'wp_ajax_ffwd_autoupdate', 'wd_fb_update' );
859
  add_action( 'wp_ajax_nopriv_ffwd_autoupdate', 'wd_fb_update' );
860
- /* Add bwg scheduled event for autoupdatable galleries.*/
861
  add_filter( 'cron_schedules', 'wd_fb_add_autoupdate_interval' );
862
  function wd_fb_add_autoupdate_interval( $schedules ) {
863
 
@@ -999,7 +999,7 @@ if ( !function_exists('wd_bps_install_notice_status') ) {
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 );
@@ -1026,11 +1026,30 @@ function ffwd_get_version() {
1026
  }
1027
 
1028
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1029
 
1030
-
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- ?>
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.29
8
  * Author: WebDorado
9
+ * Author URI: https://web-dorado.com/wordpress-plugins-bundle.html
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
12
 
372
 
373
  $check_fb_feed = $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "wd_fb_info WHERE id='%d'", $params['id'] ) );
374
  if ( ! $check_fb_feed ) {
375
+ echo WDW_FFWD_Library::message( __( 'Feed Doesn\'t exists', 'ffwd' ), 'error' );
376
 
377
  return;
378
  }
819
  wp_enqueue_script( 'jquery-fullscreen', WD_FFWD_FRONT_URL . '/js/jquery.fullscreen-0.4.1.js', array(), '0.4.1' );
820
  wp_enqueue_script( 'ffwd_gallery_box', WD_FFWD_FRONT_URL . '/js/ffwd_gallery_box.js', array(), $version );
821
  wp_localize_script( 'ffwd_gallery_box', 'ffwd_objectL10n', array(
822
+ 'ffwd_field_required' => __( 'field is required.', 'ffwd' ),
823
+ 'ffwd_mail_validation' => __( 'This is not a valid email address.', 'ffwd' ),
824
+ 'ffwd_search_result' => __( 'There are no images matching your search.', 'ffwd' ),
825
  ) );
826
 
827
  wp_localize_script( 'ffwd_frontend', 'ffwd_frontend_text', array(
857
 
858
  add_action( 'wp_ajax_ffwd_autoupdate', 'wd_fb_update' );
859
  add_action( 'wp_ajax_nopriv_ffwd_autoupdate', 'wd_fb_update' );
860
+ /* Add ffwd scheduled event for autoupdatable galleries.*/
861
  add_filter( 'cron_schedules', 'wd_fb_add_autoupdate_interval' );
862
  function wd_fb_add_autoupdate_interval( $schedules ) {
863
 
999
 
1000
  function ffwd_version() {
1001
 
1002
+ $version = '1.0.29';
1003
 
1004
  if ( get_option( 'ffwd_version' ) === false ) {
1005
  add_option( 'ffwd_version', $version );
1026
  }
1027
 
1028
 
1029
+ function ffwd_add_plugin_meta_links($meta_fields, $file) {
1030
+ if ( plugin_basename(__FILE__) == $file ) {
1031
+ $plugin_url = "https://wordpress.org/support/plugin/wd-facebook-feed";
1032
+ $prefix = 'ffwd';
1033
+ $meta_fields[] = "<a href='" . $plugin_url . "' target='_blank'>" . __('Support Forum', $prefix) . "</a>";
1034
+ $meta_fields[] = "<a href='" . $plugin_url . "/reviews#new-post' target='_blank' title='" . __('Rate', $prefix) . "'>
1035
+ <i class='wdi-rate-stars'>"
1036
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
1037
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
1038
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
1039
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
1040
+ . "<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>"
1041
+ . "</i></a>";
1042
+
1043
+ $stars_color = "#ffb900";
1044
+
1045
+ echo "<style>"
1046
+ . ".wdi-rate-stars{display:inline-block;color:" . $stars_color . ";position:relative;top:3px;}"
1047
+ . ".wdi-rate-stars svg{fill:" . $stars_color . ";}"
1048
+ . ".wdi-rate-stars svg:hover{fill:" . $stars_color . "}"
1049
+ . ".wdi-rate-stars svg:hover ~ svg{fill:none;}"
1050
+ . "</style>";
1051
+ }
1052
 
1053
+ return $meta_fields;
1054
+ }
1055
+ add_filter("plugin_row_meta", 'ffwd_add_plugin_meta_links', 10, 2);
 
 
 
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: customizable facebook feed, facebook, facebook events, facebook feed, face
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
 
@@ -13,6 +13,7 @@ Facebook Feed WD is a comprehensive tool for displaying Facebook feed, events an
13
 
14
  == Description ==
15
 
 
16
  [WordPress Facebook Feed WD](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html)
17
  [Demo](http://wpdemo.web-dorado.com/facebook-feed/)
18
  [Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=info_ffwd)
@@ -60,6 +61,9 @@ Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-faceboo
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.0.28 =
64
  * Fixed: Spinning icon
65
 
5
  Requires at least: 3.4
6
  Requires PHP: 5.2
7
  Tested up to: 4.9
8
+ Stable tag: 1.0.29
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
13
 
14
  == Description ==
15
 
16
+ [Special Offer for all Premium Plugins](https://web-dorado.com/wordpress-plugins-bundle.html)
17
  [WordPress Facebook Feed WD](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html)
18
  [Demo](http://wpdemo.web-dorado.com/facebook-feed/)
19
  [Demo Admin](http://wpdemo.web-dorado.com/wp-admin/admin.php?page=info_ffwd)
61
 
62
  == Changelog ==
63
 
64
+ = 1.0.29 =
65
+ Added: Support forum and Review links.
66
+
67
  = 1.0.28 =
68
  * Fixed: Spinning icon
69