Version Description
- Now it's possible to use an external image as Featured Image of your WooCommerce products.
=
Download this release
Release Info
Developer | marceljm |
Plugin | Featured Image From URL |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- admin/html/menu.html +1 -1
- admin/meta-box.php +1 -1
- featured-image-from-url.php +2 -2
- includes/html/backlink.html +1 -1
- includes/html/thumbnail.html +1 -1
- readme.txt +20 -8
admin/html/menu.html
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
|
11 |
<div class="greybox">
|
12 |
|
13 |
-
<p>This plugin allows you to use an external image as Featured Image of your post or
|
14 |
|
15 |
</div>
|
16 |
|
10 |
|
11 |
<div class="greybox">
|
12 |
|
13 |
+
<p>This plugin allows you to use an external image as Featured Image of your post, page or product (WooCommerce). For more information, refer to <a href="http://marceljm.com/wordpress/featured-image-from-url/" target="_blank">Featured Image From URL</a>. </p>
|
14 |
|
15 |
</div>
|
16 |
|
admin/meta-box.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
add_action('add_meta_boxes', 'fifu_insert_meta_box');
|
4 |
|
5 |
function fifu_insert_meta_box() {
|
6 |
-
$post_types = array('post', 'page');
|
7 |
|
8 |
foreach ($post_types as $post_type) {
|
9 |
add_meta_box(
|
3 |
add_action('add_meta_boxes', 'fifu_insert_meta_box');
|
4 |
|
5 |
function fifu_insert_meta_box() {
|
6 |
+
$post_types = array('post', 'page', 'product');
|
7 |
|
8 |
foreach ($post_types as $post_type) {
|
9 |
add_meta_box(
|
featured-image-from-url.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
-
* Description: Allows you to use an external image as Featured Image of your post or
|
6 |
-
* Version: 1.0
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://marceljm.com
|
9 |
*/
|
2 |
|
3 |
/*
|
4 |
* Plugin Name: Featured Image From URL
|
5 |
+
* Description: Allows you to use an external image as Featured Image of your post, page or product (WooCommerce).
|
6 |
+
* Version: 1.0.2
|
7 |
* Author: Marcel Jacques Machado
|
8 |
* Author URI: http://marceljm.com
|
9 |
*/
|
includes/html/backlink.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<a
|
2 |
rel="nofollow"
|
3 |
-
href="http://marceljm.com/featured-image-from-url/"
|
4 |
style="display:none;">
|
5 |
Featured Image From URL is a WordPress plugin developed by marceljm.
|
6 |
</a>
|
1 |
<a
|
2 |
rel="nofollow"
|
3 |
+
href="http://marceljm.com/wordpress/featured-image-from-url/"
|
4 |
style="display:none;">
|
5 |
Featured Image From URL is a WordPress plugin developed by marceljm.
|
6 |
</a>
|
includes/html/thumbnail.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
<!-- Featured Image from URL: http://marceljm.com/featured-image-from-url/ -->
|
2 |
<img
|
3 |
src="<?php echo $image_url; ?>"
|
4 |
alt="<?php echo $alt; ?>" >
|
1 |
+
<!-- Featured Image from URL: http://marceljm.com/wordpress/featured-image-from-url/ -->
|
2 |
<img
|
3 |
src="<?php echo $image_url; ?>"
|
4 |
alt="<?php echo $alt; ?>" >
|
readme.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
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, from, url, flickr
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.3.1
|
7 |
Stable tag: 4.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
-
Allows you to use an external image as Featured Image of your post or
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
Allows you to use an external image (from Flickr, Picasa, Amazon S3, anywhere etc) as Featured Image of your post or
|
16 |
|
17 |
== Installation ==
|
18 |
|
@@ -24,7 +24,7 @@ Allows you to use an external image (from Flickr, Picasa, Amazon S3, anywhere et
|
|
24 |
|
25 |
= Where are the "Featured Image from URL" box? =
|
26 |
|
27 |
-
* It will be immediately below or above the traditional "Featured Image" box, in the page/post editor.
|
28 |
|
29 |
= What's the URL field? =
|
30 |
|
@@ -52,22 +52,34 @@ Allows you to use an external image (from Flickr, Picasa, Amazon S3, anywhere et
|
|
52 |
|
53 |
== Screenshots ==
|
54 |
|
55 |
-
1. This plugin allows you to use an external image as Featured Image of your posts or
|
56 |
|
57 |
2. If the URL is correct, the image preview will be shown. Then you can define the image title, filling the ALT field.
|
58 |
|
59 |
3. The external image will be displayed with your post description.
|
60 |
|
61 |
-
4. The external image will be displayed on your post or
|
62 |
|
63 |
-
5. The external image will be displayed when someone shares your post or
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
= 1.0 =
|
68 |
-
* It's the first and only version.
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
== Upgrade Notice ==
|
71 |
|
72 |
= 1.0 =
|
73 |
* No upgraded yet.
|
|
|
|
|
|
|
|
|
|
|
|
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, from, url, flickr, woocommerce
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.3.1
|
7 |
Stable tag: 4.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
+
Allows you to use an external image as Featured Image of your post, page or product (WooCommerce).
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
Allows you to use an external image (from Flickr, Picasa, Amazon S3, anywhere etc) as Featured Image of your post, page or product (WooCommerce).
|
16 |
|
17 |
== Installation ==
|
18 |
|
24 |
|
25 |
= Where are the "Featured Image from URL" box? =
|
26 |
|
27 |
+
* It will be immediately below or above the traditional "Featured Image" box, in the page/post/product editor.
|
28 |
|
29 |
= What's the URL field? =
|
30 |
|
52 |
|
53 |
== Screenshots ==
|
54 |
|
55 |
+
1. This plugin allows you to use an external image as Featured Image of your posts, pages or products (WooCommerce). Just fill the URL field with the image address and click on preview button.
|
56 |
|
57 |
2. If the URL is correct, the image preview will be shown. Then you can define the image title, filling the ALT field.
|
58 |
|
59 |
3. The external image will be displayed with your post description.
|
60 |
|
61 |
+
4. The external image will be displayed on your post, page or product (WooCommerce).
|
62 |
|
63 |
+
5. The external image will be displayed when someone shares your post, page or product (WooCommerce) on social networks.
|
64 |
|
65 |
== Changelog ==
|
66 |
|
67 |
= 1.0 =
|
68 |
+
* It's the first and only version so far.
|
69 |
+
|
70 |
+
= 1.0.1 =
|
71 |
+
* The help link in admin menu was wrong. It's fixed now.
|
72 |
+
|
73 |
+
= 1.0.2 =
|
74 |
+
* Now it's possible to use an external image as Featured Image of your WooCommerce products.
|
75 |
|
76 |
== Upgrade Notice ==
|
77 |
|
78 |
= 1.0 =
|
79 |
* No upgraded yet.
|
80 |
+
|
81 |
+
= 1.0.1 =
|
82 |
+
* The help link in admin menu was wrong. It's fixed now.
|
83 |
+
|
84 |
+
= 1.0.2 =
|
85 |
+
* Now it's possible to use an external image as Featured Image of your WooCommerce products.
|