Featured Image From URL - Version 2.8.7

Version Description

  • New: supports PRIVATE videos from Vimeo now.
Download this release

Release Info

Developer marceljm
Plugin Icon 128x128 Featured Image From URL
Version 2.8.7
Comparing to
See all releases

Code changes from version 2.8.6 to 2.8.7

Files changed (3) hide show
  1. admin/html/menu.html +23 -18
  2. featured-image-from-url.php +1 -1
  3. readme.txt +8 -2
admin/html/menu.html CHANGED
@@ -1073,7 +1073,7 @@
1073
  <h2>Save Image Dimensions</h2>
1074
 
1075
  <div class="greybox">
1076
- Enable that to save the image dimensions. A few themes may need the image width and height to avoid style issues.
1077
  </div>
1078
 
1079
  <br>
@@ -1432,7 +1432,7 @@
1432
  <div class="greybox" id="grad2">
1433
  <b>Premium feature</b><br><br>
1434
 
1435
- FIFU supports <b>public</b> videos from YouTube, Vimeo, Facebook, Instagram, Imgur, 9GAG, Cloudinary and Tumblr. You can enable the video meta box here.
1436
 
1437
  </div>
1438
 
@@ -1521,7 +1521,7 @@
1521
  Minimum width that an available area should have to show a video. Otherwise the thumbnail will be shown.
1522
  </div>
1523
  <br>
1524
- <input id="fifu_input_video_min_width" type="text" name="fifu_input_video_min_width" value="" size="4">
1525
  <input type="submit" value="Submit" disabled>
1526
  </div>
1527
 
@@ -2705,6 +2705,26 @@
2705
  From September 2019, always you guys report an issue between FIFU and another plugin or theme, the solution will be posted here.
2706
  </div>
2707
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2708
  <div class="box">
2709
  <table>
2710
  <tr>
@@ -2924,21 +2944,6 @@
2924
  1) just enable "Featured Image" toggle on WP Telegram.<br>
2925
  </div>
2926
  </div>
2927
- <div class="box">
2928
- <table>
2929
- <tr>
2930
- <td style="border-bottom:none">2019-09-18</td>
2931
- <td style="border-bottom:none"><h3>WooCommerce</h3></td>
2932
- <td style="border-bottom:none">plugin</td>
2933
- </tr>
2934
- </table>
2935
- <div class="greybox" style="position: relative; top: -10px">
2936
- Adding external "Product Image" and "Product Gallery" via SQL:<br>
2937
- 1) enable "FIFU Settings > Admin Area > Schedule Metadata Generation";<br>
2938
- 2) run the SQL. Example: "insert into wp_postmeta (post_id, meta_key, meta_value) values (12345, 'fifu_list_url', 'URL1|URL2|URL3|URL4')"<br>
2939
- * the first URL is for the featured image and the others for the gallery<br>
2940
- </div>
2941
- </div>
2942
  <div class="box">
2943
  <table>
2944
  <tr>
1073
  <h2>Save Image Dimensions</h2>
1074
 
1075
  <div class="greybox">
1076
+ Enable that to save the image dimensions. Some themes and WooCommerce lightbox (PhotoSwipe) may need the image width and height to avoid style issues.
1077
  </div>
1078
 
1079
  <br>
1432
  <div class="greybox" id="grad2">
1433
  <b>Premium feature</b><br><br>
1434
 
1435
+ FIFU supports videos from YouTube, Vimeo, Facebook, Instagram, Imgur, 9GAG, Cloudinary and Tumblr. You can enable the video meta box here.
1436
 
1437
  </div>
1438
 
1521
  Minimum width that an available area should have to show a video. Otherwise the thumbnail will be shown.
1522
  </div>
1523
  <br>
1524
+ <input id="fifu_input_video_min_width" type="text" name="fifu_input_video_min_width" value="" size="4" style="width:75px">
1525
  <input type="submit" value="Submit" disabled>
1526
  </div>
1527
 
2705
  From September 2019, always you guys report an issue between FIFU and another plugin or theme, the solution will be posted here.
2706
  </div>
2707
  </div>
