Featured Image From URL - Version 2.8.4

Version Description

  • New: Admin Area > Internal URL Parameters.
Download this release

Release Info

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

Code changes from version 2.8.3 to 2.8.4

admin/html/css/menu.css CHANGED
@@ -57,7 +57,7 @@
57
  }
58
 
59
  th, td {
60
- border-bottom: 1px solid #ddd;
61
  padding-right: 8px;
62
  padding-left: 8px;
63
  font-weight: normal;
57
  }
58
 
59
  th, td {
60
+ border-bottom: 0px solid #ddd;
61
  padding-right: 8px;
62
  padding-left: 8px;
63
  font-weight: normal;
admin/html/menu.html CHANGED
@@ -256,6 +256,22 @@
256
  </table>
257
  </form>
258
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  </div>
260
  <div id="tabs-b">
261
  <div class="box">
@@ -2600,24 +2616,24 @@
2600
  <br>
2601
  <table style="background-color: #fff; border-radius: 13px;">
2602
  <tr>
2603
- <td style="width:33%;text-align:center;">
2604
  <i class="fas fa-exclamation-triangle" style="font-size:30px"></i>
2605
  </td>
2606
- <td style="width:33%;text-align:center;">
2607
- <i class="fas fa-puzzle-piece" style="font-size:30px"></i>
2608
  </td>
2609
- <td style="width:33%;text-align:center;">
2610
  <i class="fas fa-laptop-code" style="font-size:30px"></i>
2611
  </td>
2612
  </tr>
2613
  <tr>
2614
- <td style="width:33%;text-align:center;">
2615
  <i>All my images are missing</i>
2616
  </td>
2617
- <td style="width:33%;text-align:center;">
2618
  <i>A famous plugin doesn't work with FIFU</i>
2619
  </td>
2620
- <td style="width:33%;text-align:center;">
2621
  <i>I'm a developer</i>
2622
  </td>
2623
  </tr>
@@ -2629,7 +2645,7 @@
2629
  3) enable Fake Internal Featured Image.
2630
  </td>
2631
  <td style="vertical-align: top;">
2632
- Just send me an email. If you are available to discuss the details and the plugin is free and has more than 100,000+ active installs, I should provide an integration very soon.
2633
  </td>
2634
  <td>
2635
  You can set external featured images using custom fields. The main one is <b>fifu_image_url</b>. However the REST API is only supported by FIFU Premium. For nonstandard automation, just enable Schedule Metadata Generation, at Admin Area tab (no additional code required).
@@ -2689,6 +2705,19 @@
2689
  From September 2019, always you guys report an issue between FIFU and another plugin or theme, the solution will be posted here.
2690
  </div>
2691
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
2692
  <div class="box">
2693
  <table>
2694
  <tr>
256
  </table>
257
  </form>
258
  </div>
259
+ <div class="box">
260
+ <h2>Internal URL Parameters</h2>
261
+ <div class="greybox" id="grad2">
262
+ <b>Premium feature</b><br><br>
263
+ This option adds some FIFU parameters to your image URLs. It only makes sense when you have a theme that calls the image URLs in a very nonstandard way, what could break some FIFU features, such as "Add Class" and "Same Height > Object Fit > Cover". 99.9% of users don't need that.
264
+ </div>
265
+ <br>
266
+ <input
267
+ type="submit"
268
+ href="javascript:void(0)"
269
+ id="fifu_toggle_parameters"
270
+ name="fifu_toggle_parameters"
271
+ class="toggleoff"
272
+ value=""
273
+ style="display:block;border:none">
274
+ </div>
275
  </div>
276
  <div id="tabs-b">
277
  <div class="box">
2616
  <br>
2617
  <table style="background-color: #fff; border-radius: 13px;">
2618
  <tr>
2619
+ <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2620
  <i class="fas fa-exclamation-triangle" style="font-size:30px"></i>
2621
  </td>
2622
+ <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2623
+ <i class="fas fa-plug" style="font-size:30px"></i>
2624
  </td>
