Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

External image replace

Descripción

Download the image of the external URL present in the article, register it in the media library, and replace the URL with the media library.
It is useful when importing from another blog.

For example, if the URL of the current blog is https://wiredpunch.com, the result is as follows.

<img src=»http://example.com/xxxx.jpg» >

<img src=»https://wiredpunch.com/wp-content/uploads/2018/01/xxxx.jpg» />

It is necessary to set the value of «allow_url_fopen» to true in php.ini of the download destination server.

Instalación

You can install this plugin directly from your WordPress dashboard:

  1. Go to the Plugins menu and click Add New.
  2. Search for External image replace.
  3. Click Install Now next to the External image replace plugin.
  4. Activate the plugin.

Reseñas

7 de junio de 2020
This plugin did the job for me. I had copied some content from Google Docs into Gutenberg. The images were referencing external URLs. After installing I clicked to process my post and it converted all images to internal images in the media library. Thank you.
21 de mayo de 2020
I tried this plugin not working it shows following error 21:33:23 Error! Post ID 1841 Processing could not be executed. 21:33:14 Post ID 1841 Start.
1 de febrero de 2019
I tried the other similar plugins, but they had problems with Gutenberg. This worked perfectly and did a bulk job (255 posts) with no problems on a low end server. Pro Tip: After installing, go to Tools > External image replace. It displays all your posts that have external images, then you can select which posts you want it to process. Or you can select all posts. I ran a test on one post, then ran it on 255 posts on a hostgator shared server. It was slow, but it worked! Thank you to the plugin developer!
9 de septiembre de 2018
とても便利なプラグインです。 手作業での引っ越しにくらべたら、どれだけの労力と時間が節約できるか。。。 トラブルは見られません、どうもありがとうございました。
Leer todas las 4 reseñas

Colaboradores y desarrolladores

«External image replace» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«External image replace» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.

Traduce «External image replace» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.10

  • 2018-06-15
  • An error in an environment already using smarty has been improved.

1.0.9

  • 2018-06-14
  • An error in an environment already using smarty has been improved.

1.0.8

  • 2018-06-14
  • An error in an environment already using smarty has been improved.

1.0.7

  • 2018-01-26
  • Fixed an error where translation was not applied correctly.

1.0.6

  • 2018-01-26
  • Fixed an error where translation was not applied correctly.

1.0.5

  • 2018-01-26
  • When a parameter is attached to the image URL, since the error which failed to download was found, the processing was changed so as to download it after removing the parameter.

1.0.4

  • 2018-01-25
  • Changed to read translations from GlotPress.

1.0.3

  • 2018-01-25
  • Changed to read translations from GlotPress.

1.0.2

  • 2018-01-24
  • We have organized the source code. There is no change in function.

1.0.1

  • 2018-01-22
  • Fixed an error that excluded domain settings would be hidden when the corresponding image could not be found.

1.0.0

  • 2018-01-22
  • First release