Support » Plugin: Blogger Importer » Obsolete plugin

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    We are aware of this. A new version is being worked on.

    Thank you Otto. Any estimated time when ?

    Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    @mukekaton: You can download the current version still in development from here: https://downloads.wordpress.org/plugin/blogger-importer.zip

    If you want to run it *on a test site* and tell me about any problems, that would be helpful. I do not recommend using this on a live site at present.

    @otto. Thank you so much for updating. I already installed latest plugin that you give. But Blogger Importer does not appear at Import. Can you check? I attach screenshot here: http://i.imgur.com/zkGnZmm.png

    Thank you Otto.

    @mukekaton Its the first option that says Blogger

    @otto Thanks for the update. Its a great plugin!

    Im trying at this momment to import a big xml (65MB). The first attempt caused a PHP Fatal error due to php memory limited to 128MB. I chenged it to 2GB to test it but i think in this size its always a problem.

    The auth version was better in my opinion also for having the ability to run a second import after a few days with the remaining posts.

    Thanks again

    Plugin Author Workshopshed

    (@workshopshed)

    Hi Ghapsis,

    The auth version was better in my opinion also for having the ability to run a second import after a few days with the remaining posts.

    The importer flags all of the imported post with some meta data, this is used to check if the post has already been imported. So that would mean that you should be able to re-import without causing duplicates. This function has not changed between 0.8 and 0.9 so should still work.

    Thank you. But my blog file is more than 50mb. How to import?

    Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    The auth version was better in my opinion

    Unfortunately, with the change to OAuth 2.0 and the way Google implemented it, doing a version using the new OAuth code is not feasible for a plugin on self-hosted sites. The reasons are technical, but essentially the process for setting up an “App” on Google is complex and developer-centric. Asking users to do these steps is a bit much.

    The XML export and import process is more feasible at this time, and though it may be memory heavy, we can work to improve on that and reduce the requirements.

    I used Blogger Importer 0.9.

    But it imports image and store in wordpress host. Can you make it same version 0.6 ?

    The version 0.6, it only import post from blogger, link image still no change.

    Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    @satune No, the importer is designed to import the content, images included. Downloading images is intentional. It’s meant as a migration tool, and to migrate away from Blogger and onto WordPress, the images must be migrated too.

    Why don’t add button to choose import the content or not ?
    I have about 20.000 posts from blogger. Image was uploaded to image host, I just want to import same link image as blogger, not need store wordpress host.

    Plugin Author Workshopshed

    (@workshopshed)

    Hi Satune, the best practice recommendations for plugins is not to ask the user questions unless it’s absolutely essential. So it migrates the images rather than leaving them on blogger which would be bad as you could loose them when you shut down that blog.

    However there is a setting in the code that you can change to skip the import.

    In the file blogger-importer.php find the row:

    const IMPORT_IMG = true; // Should we import the images (boolean)

    and change the value to false;

    Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Why don’t add button to choose import the content or not ?

    For the reasons that Workshopshed explained above, but also because of a simple fact: This is a migration tool. The goal is to stop using Blogger and switch to using WordPress. Having all your images hosted somewhere else, somewhere that you aren’t using anymore, somewhere that might shut down, is not wise. Importing your images and getting them into the WordPress system for media management is part and parcel of “migration”.

    Plugin Contributor Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    @mukekaton If you could email me a copy of your export file, I would find it handy for testing. Making a very large Blogger blog file takes a lot of time. 🙂

    My email is otto at wordpress.org.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Obsolete plugin’ is closed to new replies.