Version Description
- Auto play/pause video and support to list of URLs (WP All Import).
=
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 1.6.9 |
Comparing to | |
See all releases |
Code changes from version 1.6.8 to 1.6.9
- admin/html/menu.html +41 -2
- admin/html/meta-box.html +6 -4
- featured-image-from-url.php +1 -1
- readme.txt +13 -5
admin/html/menu.html
CHANGED
@@ -341,7 +341,9 @@
|
|
341 |
<div class="box">
|
342 |
<h2>WP All Import</h2>
|
343 |
<div class="greybox" style="background:#e3ffe2">
|
344 |
-
You can use Featured Image from URL with WP All Import plugin. For that, use the custom field <b>fifu_image_url</b
|
|
|
|
|
345 |
</div>
|
346 |
</div>
|
347 |
|
@@ -945,6 +947,43 @@
|
|
945 |
value=" " style="display:block">
|
946 |
</div>
|
947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
948 |
<div class="box">
|
949 |
<h2>WooCommerce Lightbox</h2>
|
950 |
<div class="greybox" style="background:#ffe2e2">
|
@@ -1146,7 +1185,7 @@
|
|
1146 |
<h3>2) "Which plugins are compatible with Premium version?"</h3>
|
1147 |
WooCommerce, WP All Import, Monarch, Frontend Publishing and others. If you intend to use the Premium version with a specific plugin, try to test with the free version first. Or you can ask me if they are compatible.<br><br>
|
1148 |
<h3>3) "Are there the known incompatibility issues?"</h3>
|
1149 |
-
- Flatsome:
|
1150 |
- Variable Product: this WooCommerce feature can be found at Product Data dropdown and allows to create variations of a same product, including images. FIFU doesn’t support that for now.<br><br>
|
1151 |
<h3>4) "Can I get my money back later?"</h3>
|
1152 |
With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I may refund you.<br><br>
|
341 |
<div class="box">
|
342 |
<h2>WP All Import</h2>
|
343 |
<div class="greybox" style="background:#e3ffe2">
|
344 |
+
You can use Featured Image from URL with WP All Import plugin. For that, use the custom field <b>fifu_image_url</b>.<br/><br/> The other custom fields supported by FIFU are listed below, in the section WP REST API > Plugin Fields.
|
345 |
+
<br/><br/>
|
346 |
+
But if you have a list of URLs delimited by "|", it's possible to use that with the custom field <b>fifu_list_url</b>. In this case, the first image will be considered the featured image and the others will be in the product image gallery. For sliders, use <b>fifu_slider_list_url</b>.
|
347 |
</div>
|
348 |
</div>
|
349 |
|
947 |
value=" " style="display:block">
|
948 |
</div>
|
949 |
|
950 |
+
<div class="box">
|
951 |
+
<h2>Video Auto Play</h2>
|
952 |
+
<div class="greybox" style="background:#ffe2e2">
|
953 |
+
<b>Premium feature</b><br><br>
|
954 |
+
This option allows to play a video on "mouseover" and pause it on "mouseout".
|
955 |
+
</div>
|
956 |
+
<br>
|
957 |
+
<table style="text-align:left">
|
958 |
+
<tr>
|
959 |
+
<th>
|
960 |
+
<input
|
961 |
+
type="image"
|
962 |
+
href="javascript:void(0)"
|
963 |
+
class="toggleoff"
|
964 |
+
value=" "
|
965 |
+
style="display:block">
|
966 |
+
</th>
|
967 |
+
<th>
|
968 |
+
for YouTube videos
|
969 |
+
</th>
|
970 |
+
</tr>
|
971 |
+
<tr>
|
972 |
+
<th>
|
973 |
+
<input
|
974 |
+
type="image"
|
975 |
+
href="javascript:void(0)"
|
976 |
+
class="toggleoff"
|
977 |
+
value=" "
|
978 |
+
style="display:block">
|
979 |
+
</th>
|
980 |
+
<th>
|
981 |
+
for Vimeo videos
|
982 |
+
</th>
|
983 |
+
</tr>
|
984 |
+
</table>
|
985 |
+
</div>
|
986 |
+
|
987 |
<div class="box">
|
988 |
<h2>WooCommerce Lightbox</h2>
|
989 |
<div class="greybox" style="background:#ffe2e2">
|
1185 |
<h3>2) "Which plugins are compatible with Premium version?"</h3>
|
1186 |
WooCommerce, WP All Import, Monarch, Frontend Publishing and others. If you intend to use the Premium version with a specific plugin, try to test with the free version first. Or you can ask me if they are compatible.<br><br>
|
1187 |
<h3>3) "Are there the known incompatibility issues?"</h3>
|
1188 |
+
- Flatsome and Newspaper: these themes apply your own style on the product gallery, overwriting the WooCommerce code. Then style issues will be present there;<br>
|
1189 |
- Variable Product: this WooCommerce feature can be found at Product Data dropdown and allows to create variations of a same product, including images. FIFU doesn’t support that for now.<br><br>
|
1190 |
<h3>4) "Can I get my money back later?"</h3>
|
1191 |
With the exception of rare situations, no. But don't worry about that. You will still have the best support and if, after your complete cooperation, I'm not able to solve your issue, I may refund you.<br><br>
|
admin/html/meta-box.html
CHANGED
@@ -50,10 +50,12 @@
|
|
50 |
<div style="<?php echo $show_news?>">
|
51 |
<br>
|
52 |
<hr>
|
53 |
-
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #
|
54 |
-
background-color: #eee; border-radius:
|
55 |
-
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #
|
56 |
-
background-color: #eee; border-radius:
|
|
|
|
|
57 |
<center>
|
58 |
<table>
|
59 |
<tbody>
|
50 |
<div style="<?php echo $show_news?>">
|
51 |
<br>
|
52 |
<hr>
|
53 |
+
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #a80808; color: black;
|
54 |
+
background-color: #eee; border-radius: 25px 5px;">New: auto play video on mouse over and pause on mouse out</p>
|
55 |
+
<p style="font-size: 12px; padding: 5px; border-left: 6px solid #0f0084; color: black;
|
56 |
+
background-color: #eee; border-radius: 25px 5px;">New: for WP All Import users, now you can use a list of URL's to set external featured image and product gallery or slider. Example: url1|url2|url3|...</p>
|
57 |
+
<p style="font-size: 12px; padding: 5px; border-left: 6px solid black; color: black;
|
58 |
+
background-color: #eee; border-radius: 15px 5px;">Keep <a href="https://goo.gl/forms/TxLdhwXTqsuO5BHg2">voting</a></p>
|
59 |
<center>
|
60 |
<table>
|
61 |
<tbody>
|
featured-image-from-url.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* 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.
|
6 |
-
* Version: 1.6.
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://featuredimagefromurl.com/
|
9 |
*/
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
* 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.
|
6 |
+
* Version: 1.6.9
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://featuredimagefromurl.com/
|
9 |
*/
|
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
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 4.8
|
7 |
-
Stable tag: 4.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -40,12 +40,14 @@ Features:
|
|
40 |
|
41 |
* it's also possible to use external images in the WooCommerce Product Gallery and WooCommerce Product Category (**premium feature**);
|
42 |
|
43 |
-
* you can use external thumbnails from Flickr to make your site
|
44 |
|
45 |
* you can apply your own CSS style or 18 hover effects to the images (**premium feature**);
|
46 |
|
47 |
* you can enable/disable the WooCommerce lightbox (**premium feature**);
|
48 |
|
|
|
|
|
49 |
**<a href="http://featuredimagefromurl.com/">Official Site</a>**
|
50 |
**<a href="http://blog.featuredimagefromurl.com/">Live Preview (Blog)</a>**
|
51 |
**<a href="http://shop.featuredimagefromurl.com/">Live Preview (Shop)</a>**
|
@@ -307,6 +309,9 @@ was removed. To finish, a Premium version is now been presented.
|
|
307 |
= 1.6.8 =
|
308 |
* Image validation and fake internal featured image.
|
309 |
|
|
|
|
|
|
|
310 |
== Upgrade Notice ==
|
311 |
|
312 |
= 1.0 =
|
@@ -467,4 +472,7 @@ was removed. To finish, a Premium version is now been presented.
|
|
467 |
* Support to Instagram images
|
468 |
|
469 |
= 1.6.8 =
|
470 |
-
* Image validation and fake internal featured image.
|
|
|
|
|
|
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
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 4.8.3
|
7 |
+
Stable tag: 4.8.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
40 |
|
41 |
* it's also possible to use external images in the WooCommerce Product Gallery and WooCommerce Product Category (**premium feature**);
|
42 |
|
43 |
+
* you can use external thumbnails from Flickr to make your site uppon to 94% faster (**premium feature**);
|
44 |
|
45 |
* you can apply your own CSS style or 18 hover effects to the images (**premium feature**);
|
46 |
|
47 |
* you can enable/disable the WooCommerce lightbox (**premium feature**);
|
48 |
|
49 |
+
* auto play/pause videos on mouse over/out (**premium feature**);
|
50 |
+
|
51 |
**<a href="http://featuredimagefromurl.com/">Official Site</a>**
|
52 |
**<a href="http://blog.featuredimagefromurl.com/">Live Preview (Blog)</a>**
|
53 |
**<a href="http://shop.featuredimagefromurl.com/">Live Preview (Shop)</a>**
|
309 |
= 1.6.8 =
|
310 |
* Image validation and fake internal featured image.
|
311 |
|
312 |
+
= 1.6.9 =
|
313 |
+
* Auto play/pause video and support to list of URLs (WP All Import).
|
314 |
+
|
315 |
== Upgrade Notice ==
|
316 |
|
317 |
= 1.0 =
|
472 |
* Support to Instagram images
|
473 |
|
474 |
= 1.6.8 =
|
475 |
+
* Image validation and fake internal featured image.
|
476 |
+
|
477 |
+
= 1.6.9 =
|
478 |
+
* Auto play/pause video and support to list of URLs (WP All Import).
|