2708
+ <div class="box">
2709
+ <table>
2710
+ <tr>
2711
+ <td style="border-bottom:none">2019-01-30</td>
2712
+ <td style="border-bottom:none"><h3>WooCommerce</h3></td>
2713
+ <td style="border-bottom:none">plugin</td>
2714
+ </tr>
2715
+ </table>
2716
+ <div class="greybox" style="position: relative; top: -10px">
2717
+ External image is not being shown on lightbox:<br>
2718
+ 1) enable "FIFU Settings > Featured Image > Save Image Dimensions > save and use image dimensions";<br>
2719
+ 2) enable "save the image dimensions of all external featured images now" (it will be automatically disabled when finished).<br>
2720
+ </div>
2721
+ <div class="greybox" style="position: relative; top: -10px">
2722
+ Adding external "Product Image" and "Product Gallery" via SQL:<br>
2723
+ 1) enable "FIFU Settings > Admin Area > Schedule Metadata Generation";<br>
2724
+ 2) run the SQL. Example: "insert into wp_postmeta (post_id, meta_key, meta_value) values (12345, 'fifu_list_url', 'URL1|URL2|URL3|URL4')"<br>
2725
+ * the first URL is for the featured image and the others for the gallery<br>
2726
+ </div>
2727
+ </div>
2728
  <div class="box">
2729
  <table>
2730
  <tr>
2944
  1) just enable "Featured Image" toggle on WP Telegram.<br>
2945
  </div>
2946
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2947
  <div class="box">
2948
  <table>
2949
  <tr>
featured-image-from-url.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://fifu.app/
6
  * Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
7
- * Version: 2.8.6
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
4
  * Plugin Name: Featured Image from URL
5
  * Plugin URI: https://fifu.app/
6
  * Description: Use an external image as Featured Image of your post/page/custom post type (WooCommerce). Includes Auto Set (External Post), Product Gallery, Social Tags and more.
7
+ * Version: 2.8.7
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Plugin Name ===
2
  Contributors: marceljm
3
- Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8BLDLZ3HDBGQG
4
  Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, s3, picasa, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all, content, custom, type, custom post type, category, video, external video, youtube, vimeo, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail, social, network, auto, publish, hide, first image, content, lightbox, size, grid, auto post thumbnail, link, uri, affiliate, wp, rest, api, wp rest api, lazy, load, google, drive, instagram, validation, jetpack, visual composer, play, pause, crop, resize, zoom, enable, disable, default, automatic, auto set, cloudinary, schedule, event, cron, seo, variable, tumblr, variation, product variation, shortcode, facebook, instagram, imgur, 9gag, wcfm, add-on
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
- Stable tag: 2.8.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -159,6 +159,9 @@ Features:
159
 
160
  == Changelog ==
161
 
 
 
 
162
  = 2.8.6 =
163
  * Bug fix: conflict with Multisite Post Duplicator plugin; Improvement: public front-end script should run a little faster now; Improvement: plugin version added to CSS to avoid cache style issues.
164
 
@@ -687,6 +690,9 @@ was removed. To finish, a Premium version is now been presented.
687
 
688
  == Upgrade Notice ==
689
 
 
 
 
690
  = 2.8.6 =
691
  * Bug fix: conflict with Multisite Post Duplicator plugin; Improvement: public front-end script should run a little faster now; Improvement: plugin version added to CSS to avoid cache style issues.
692
 
1
  === Plugin Name ===
2
  Contributors: marceljm
3
+ Donate link: https://donorbox.org/fifu
4
  Tags: featured image, external featured image, featured image from url, url featured image, featured, image, external, url, flickr, s3, picasa, woocommerce, product image, product gallery, product, gallery, column, list, page, post, all, content, custom, type, custom post type, category, video, external video, youtube, vimeo, featured video, hover, effects, hover effects, sirv, wp all import, css, style, slider, thumbnail, social, network, auto, publish, hide, first image, content, lightbox, size, grid, auto post thumbnail, link, uri, affiliate, wp, rest, api, wp rest api, lazy, load, google, drive, instagram, validation, jetpack, visual composer, play, pause, crop, resize, zoom, enable, disable, default, automatic, auto set, cloudinary, schedule, event, cron, seo, variable, tumblr, variation, product variation, shortcode, facebook, instagram, imgur, 9gag, wcfm, add-on
5
  Requires at least: 4.0
6
  Tested up to: 5.4
7
+ Stable tag: 2.8.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
159
 
160
  == Changelog ==
161
 
162
+ = 2.8.7 =
163
+ * New: supports PRIVATE videos from Vimeo now.
164
+
165
  = 2.8.6 =
166
  * Bug fix: conflict with Multisite Post Duplicator plugin; Improvement: public front-end script should run a little faster now; Improvement: plugin version added to CSS to avoid cache style issues.
167
 
690
 
691
  == Upgrade Notice ==
692
 
693
+ = 2.8.7 =
694
+ * New: supports PRIVATE videos from Vimeo now.
695
+
696
  = 2.8.6 =
697
  * Bug fix: conflict with Multisite Post Duplicator plugin; Improvement: public front-end script should run a little faster now; Improvement: plugin version added to CSS to avoid cache style issues.
698