2625
+ <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2626
  <i class="fas fa-laptop-code" style="font-size:30px"></i>
2627
  </td>
2628
  </tr>
2629
  <tr>
2630
+ <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2631
  <i>All my images are missing</i>
2632
  </td>
2633
+ <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2634
  <i>A famous plugin doesn't work with FIFU</i>
2635
  </td>
2636
+ <td style="width:33%;text-align:center;border-bottom: 1px solid #ddd !important">
2637
  <i>I'm a developer</i>
2638
  </td>
2639
  </tr>
2645
  3) enable Fake Internal Featured Image.
2646
  </td>
2647
  <td style="vertical-align: top;">
2648
+ Just send me an email. If you are available to discuss the details and the plugin is free and has more than 100,000 active installs, I should provide an integration very soon.
2649
  </td>
2650
  <td>
2651
  You can set external featured images using custom fields. The main one is <b>fifu_image_url</b>. However the REST API is only supported by FIFU Premium. For nonstandard automation, just enable Schedule Metadata Generation, at Admin Area tab (no additional code required).
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">2020-01-11</td>
2712
+ <td style="border-bottom:none"><h3>Newspaper</h3></td>
2713
+ <td style="border-bottom:none">theme</td>
2714
+ </tr>
2715
+ </table>
2716
+ <div class="greybox" style="position: relative; top: -10px">
2717
+ The options "show top" and "show bottom", related to "Same Height > Object Fit > Cover", are not working:<br>
2718
+ 1) enable "FIFU settings > Internal URL Parameters".<br>
2719
+ </div>
2720
+ </div>
2721
  <div class="box">
2722
  <table>
2723
  <tr>
admin/menu.php CHANGED
@@ -173,7 +173,7 @@ function fifu_get_setting($type) {
173
  $arr64 = array('fifu_column_height');
174
  $arr100 = array('fifu_spinner_db');
175
  $arrOn = array('fifu_auto_alt', 'fifu_wc_zoom', 'fifu_wc_lbox');
176
- $arrOnNo = array('fifu_fake');
177
  $arrOffNo = array('fifu_data_clean');
178
 
179
  if (!get_option($type)) {
173
  $arr64 = array('fifu_column_height');
174
  $arr100 = array('fifu_spinner_db');
175
  $arrOn = array('fifu_auto_alt', 'fifu_wc_zoom', 'fifu_wc_lbox');
176
+ $arrOnNo = array('fifu_fake', 'fifu_social');
177
  $arrOffNo = array('fifu_data_clean');
178
 
179
  if (!get_option($type)) {
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.3
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.4
8
  * Author: Marcel Jacques Machado
9
  * Author URI: https://www.linkedin.com/in/marceljm/
10
  */
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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.3
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.3 =
163
  * New feature: Featured Image > Same Height > Object Fit > Cover (center/bottom/top), Contain and Fill; New feature: Video > Video Thumbnail > on page.
164
 
@@ -678,6 +681,9 @@ was removed. To finish, a Premium version is now been presented.
678
 
679
  == Upgrade Notice ==
680
 
 
 
 
681
  = 2.8.3 =
682
  * New feature: Featured Image > Same Height > Object Fit > Cover (center/bottom/top), Contain and Fill; New feature: Video > Video Thumbnail > on page.
683
 
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.4
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.4 =
163
+ * New: Admin Area > Internal URL Parameters.
164
+
165
  = 2.8.3 =
166
  * New feature: Featured Image > Same Height > Object Fit > Cover (center/bottom/top), Contain and Fill; New feature: Video > Video Thumbnail > on page.
167
 
681
 
682
  == Upgrade Notice ==
683
 
684
+ = 2.8.4 =
685
+ * New: Admin Area > Internal URL Parameters.
686
+
687
  = 2.8.3 =
688
  * New feature: Featured Image > Same Height > Object Fit > Cover (center/bottom/top), Contain and Fill; New feature: Video > Video Thumbnail > on page.
689