Descripción
Importa un blog Tumblr en un blog WordPress.
- Gestiona correctamente los formatos de entrada
- Importación de fondo: empiézala, luego vuelve más tarde para ver hasta dónde ha llegado
- Comprobación de duplicados, no creará entradas importadas duplicadas
- Importa entradas, borradores y páginas
- Carga de medios (para entradas de audio, vídeo e imagen)
Instalación
- Sube los archivos al directorio
/wp-content/plugins/tumblr-importer/
. - Activa el plugin a través del menú «Plugins» en WordPress.
- Ve a Herramientas->Importar y usa el nuevo importador.
Reseñas
Colaboradores y desarrolladores
«Tumblr Importer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Tumblr Importer» está traducido en 27 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Tumblr Importer» 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.1
- Testing the plugin up to WordPress 6.2
- Fix Tumblr bug with custom domains
1.0
- Add support for WordPress 6.1.
0.9
- Force WP_IMPORTING to true during the do_blog_import process.
0.8
- Fix callback handling for Tumblr OAuth. They no longer recognize the callback in the authorize URL, and instead expect a non-urlencoded callback parameter in the request-token call. This is not documented anywhere that I can find.
0.7
- Update to use new Tumblr API, many fixes and improvements.
0.6
- Significant improvements in the performance of the importer
- Improves import of images from Tumblr – better choice of images sizes for theme display
- Improved author selection logic on single author blogs
- Auto refreshing to show import progress and give clearer feedback
- Mejora la importación de vídeos desde Tumblr – activa el incrustado automático en el contenido.
- Block imports from Tumblr sites with mapped domains enabled because they don’t work well – you have to temporarily disable the mapping.
0.5
- Fix edge cases for tumblr photos where tumblr isn’t returning expected headers for filenames
0.4
- Map multi-image posts to Gallery post format
- Importar etiquetas
- Import Media to server (Images, Audio, Custom uploaded Video’s)
- Set the date on Media imports for easier management
0.3
- Handle multi-image posts
- Handle question/answer posts
- Handle video posts somewhat better
- Speedup (reduce importer delay from 3 minutes to 1 minute)
0.2
- The audio, video, and image formats no longer use the caption for the titles. Tumblr seems to facilitate putting all sorts of crazy stuff into the caption fields as part of their reblogging system. So instead, these types of posts will have no titles at all. Sorry, but Tumblr simply doesn’t have any sort of title fields here to work with, and no data that can be used to «create» a title for them.
- Minor debug error cleanup.
- Sideloading now done on drafts and pages as well.
0.1
- First version, not meant to be used except for testing.