forked from MartyThornley/import-external-images
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
50 lines (31 loc) · 1.71 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== Import External Images ===
Contributors: martythornley
Donate link: http://martythornley.com
Tags: images, gallery, photobloggers, attachments, photo, links, external, photographers, Flickr, save, download
Requires at least: 3.2
Tested up to: 4.0
Stable tag: trunk
Makes local copies of all the linked images in a post, adding them as gallery attachments.
== Description ==
Makes local copies of all the linked images in a post, adding them as gallery attachments.
= Features =
= Credits =
This plugin is baszed on the work done in the "Add Linked Images to Gallery" plugin by http://www.bbqiguana.com/
== Installation ==
1. Download the "Import External Images" zip file.
2. Extract the files to your WordPress plugins directory.
3. Activate the plugin via the WordPress Plugins tab.
== Frequently Asked Questions ==
= How does this plugin work? =
The plugin examines the HTML source of your post when you save it, inspecting each IMG tag, and processing them according to the options you have selected.
Under the default settings, it will find IMG tags with links to images on other web sites and copy those images to your web site, updating the IMG src to point to your copy.
= Does it work with MultiSite? =
Yes! It was developed and built ( and is used everyday ) at PhotographyBlogSites.com - a multisite install.
= What if i don't want to import images from a third party image hosting site? =
You can make it ignore any domain you want on the settings page, in case you work with a CDN or photo hosting site and want to keep those images where they are.
== Changelog ==
= 1.3 =
Fixed case sensitivity, thanks to https://github.com/SidFerreira
Fixed duplicate EXTERNAL_IMAGES_DIR notice
= 1.1 =
fixed title in readme.