이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Import external attachments

설명

Makes local copies of all the linked images and pdfs in a post, adding them as gallery attachments.

Source & support:

https://github.com/ryanpcmcquen/import-external-attachments

크레디트

This plugin is based on the work done in the “Import External Images” plugin by MartyThornley.

https://github.com/MartyThornley

HTTPS support added by IvanDoomer:
https://github.com/IvanDoomer

PDF support added by bengreeley:
https://github.com/bengreeley

Most of the JavaScript was rewritten from the original plugin, to reduce the
number of global variables.

설치

  1. Download the “Import external attachments” zip file.
  2. Extract the files to your WordPress plugins directory.
  3. Activate the plugin via the WordPress Plugins tab.

FAQ

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.

PDF functionality was added by bengreeley.

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.

후기

2023년 1월 30일
This worked for me in 2023. All I had to do was install Classic editor and make sure the post pages wern't using any third party page builders. To import the missing attachments, I then opened the edit page for each post one by one and followed the instructions in the right sidebar. Once done, simply uninstalled classic editor and this plugin. Awesome. Thank you.
모든 25 평가 읽기

기여자 & 개발자

“Import external attachments”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Import external attachments”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.12

  • Adds support for pages.
  • Adds support for .doc and .docx files.
  • Fixes security issue by not directly echoing $_GET['post'] but casting it to int.
  • Adds support for filenames with spaces in them (by removing the space from the exclusion in the regex).
  • Makes the regexes slightly easier to read by making them case insensitive.

1.5.11

Add .jpeg support.

1.5.9

Remove duplicate README.

1.5.8

Fix some typos.

1.5.7

Add GitHub link.

1.5.6

Fix naming.

1.5.5

Make import_images_start_time a function. Hopefully it works now. :^)

1.5.4

Make import_images_start_time globally accessible.

1.5.3

General cleanup.

1.5.1

Merged upstream pull requests from bengreeley and IvanDoomer and changed to ‘Import external attachments’.
Now supports PDFs and HTTPS!

1.3

Fixed case sensitivity, thanks to https://github.com/SidFerreira
Fixed duplicate EXTERNAL_IMAGES_DIR notice

1.1

Fixed title in readme.