Plugin: Import New Blogger To WordPress

Posted by Ady on Wed, January 31, 2007

▼ A d v e r t i s e m e n t

Update #3 (26 April 2007): This plugin has been broken by changes made to feeds on Blogger, and is pretty much unusable anymore. The download links are still there so if you want to try it anyway you can do so. Try to see the method described in TechCounter (the last one) for a good method. Theoretically this would work but I have not tried it. Good luck!.

Update #2: Only 500 posts can be imported via RSS (Blogger limited the RSS feed to only contain 500 max posts). Check out comment 181 and 191 below for suggestions.

Update: This plugin is now known as Blogger RSS Import instead of New Blogger Import.

Back in December, I created a stand alone script to import Blogger Beta to WordPress. I didn’t really expect that many will benefit from it until I received so many comments and bug reports. So here is the improved version, as a plugin. Many improvements were done especially at the database side where WordPress functions are utilized, and there’s no security issue anymore.

Installation

As with any other plugin, here are the steps needed to install this plugin:

  1. Upload the script to /wp-content/plugins folder.
  2. Activate it under Plugins
  3. Look for it under the Manage menu. You should see Blogger RSS Import

Options

  1. Blogger ID: the front part of your Blogger blog. For example, if it’s http://myblog.blogspot.com then you need to enter myblog in the text box.
  2. Default author: if your blog only have one author (i.e. you) and you have created a user before using this script, you can select the user here. All of your posts will be associated to this user.
  3. Match authors…: this is useful if you have not explicitly created your username, or for multi user blogs. With this checked, the plugin will associate the authors with their own post. Any author not found in the system will be created as a subscriber (you need to edit the user later). This option overrides option 2.
  4. Default category: this option generally is the same as option 2 where a single category will be linked to your post. I leave this here for historical purpose and you might never know user’s preferences.
  5. Match categories…: import labels from your Blogger posts. If you don’t have any labels for your posts, it is safe to leave this unchecked and all posts will be associated with the value selected in option 4.
  6. Number of posts per cycle: This is the number of posts that will be imported per cycle, if you choose to have staged import. I recommend this for most users.
  7. I want to import everything all at once: this is the default behavior of the script when it was first released, until some users are having trouble with big number of posts to be imported from their Blogger. This disables the staged import and overrides option 6.
  8. Haloscan friendly: this option will cause your posts to have comment fields (invisible) for this Haloscan importer to work.
  9. Do not import comments: speeds up your import if you have no comment or 100% of your comments come from Haloscan, for example.
  10. Maintain my permalink: Blogger has a different way of setting post permalinks, and luckily it’s included in the feeds. Even if this is imported, you will need to edit your permalik structure to /%year%/%monthnum%/%postname%.html to work. Stephen might want to share his tips on this as he uses it.

Requirements

  1. Either allow_url_fopen is set to On, or the CURL extension is installed on the server.
  2. Full feeds are enabled on your Blogger (see image below)
  3. An open mind ;-)

Blogger Feed Settings

Will not work if…

  1. Your site is not hosted on Blogger server (i.e. on your own domain). You’ll need to republish everything on Blogger.
  2. You use other feed than Blogger feed (i.e. FeedBurner)

Tested on…

  1. WordPress 2.0.5
  2. WordPress 2.0.7
  3. WordPress 2.1

Credits goes to…

  1. My wife for being here for me
  2. Charles Wesley for suggesting CURL
  3. Dawn for the staged import
  4. John Halton for asking for the Haloscan import
  5. Stephen Newton for asking for Permalinks
  6. Ricardo for providing a testblog, and testing lots of things
  7. Andrea Trasatti for trying to help with the author & category matching
  8. Sander van Dragt for WordPress MU compatibility
  9. John Bindel for reporting and noticing the spot for the comments dates bug

And many thanks for the donators. Although I can’t withdraw money from Paypal, at least I can pay certain services. I appreciate your support.

Download

I know you are getting bored reading to all of text up there, so here it is:

new-blogger-import-1.0-final.zip (md5sum: 30538edd35c9427363e37dc842e78e07)
new-blogger-import-1.0-bugfix-1.zip (md5sum: 62ec6348b314df8ddd0d8df057e01812)
blogger-rss-import-1.1.zip (md5sum: 5e5b938a288eeb6cc1eb0e4f83edbd7a)
blogger-rss-import-1.2.zip (md5sum: ce31c1b8abf779c6758f026c2fd3bbfe)
blogger-rss-import-1.2.1.zip (md5sum: a4f6912601f25bee3c5ba31d9cd89769)

This is for users having trouble with the zip file: blogger-rss-import.txt (save as .php and upload it)

For those who would like to see the code: blogger-rss-import.phps

Please report all bugs to ady at romantika dot name.

Problems Encountered By Users

  1. Error 502

Warning: fopen(http://xxxxxxx.blogspot.com/feeds/xxxxxxxxx/comments/default) [ function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 502 Bad Gateway in /home/xxxxxxxxxxx/public_html/wp-content/plugins/new-blogger-import.php on line 143

This problem is usually caused by connection between the host (server) and Blogger being not stable. There’s nothing I can do about it, but you can try again. Many users succeed when trying again.

Extra

During testing, for your convenience do consider WordPress Suicide. You can use it now, compared to before as reported by David in this post. Don’t delete all tables, use these settings:

WordPress Suicide

Update: Justin has announced an upgraded version to cater to WordPress 2.1. This is needed as a new table was introduced to WordPress 2.1

Images

Images are not imported to your WordPress blog, so if your images are hosted on Blogger, they will not be displayed to visitors because of the hotlink protection. Consider this plugin by Notion: Blogger Image Import.

Problems?

If you encounter any problems, you are welcome to email me or post a comment. Please take note however that I will need time to respond, and look at the problems. This code is in no way 100% free from bugs.

I recommend all questions include everything you know, up to the extent of the PHP version on the server, if you know. In any case please included these information as a minimum:

  • Blogger URL
  • Destination WP URL

It would be extra helpful to have a screenshot of the error message, or any particular area you are having problems with. Here’s a good software to capture screenshots called MwSnap.

In short, I need as much information as possible in order to give advice and help you troubleshoot the problem. I am no clairvoyant :-)

Post changelog

  • February 1, 2007 19:25 GMT+8
    • Changed /%year%/%month%/%name%.html to /%year%/%monthnum%/%postname%.html (Thanks Stephen)
  • February 23, 2007
    • Added problems section
    • Urgent Bugfix – permalinks with dash or underscore not captured. Any other characters used in blogger Id?
  • February 26, 2007
    • Upgraded to version 1.1 and changed name to Blogger RSS Import. I think the new name is more suitable, without the word “new” that confuses many people.
    • A very important update to this version is the ability to extract more than 25 comments, where this problem was faced by John Doe (refer to comments). A revamp was done to the code to extract comments.
    • Also added was the ability not to import comments, and skip cycles to minimize overlapping posts when re-importing.
  • March 4, 2007
    • Version 1.2 is released. Important bug fix – comments dates were incorrectly imported (only effects version 1.1). Thanks to John Bindel for reporting and noticing the problem in the code.
  • March 5, 2007
    • Version 1.2.1 is released due to some problems getting initial comments data (number of comments). I am sensing that Blogger is making changes. This plugin may be obsolete soon so if you want to use it, do it now.
  • March 8, 2007
    • I don’t know what I was thinking, with the phps version. Obviously it would not work as the web server will format the output to be pretty. I’ve provided a link to the text version.

Complete code changelog is available inside the plugin file itself.

If you find this plugin useful, feel free to
Related Posts with Thumbnails

Popularity: 15% [?]

Related Articles

Tags:

Facebook Comment

WARNING & REMINDER: Comments are moderated and there is no exception. Comments unrelated to the post, too short, using phoney emails or funny names, will be marked as spam. Foul languages are filtered as spam. Your email will never be displayed on this site. If you would like to receive replies, use a valid email address and check the subscription box below.
 
  • http://www.romantika.name/v2/2006/12/19/import-blogger-beta-to-wordpress/ Import Blogger Beta to WordPress » romantika.name

    [...] page is outdated. Please click here for the update. Comments are closed on this [...]

  • AS

    Not sure if my last comment went through, but disregard it anyway. The plugin worked fine. Thanks a million!

  • http://www.romantika.name ady

    @AS: I accidentally clicked on “Delete All” on spam page. No idea why it was marked as spam, and now it’s gone. I got a glance, and error 502 is gateway timeout – related on your connection to the Internet. Thanks for testing I’m glad it worked for you.

  • http://justinsomnia.org/ Justin Watt

    Thanks for the Haloscan import and WordPress Suicide props. I’ve got a new Blogger blog I’ve been meaning to import, so I’ll have to take a look at your script.

  • http://www.romantika.name ady

    @Justin: Thanks a lot for visiting. Yes it would be an honor to be having an experienced blogger & plugin developer comment on my plugin. :-) I did have some trouble looking for the right built-in function to use inside WordPress.

  • http://www.stephennewton.com Stephen Newton

    Many thanks for this. I might not have time to try it for a couple days, but I am excited and will be more than happy to share experiences.

    …now where’s that tip jar?

  • http://www.jonathanhickman.com/2007/01/31/new-blogger-to-wordpress/ jonathanhickman.com :: New blogger to WordPress

    [...] Enjoy! [...]

  • http://www.vicky.in/straightfrmtheheart/wordpress-plugin-feature-to-import-from-new-blogger-blogger-beta/ Straight Frm The Heart – Anything and Everything STRAIGHT away FRM THE HEART » Wordpress Plugin: Feature to import from new Blogger (Blogger beta)

    [...] i came across this wordpress plugin for importing from new blogger and its really cool Man. Not only it supports Import from blogger beta, also it supports importing [...]

  • ricardo

    Very nice work!

    Categories were imported, there is a problem but renaming the categories should solve it.

    if categories have “^” or “‘” the are split in to two categories with the same numbr of posts, the stange thing is that not all that have “” are split but like i sais a bit of editing should take care of it.

    see this scrennshot for more info
    http://img216.imageshack.us/img216/8692/romantikagh6.jpg

    Thanks

  • Ant

    Well done! Worked like a treat on a test server I set up, so I’ll do it again for real soon. Really appreciate the good work.

  • http://weblogtoolscollection.com/archives/2007/02/01/wordpress-theme-releases-for-201/ Weblog Tools Collection » Blog Archive » WordPress Theme Releases for 2/01

    [...] Import New Blogger imports posts and comments from the new Blogger to your WordPress blog. [...]

  • http://weblogtoolscollection.com/archives/2007/02/01/wordpress-plugin-releases-for-201/ Weblog Tools Collection » Blog Archive » WordPress Plugin Releases for 2/01

    [...] Import New Blogger imports posts and comments from the new Blogger to your WordPress blog. [...]

  • http://feastofcrumbs.com/blog/2006/12/how-to-import-posts-and-comments-from-blogger-beta-into-wordpress/ A Feast of Crumbs » How-to: Import posts and comments from Blogger Beta into WordPress

    [...] you get into all my manual tomfoolery. I haven't had a chance (or a need) to test it, but Import New Blogger looks fast and painless. [...]

  • sn

    could you tell me how to install the one mentioned in point number 1 under the subheading Requirements. thanx.

    //Either allow_url_fopen is set to On, or the CURL extension is installed on the server.

    how to do this.

  • http://www.7daysandmore.com Joachim Niemeier

    The plugin works excellent, well done. The only problem experienced was the described timeout error. But after 6 rounds everything works fine and the WordPress Suicide plugin was very helpful.

  • http://funk.co.uk/funkblog.hml Deek Deekster

    Thanks for letting me know about this, but…

    “Will not work if Your site is not hosted on Blogger server (i.e. on your own domain). Youll need to republish everything on Blogger.”

    None of my Blogger blogs are on blogspot. Are you seriously suggesting I republish a 600+ post blog on blogspot before importing into WordPress? Not that I don’t want to trust your plug in – good work! – but I certainly do NOT trust blogger to do this correctly….

  • http://www.stephennewton.com Stephen Newton

    Hi
    There is an important typo in your instructions. The permalink structure should be set to:
    /%year%/%monthnum%/%postname%.html

    Otherwise it looks like that feature works (though I’m testing further) which is great for those of us who like to link back to posts we’ve written previously and/or get search engine traffic.

    Thank-you.

  • http://www.romantika.name ady

    @ricardo: You mean accented characters, right? Hmm.. I’ll try to fix that ASAP. In the meantime for others, a workaround is that you can edit the categories in WordPress itself.

    @ant: Good luck.

    @sn: I believe “allow_url_fopen” and “CURL extension” are links. They are explained further on PHP site. However those can’t be modified or installed yourself unless you own the server. If your hosting provides the ability to have custom php.ini then you can make changes, set allow_url_fopen = On. Otherwise you can ask your hosting to change the setting or install the extension for you. ;-)

    @Joachim: Yeah, too bad I can do nothing about the timeout error. Do you use Bluehost? So far many Bluehost users have that problem.

    @Deek: The only reason for that dependency is that this plugin relies on the full feed from Blogger. I am unsure of how feeds work if you publish via FTP to your own domain. If the feeds are still the same (and you don’t redirect them to FeedBurner) it should work. I am not suggesting anything. By the way if you already use Blogger system to publish your blogs, this means you already trust them to do things correctly. The only difference is you host your contents on your server.

    By republishing the contents on blogger I don’t think it will effect your existing published contents in your own domain, will it? Somebody has to confirm on this.

    @Stephen: Yes sorry that was not accurate as I was conceptually speaking and didn’t really go and check the correct variables. I guess users can be confused with that, so I will change it in a minute. Thanks for sharing.

  • Ricardo

    yes its the accented characters but not all, weird.

    heres ascrenshot of what the script picks up

    http://img357.imageshack.us/img357/8127/bloggervh1.jpg

  • http://www.stephennewton.com Stephen Newton

    Two questions:

    Haloscan: should we run the Haloscan importer first (as those importing using the WP Old Blogger import have to)?

    Staged imports: I tried to import 933 posts at once to a test blog and managed about 600. So I started again with staged imports of 10 cycles. At first attempt only cycles 6 and 4 succeeded. Second time 7, 5, 4 and 3 succeeded. So its pretty random and the 100 posts in cycle 4 were duplicated. May I suggest a ‘skip cycle’ button? This would have enabled me to skip cycle 4 at the second attempt.

    (I might be able to change the max_execution_time on my server, but wouldnt know how.)

  • http://open-dialogue.com/blog/2007/02/01/news-flash-for-blogger-beta-users/ Writer’s Blog » Blog Archive » News Flash for Blogger Beta Users

    [...] didn’t want to lose all those entries and comments, you’re in luck. There is now a solution – an import script that transfers everything (and I mean everything) from Blogger Beta to WordPress.1 The script [...]

  • http://flyingseeds.timothypost.com/2007/02/01/thank-you-ady-romantika/ Thank you Ady Romantika at Flying Seeds blog

    [...] the link for the New Blogger Import 1.0 (the link for the download is some ways down the post). I think this type of developer represents [...]

  • http://www.romantika.name ady

    @ricardo: I will look into it once I have a chance. Thanks a lot for the screenshot! It was very helpful.

    @Stephen: Run this plugin first, and then Justin’s. My plugin merely take the data required for the Haloscan import and save it. You’re right that’s a useful feature. I shall add it in the next release. Thanks a lot!

  • http://tamebay.pobox.co.uk/2007/02/01/moving-from-blogger-to-wordpress/ TameBay » Blog Archive » Moving from Blogger to Wordpress

    [...] biggest thanks of the day go to Ady Romantika for the New Blogger import plugin, without which, I wouldn’t have sorted it til next [...]

  • http://copelandramblings.com Norm

    Hey Ady,

    Worked awesome!! thanks for all of your effort and work, GREATLY appreciated!

    ~ Norm

  • http://www.fixmood.com/import-new-blogger-10/2007/01/31/ Fixmood » Blog Archive » Import New Blogger 1.0

    [...] [Download] [Plugin Page] [...]

  • http://www.blogmundi.com/2007/02/02/importar-los-posts-del-nuevo-blogger-a-wordpress/ Importar los posts del nuevo Blogger a Wordpress » BlogMundi

    [...] Romantika han creado un plugin para WordPress que realiza la función de importación desde el nuevo blogger a WordPress (2.0.5, [...]

  • http://sigt.net/archivo/importar-entradas-de-blogger-beta-a-wordpress.xhtml SigT

    Importar entradas de Blogger Beta a WordPress…

    Ay, que bien nos habra venido a Shora y a m este plugin antes para migrar Tempus Fugit a MedTempus!.

    WordPress soporta la importacin de entradas en Blogger “a secas” a WordPress pero no desde “Blogger Beta”, es por ello…

  • http://www.soporte-wordpress.org/2007/02/02/plugin-importa-de-new-blogger-a-wordpress/ Plugin: Importa de New Blogger a Wordpress « Soporte-Wordpress

    [...] Luego ve a Manage (Administracin/Gestionar) y luego al submenu “New Blogger Import” y comenzars a configurar como vas a importar. Pones tu bloggerid y luegopones cual es elautor de tu blog que va a tener todos lost posts escritos en tu blogspot. Tambin puedes configurar otras opciones. Ms informacin en Romantika.name, creadores del plugin. [...]

  • http://www.stephennewton.com Stephen Newton

    Those of us who don’t use Blogger’s commenting system might benefit from a ‘skip Blogger comments’ option. This would speed things up and might prevent errors like the one described below.

    I had much better luck today. Logging in at 8am UK time, when the USA is mostly asleep I was able to import two blogs (one 128 posts, the other 933) in one go very smoothly. Thanks.

    With my third (and final blog of 954 posts) it went wrong. Here’s the error message:

    Post 954 read from XML: Most powerful blondes nothing for us non-blondes to worry about
    Permalink captured: most-powerful-blondes-nothing-for-us
    Warning: fopen(http://sndiaryofsorts.blogspot.com/feeds/116049062826995460/comments/default) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found in …/wp-content/plugins/new-blogger-import.php on line 143

    ERROR: [] Unable to extract comments from http://sndiaryofsorts.blogspot.com/feeds/116049062826995460/comments/default

    I wonder if it takes a little time for Blogger to create the comment feeds and if that caused the error.

  • http://www.stephennewton.com Stephen Newton

    I am stupid: You need to make sure that all comment feed options are set to full (as well as post feeds).

    As I don’t use the Blogger comments I didn’t think of it. Doh!

    Finally there. Now to get the templates right!

    So many thanks, once again.

  • http://protechwang.com/35/wordpress-plugin-releases-for-201/ WordPress Plugin Releases for 2/01

    [...] Import New Blogger imports posts and comments from the new Blogger to your WordPress blog. [...]

  • http://kaizenlog.blogspot.com infonote

    It worked great thanks a lot.

    After moving to a host, the import happened without any problem.

    There where a few posts that did not go in the right category, but a few.

    You can see the blog @

    http://www.kaizenlog.com

  • http://www.tesstermulo.com/?p=668 Prudence and Madness » New Blogger Import: Success!

    [...] Finally I’ve been able to import my posts from the new Blogger. The import feature of WP can only import from the old Blogger. So, I’ve been on my wits’ end as to how to import 300+ blog posts. And then, Shari came along with this link. [...]

  • http://www.geraldhibbs.com Gerald Hibbs

    You are awesome!!! Every other step has been like pulling teeth but this worked like a freakin’ charm. Thanks, thanks, thanks, thanks!!!1

  • http://www.madv.info/import-new-blogger-to-wordpress.html Import New Blogger to Wordpress

    [...] Heeeya! Import successful. Though initially it seemed to be a tough process Tuning got me the required stuff here. [...]

  • http://www.timothypost.com/2007/02/03/thank-you-ady-romantika/ Thank You Ady Romantika at postzavtra krasnodar

    [...] the link for the New Blogger Import 1.0 (the link for the download is some ways down the post). I think this type of developer represents [...]

  • http://indy.makhk.net/?p=25 Indy Inside » Blog Archive » ????? Blogger ??? Plugin

    [...] Blogger ??????, ???????. ??????plugin: Import New Blogger To WordPress ????? Blogger ????, ?????????? [...]

  • http://blogestudio.com/blog/2007/02/04/migracion-desde-la-nueva-version-de-blogger-a-wordpress/

    [...] nuevo plugin nos ayuda con la tarea de migrar todos los posts y comentarios desde la nueva versin de Blogger a [...]

  • http://antleredlife.com antlered girl

    this worked great!!! thanks so much!

  • http://info.hacktalk.org/info/312/wordpress-plugin-releases-for-201/ Hacks, Information, and More » WordPress Plugin Releases for 2/01

    [...] Import New Blogger imports posts and comments from the new Blogger to your WordPress blog. [...]

  • http://www.romantika.name ady

    @stephen: I think I will make sure that when one selects to have Haloscan import, the normal comment feeds will not be retrieved. I didn’t do this as I didn’t know – if you have Haloscan, do you have normal (Blogger) comments as well?

    @ricardo: For the categories mystery, I don’t think it’s caused by the accented characters alone. I saw in one of the user’s blog, the word “Management” became 2 categories: “M” and “anagement”. I still feel bad eventhough this can be fixed by deleting one and renaming another.

    Everyone else – well done, thanks for trying.

  • http://www.stephennewton.com Stephen Newton

    Hi Ady
    Most people using Haloscan do so because they started blogging before Blogger introduced its own commenting system.

    I think it would be unusual (and confusing) to use two commenting systems on the same blog (but then someone’s bound to have found an application for that).

    And then there are some bloggers who don’t allow comments at all.

    I’d probably make retrieving Blogger comments a standalone option as that would cover every eventuality.

    (BTW: I was able to complete the import of Haloscan comments to my own blog without a hitch; still customising my new WP template though!)

    Best & thanks again

    Stephen

  • http://www.toddstauffer.com/?p=57 iTodd Central » Blog Archive » Moved to Wordpress

    [...] had upgraded) to WordPress. Searching again today, though, the solution popped up in Google: a new import plug-in. I had to republish the site to BlogSpot (I had been publishing it on my own server) and reset some [...]

  • http://www.aguilder.org.uk/blog/?p=298 the andy g journal » Blog Archive » The transfer is complete!

    [...] have now transfered all the old posts across from my blogger blog- thanks to http://www.romantika.name/v2/2007/01/31/import-new-blogger-to-wordpress/for that Just sorting out the new template now and then I should be able to launch the site in [...]

  • http://ikkkare.free.fr/?p=298 Bienvenue sur le blog d’Ikare, dans sa version 3 | Le blog d’Ikare

    [...] norme merci ma Maman et au monsieur qui a dvelopp le plug-in de migration de la nouvelle version de Blogger (anciennement Bta) [...]

  • http://inkjetcartridges.hazaa.tv/ mari

    Thanks for some really slick plugins!

    Cheers,

    M

  • http://betterlivingthroughidiocy.com/blog/?p=21 Better living through idiocy » Blog Archive » Okay, so I got bored…

    [...] So I’ve used my time wisely importing my blogger poasts (surprisingly easy when you have a plug in) and slightly rejigging the [...]

  • http://www.taintedsong.com/2007/02/08/moving-posts-from-new-blogger-to-wordpress/ » Moving Posts from New Blogger to Wordpress * taintedsong v5

    [...] moving your weblog from (new) blogger/blogspot to WordPress, then I recommend the awesome, awesome plugin created by [...]

  • http://tokiodebeseresto.blogdns.com/wordpress/index.php/2007/02/08/por-fin-en-casa/ Tokio debe ser esto » Blog Archive » Por fin en casa

    [...] todo, como es el caso del que suscribe. Ayer, volviendo a interesarme por el tema, di con un plug-in maravilloso que me trajo a mis nios de vuelta a casa. Ese, en combinacin con este otro plug-in, para bajar [...]

  • http://equalium.net/2007/02/09/ya-casi-estoy-de-vuelta/ equalium.net » Ya casi estoy de vuelta

    [...] es que soy un impaciente. Por suerte puede importar los posts desde el nuevo blogger gracias a este plugin aunque an no me entero de como va aqu la codificacion HTML de caracteres ISO 8859-1 y segn la [...]

  • http://www.gilest.org/2007/02/09/so-far-so-good/ So far, so good at Giles Turnbull

    [...] managed to keep all the old Blogger-produced pages, but I also made use of Ady Romantika’s New Blogger to WordPress to import all the old stuff to here. At some point in the future, I shall read up on how to do [...]

  • http://www.stephennewton.com/wp/2007/02/farewell-blogger-do-not-adjust-your-bookmarks.html Farewell Blogger: do not adjust your bookmarks

    [...] thanks to Ady Romantika for providing the escape route. Thanks to Ady you will not need to adjust your bookmarks; even [...]

  • http://www.benh.org/techblog/2007/02/migrating-new-blogger-to-wordpress-2/ Techie’s Corner » Migrating New Blogger to WordPress 2

    [...] Download the latest plugin from here. [...]

  • http://computingfreak.com/2007/02/01/hello-blog/ Hello Blog! – Computing Freak Blog

    [...] General Talk Today, my blog was born. I have imported the old posts from Blogger blog using Import New Blogger To WordPress plug-in for wordpress. Next, I should write About myself and the direction of this [...]

  • http://www.socalbubble.blogspot.com John Doe

    Hi,
    I love the import plugin. I was able to import all of my posts right away into WordPress… however I have a problem with the number of comments it is bringing over. Namely, that it limits every single post to 25 comments. If I have 50, it brings 25. If I have 32, it brings 25.

    I have since used the suicide several times, but I thought I remembered that the first time I used it, it had more than 25, but maybe it’s my imagination playing tricks on me. I have checked all of my Blogger settings for feed (all set to all as described), and I have checked the “archiving page” that has create post pages to yes as well. I have also retried this about 10 times… all with the same result.

    I would be very much indebted to you if you might see if you are having the same problems.

    My old blog: http://www.socalbubble.blogspot.com
    My new (test) blog: http://www.socalbubble.com/wptestblog/

    Also, any one know how to perform forwarding for my blogger pages to maintain my history links?

    Thanks all,
    John Doe

  • http://www.romantika.name ady

    @Stephen: Well done! I am sorry I didn’t have the time to provide skipping though.

    @mari: :-) Thanks for using the plugin.

    @John Doe: Urgh.. I guess I didn’t think about the number of comments in a particular post!!! Maybe there’s a limit to it as well. This is the first time a user reported this, so you must have a very popular blog. I will try… I will try… (x 1000) to find time to look at it.

  • http://www.socalbubble.blogspot.com John Doe

    Ady,
    You’re the best!

    Yes, many of my “bubble blogger” cohort have quite a few comments… it sparks debate to say the least. I have seen threads with more than 1000 comments, and not a single one spam!

    I would really like to see this work, so good luck. It’s greek to me.

    John Doe

  • http://jacek.meratalk.com/?p=48 jacek.meratalk.com » Blog Archive » Migration Patterns of the Western Spotted Tree Blog

    [...] And thanks to the wonders of WordPress, I’ve even managed to import all the posts from my old blog, complete with comments! (Hurray for Ady Romantika’s plugin!) [...]

  • http://justinsomnia.org/2007/02/neatlinks-wordpressification/ Neatlinks wordpressification – Justinsomnia

    [...] used Ady Romantika’s excellent Import New Blogger To WordPress Plugin to import my 3322 neatlinks! This took about an [...]

  • http://deepedition.com/2007/02/14/efterlangtat-for-vissa/ deep|edition » Efterl?ngtat f?r vissa

    [...] En efterl?ngtad plugin f?r WordPress: Import New Blogger To WordPress [...]

  • http://averageidea.com jeff

    Works like an absolute DREAM!

    Thanks so much for writing this.

  • http://365parents.com/?p=1 365 First Time Parenting Tips » Blog Archive » Hello world!

    [...] thanks to Romantika forthe plug-in that got everything from new blogger into wordpress. You’re a [...]

  • http://justinsomnia.org/ Justin Watt

    Ady, judging from the comments you’ve definitely written a popular tool—and you’ve beat the WP developers to the ball to boot!

    I used it a few nights ago to import a Blogger link blog with 3322 posts! I decided to import it to a local database where I could increase the memory and execution time settings in php.ini (there was no way I was going to click next and wait 80 seconds 32 times, ha).

    Overall I think it took about an hour to run. I’m wondering what the essential bottleneck is (I didn’t have a chance to look into your code much—but it seems to use the same mechanism as the Haloscan importer). Perhaps it’s just the time for Blogger to produce a feed with 3000 entries?

    Anyway, once I ran my Haloscan import script (which I really should package as a plugin, it’s based on the old WP 1.5-style importers) it worked like a charm with your ‘Haloscan import’ option. What a treat!

  • http://www.romantika.name ady

    @jeff: well done. I am glad it worked for you.

    @Justin: Great! Well, the developers made use of the Google API, which IMHO is the better (and proper) way to do it.

    The main bottleneck is the need to do multiple GET requests for the feed. From my analysis months ago, the feeds only allow a max of 100 posts to be retrieved. This means that we have to get the feeds over and over again. I think the same problem is there with comments, as John Doe (above) had only 25 comments imported per post. I didn’t think of that earlier.

    Well, your explanation on the Haloscan importer script was clear, so I just included the post ID :-)

  • http://www.dalemarsden.ca Dale

    Thanks ady — worked like a charm.

  • http://www.dalemarsden.ca/?p=95 dalemarsden.ca » Blog Archive » New blog: the update!

    [...] (this software) doesn’t work with the “new” Blogger, but I managed to find this lovely little import tool, by ady. Took me 10 minutes, including download time, to get all my old [...]

  • http://www.confessingevangelical.com/?p=908 Confessing Evangelical » Blog Archive » Credit where credit’s due

    [...] should add that the migration to the new site would not have been possible without Ady’s New Blogger Import script. Thanks, Ady, for preparing this plug-in – and for patiently bearing with the clamouring hordes who [...]

  • http://www.confessingevangelical.com/?p=909 Confessing Evangelical

    Credit where credit’s due…

    I should add that the migration to the new site would not have been possible without Ady’s New Blogger Import script. Thanks, Ady, for preparing this plug-in – and for patiently bearing with the clamouring hordes who kept pestering you with featu…

  • http://www.confessingevangelical.com John H

    Hi Ady,

    The import worked like a charm. Thanks for all your work on this.

    John

  • http://hamelife.com/10-steps-to-making-the-big-switch-from-new-blogger-to-wordpress/ » 10 Steps To Making The Big Switch From New Blogger To WordPress

    [...] to Ady Romantika and download New Blogger To WordPress Plugin. Unzip it and upload it to wpblog/wp-content/plugins. [...]

  • http://www.webbleyou.com/2006-09-14-how-to-move-from-blogger-beta-to-wordpress WebbleYou WordPress Hosting : Blog Archive : How to Move from Blogger Beta to WordPress

    [...] UPDATE: There is now a plugin that imports from New Blogger to WordPress. [...]

  • http://www.webbleyou.com/2007-02-18-new-blogger-to-wordpress-import-plugin WebbleYou WordPress Hosting : Blog Archive : New Blogger to WordPress Import Plugin

    [...] long last, there is a working plugin to import your blog’s content from New Blogger (formerly known as Blogger Beta) to Word…. Many thanks to Ady for creating [...]

  • http://riteturnonly.com Len

    You sir are a scholar and a gentleman. Imported over 1000 posts without a problem! Thanks again.

  • http://4896kj.com/journeying/2007/02/19/blog-at-wordpress/ Journeying » Blog at Wordpress

    [...] for me while Im busy with my lab works and other matters. She introduced to me this plugin; Import New Blogger To WordPress which allow me to import all my posts in New Bloggers feeds to my new sites. This plugin is [...]

  • http://4896kj.com/4896/2007/02/19/from-blogger-to-wordpress/ 4896 » From Blogger to Wordpress

    [...] for me while Im busy with my lab works and other matters. She introduced to me this plugin; Import New Blogger To WordPress which allow me to import all my posts in New Bloggers feeds to my new sites. This plugin is [...]

  • http://geekcore.net Holly M.

    This is great! Thanks a ton!

  • http://www.coderwelsh.de/blog/?p=49 synchron./teilweise B/W » Blog Archive » Bye bye blogger.com

    [...] Dieses WordPress-Plugin zum Import von blogger.com-Accounts die Google-Zugnge beutzen hat mir gerade relativ problemlos 1452 Postings importiert. Was futsch ist sind die Backlinks und [...]

  • RD

    The import went very smoothly but the whole permalink structure is missing: dates, categories, everything. The blog homepage is fine but clicking on other links yields nothing and I see the files are not on my site.

    Do I have to select a nondefault permalink format using Word Press before I import my Blogger files?

  • http://twinkies.bastetweb.com Stacie

    This seriously rocked! Thank you!

  • http://www.socalbubble.com John Doe

    RD,
    That’s correct. You need to enter the following as a the permalink structure:
    /%year%/%monthnum%/%postname%.html
    Of course, now that you’ve already imported everything not using that permalink structure, you’ll need to now use the suicide to clear out your blog (or do it manually) :(

    Good Luck,
    JD

  • RD

    Thanks. Before posing this query, I deleted all the content manually, used the Word Press permalink options menu to choose what I think is the equivalent of your suggestion, and then reimported my Blogger blog content(which is very small, BTW.) Still no dice with the categories, or in fact, with any other files other than the homepage.

    I also cannot add categories to NEW postings, nor do any archives get created, though the home page looks fine.

    A note on my Blogger permalinks. The permalinks are structured by blog entry title, not prefaced by year and month. Is this what is screwing things up?

    And would it also affect the ability to add new posts properly to the file structure?

  • RD

    I wish I knew how to edit my comments so that I wouldn’t have to clutter up this page.

    Correction: My Blogger posts are in year-month-title format.

    Via domainname.org/bloglocation/wp-admin/options-permalink.php, there is an option to customize permalinks. I chose option 2–date & name based. This should work, right?

    Should I use Suicide and just try again from scratch? Previously, I manually deleted all the posts.

  • http://bloga.biharenea.eu Bihar

    Fantastic. Me ha pasado todos mis post de blogger (biharenea.blogspot.com alojados en blog.biharenea.eu (dominio propio)) sin ningun tipo de problema y a la primera. Gracias. Antes de esto me estaba volviendo loco para poder hacer el cambio.

  • http://www.romantika.name ady

    @RD: No actually it does not matter whether you import before or after you change anything in your blog options (options – > permalink). What the maintain permalink option do is make sure that %postname% contains the same one as in blogger. That’s all, since blogger uses a different algorithm than WP does to determine this name.

    For example, if I were to host this page in blogger it might become http://www.romantika.name/v2/2007/01/31/import-blogger-wordpress/ or http://www.romantika.name/2007/01/import-blogger-wordpress.html
    and if I import to WordPress without the maintain permalink option it becomes the current URL you see on top. That’s the only purpose of the import option.

    This is particularly useful only for people who publish via FTP and have their own domain. For example if your blogger is http://somename.blogspot.com/2007/01/mypost-here.html and you import to a WordPress installed on a domain it’ll become http://www.somename.com/2007/01/mypost-here.html it’ll become less useful as your permalink is not maintained (unless you redirect from blogger). Please note you still have to manually maintain this in the (option – > permalink) as /%year%/%monthnum%/%postname%.html for it to work. Initial install does not have the permalink structure set up, and is in the form http://www.somename.com/?p=1 (for first post as an example).

    You can edit WordPress permalink option (option – > permalink) before or after. It does not matter. The plugin does not change this setting in WordPress. It just maintains %postname% to be the same as in blogger.

    One pitfall I see sometimes is that users don’t have write permission to the / directory, so WordPress can’t write into .htaccess to activate the permalink structure. Do make sure that .htaccess have been created/updated for the new permalinks to work.

    I hope my explanation is good to understand. :-)

  • RD

    I’m still confused on what I am supposed to do. I already changed the permalink option in my Word Press installation by checking the second option, i.e. year-month-posttitle. Adn when I imported my content from Blogger, I checked the maintain permalink option. But still I get no working permalinks on my Earthlink site, though indeed the permalink names were conserved.

    Now do I have to manually add something to the .htaccess file? If so, what exactly? Please spell it out because I do not understand what you are saying. And is there anything more I have to do to activate/maintain permalinks, or is this all?

  • RD

    I goofed by getting the permalink format wrong. I neglected to notice that a custom format is required as indicated by others here. Menu option 2 adds the DATE between the month and the posttitle. So I made the customized correction to the permalink options, suicided the blog to be on the safe side, and re-imported it. BUT STILL NO FUNCTIOING PERMALINKS.

  • Martin

    I don’t think this guy understands the concept of permalinks. Dude, empty your blog, and then don’t tamper with the permalink options in WordPress. Import. See what happens. Anything comes out on your blog?

  • http://www.romantika.name ady

    True. You can worry about the permalinks later, after you are sure the posts have been imported correctly. Just check the “maintain permalinks” option while importing.

    I think RD feels that I am at fault here with his permalink problem so I am going to repeat again: this plugin only saves the %postname% part from blogger, and it is up to users to configure it in WordPress :-(

  • RD

    This will be my last comment. Actually, I do understand the procedure, and followed it properly. The result was an impecabble main blog page, on which noe of the links work. But I se the rest is my problem, to be addressed via help on the WordPress site, esp. since Earthlink itself is unhelpful. If you’ll permit one last question, since you brought this up earlier:

    One pitfall I see sometimes is that users dont have write permission to the / directory, so WordPress cant write into .htaccess to activate the permalink structure. Do make sure that .htaccess have been created/updated for the new permalinks to work.”

    I know I there is a .htaccess file, but I have no idea whether it has been properly “updated”, whatever that means, for the new permalinks to work. If you are so inclined, could you tell me what I have to do to check this out?

    In sum, the fault is elsewhere; your import plugin seems to work smoothly and perfectly. I misunderstood, thinking that the plugin itself creates the permalink structure on the WordPress blog, but obviously it does not, and that’s not your responsibility.

  • http://www.romantika.name ady

    @RD: OK, in WordPress permalinks option, at the bottom of the page (before the logo), do you see this:

    htaccess permalink

    If not, and you have configured your permalinks, then most likely it has already been saved. Another way is to download .htaccess to your machine and examine it. (The box will only be displayed if WordPress failed to write to .htaccess – like mine, I set it that way).

    BTW what’s Earthlink?

  • RD

    I compared the file you gave to my htaccess file. The only differences are:

    (1) The code you give is nested in between these two lines of code:

    # BEGIN WordPress

    # END WordPress

    (2) The only other difference is that this piece of necessary code is included . . . preceding the BEGIN statement:

    AddHandler php5-script .php

    Earthlink is an ISP which also provides web hosting. They are well known but I don’t see their ads on TV anymore. I don’t think they’re doing a great job at catching up to the state of the art. And they have not been informative so far. It’s possible that Earthlink is screwing me up and not Word Press. But I haven’t figured out the Permalinks problem yet. Thanks for your efforts.

  • http://www.romantika.name ady

    Yes, .htaccess has different effects on different hosting companies. Post your old & new URL here, or if you want you can email me so that I can have a look at suggest on the next steps, if any.

  • http://blog.pro-creator.co.uk/2007/02/22/over-2-years-off-blogging/ unklerupert has moved next door » Blog Archive » Over 2 years off blogging!

    [...] ps – if any chance you is wanting to import from new style blogger to WP 2.1 the plugin is available here [...]

  • http://blog.pro-creator.co.uk Neill

    Fantastic! Thank you, I was holding off switching to WP until I could find a suitable import for new style blogger blogs. Installed this plugin and was all done in about 5 minutes :O)

    Top Drawer!!!

  • http://www.markwilson.co.uk/blog/ Mark Wilson

    Thanks for this fantastic script; however I have a problem with my permalinks – I wonder if you can offer any advice. I have WordPress (2.1) set up to use /%year%/%monthnum%/%postname%.htm but the Permalink URL that is generated by the import is in the form http://www.domainname.co.uk/blog/year/month/httpbloggeridblogspotcomyearmonthpostnamehtm.htm. Please can someone offer some advice as the new Blogger is driving me insane and I’m desperate to move to WordPress but need to maintain my URL structure (for Google’s sake!)

  • http://www.romantika.name ady

    @Neill: Great!

    @Mark: That’s weird. If you still haven’t figured it out, do consider sending me the link to your new WP blog so that I can have a general look and give suggestions if I can. In the import page, the plugin displays the captured %postname% from blogger. Do you see http[bloggerid]blogspotcom[year][month][postname]htm (if you do, we have a problem – please ignore the square brackets, just put there for clarity) ? Also I will need the bloggerId so that I can run tests to see what happened. As usual if you’re not comfortable in posting it here, email me directly.

    *A screenshot would be really helpful, if possible.

  • http://www.markwilson.co.uk/blog/ Mark Wilson

    @Ady,
    Thanks for getting back to me so quickly. My original blog is at http://www.markwilson.co.uk/blog/ but that’s published via FTP so, to meet the script’s requirements I moved the blog to http://mark-wilson.blogspot.com/ and am trying to migrate it to a new WordPress installation at http://www.youknowone.co.uk/blog/

    Once this is working, I can redirect my original domain name to the new site and all the old links will still work, but running on WordPress!

  • http://www.romantika.name ady

    @Mark: I found the problem. Your Blogger Id contained a dash character which is not recognized by the plugin when looking for the %postname%. No need to change anything on your side – since this is quite an urgent bug and a very petit bug, I’ve updated the plugin to Bugfix 1 and it now recognizes the dash and underscore characters. Please try it out. Thanks for reporting this and for the complete info given! :-)

    And… I am sorry it messed up your import. Looks like you have to re-import.

  • http://www.markwilson.co.uk/blog/ Mark Wilson

    @Ady – thanks for writing that fix (and for doing it so quickly). It worked a treat – 711 posts migrated to the test site with just a few clicks. Tomorrow I’ll start the migration for real and soon I’ll be free of Blogger :-)

  • http://raudhausar.com Esther

    Thanks a lot! You’ve made my (blog-) life easy. It worked 100%. :)

  • http://literateperversions.com Chris H

    Wow. This is really great, and I congratulate you on your contribution to the WP community. I have one question, though, and it’s kind of a unique one.
    I’m trying to help a friend import her blogspot blog over to WordPress. It’s a metablog; she excerpts articles and posts from around the Web and redirects people to the entire post.

    Now. Although in the feed, the title is the permalink (as normal), on the blog itself, the title of each post leads to the original article from which the excerpt was taken. The plugin doesn’t bring those links (to the referenced article) in. Am I screwed, or is there some way that you can suggest I could work around this? Frankly, I’m not even clear on how she did it in the first place.

  • http://www.stereoette.blogspot.com joi

    Guys, maybe I’m just doing something stupid, but I can’t unzip the plugin! what on earth am i doing wrong…? im on a mac running osX and using stuffit expander and getting an error (it says something about 37).

  • James

    Hi there. I am using this plug-in and have encountered a problem. After the import I am left missing a few months of posts.

    Blogger: http://woodchipsandmusings2.blogspot.com/

    My Site: http://bunchafreaks.com/

    The import is not picking up anything after September 2006.

    Any thoughts?

    Thanks!

  • http://dailytraversal.com/?p=2025 Daily Traversal

    [...] Imported everything from my blogspot blog (1062 posts!) using the New Blogger Import Tool. However, there was a problem: with blogger, the title can be an outgoing link, but for WP (this [...]

  • Katie

    I’m having the same problem as the person above. Please advise on what to do since I just went through all the steps of downloading WordPress and installing, I’d really like to be able to import my blogger posts asap. Thank you.

  • http://www.romantika.name ady

    @Chris: I completely understand what she needs, but I am really not sure if that is possible with WordPress. If I stumble upon any news I’ll update here.

    @Joi: Katie (below) has found the workaround – renaming the zip file to a shorter name before unzipping it. Weird, huh? 32-bit OS should support long filenames ;-)

    @James: Someone else emailed me the same problem except that the problem is some posts prior to a date (older posts). In your case it’s the newer ones. I found some amazingly disturbing inconsistencies between the feeds blogger produce and the posts in blogs having this problem. I suggested to republish the blog, and turning full feeds off and then on again. That’s not a guarantee but worth a try. Let me know if it worked.

    @Katie: Thanks for the information you sent via email. Appreciate it.

  • http://www.romantika.name ady

    Dear comment subscribers, a new version has been posted and the plugin is now known as Blogger RSS Import. This fix is important for future releases of WordPress, and for importing more than 25 comments (as experienced by John Doe).

    Enjoy!

  • http://www.benstopher.com Ben

    This was a great help, thank you.
    (All good on WP 2.0)

  • http://singpolyma-tech.blogspot.com/ Stephen Paul Weber

    It would be really nice if this plugin both read the labels off my posts (as it claims to do), but also read the rel=tag data out of the body of my old posts, so that all categories get imported.

    Also, will I have to change the autodiscovery links on my Blogger blog temporarily back to the standard ones (I’m using FeedBurner, but the other feed URLs are still very much there, just not linked to) for it to work?

    Thanks so much for making this.

  • http://www.wordpresscn.com/1424 BloggingPro China » WordPress Plugin: Import New Blogger

    [...] ??Import New Blogger To WordPress?????????Blogger????Haloscan??Blogger??????????? ?????????Blogger??Feed?????"Full"?Manage => Blogger RSS Import?????????? Tags: blogger, comment, haloscan, import, rss [...]

  • http://www.moesu.ch/wp/?p=19 Moesu.ch » Blog Archive » Blogger-Site in Wordpress importieren

    [...] Wie bestimmt schon viele bemerkt haben, funktioniert der Blogger-Import von WordPress nur, wenn noch nicht die Beta-Blogger-Version verwendet wird (Anmeldung mit Google-Account). Ich habe allerdings ein Plugin gefunden, welches denn Import trotzdem ermglicht: Blogger-RSS-Import [...]

  • http://www.davidjmiller.org David

    This is awesome. I didn’t do anything really fancy with Blogger Beta so it was a very smooth transaction. 126 posts with comments. It imported the one category that I had not already created when I first moved to wordpress (I moved and waited for a way to move the old posts.)

    What a nice surprise a the end that I could add the data for those commenters that I knew (email and websites as approptiate.

    Thank you!

  • http://davidjmiller.org/all-here/ Recovering Technophile » Blog Archive » All Here

    [...] my move from blogger is complete thanks to a WordPress plugin: Import New Blogger To WordPress. It was exceptionally smooth and I have all posts, comments, and categories from blogger. I had [...]

  • James

    Well, I do not know what is wrong with me. Mine keeps timing out after about 40 out of 140 posts.

  • http://mythoughtsideasandramblings.com/2007/03/01/thank-you-and-a-plugin-too/ My Thoughts, Ideas, and Ramblings » Blog Archive » Thank you and a plugin too

    [...] that I would not be able to import my entries over. Due to another PPP postie friend, I came across this plugin. It is the best thing since sliced bread. It takes both your entries and the comments and imports [...]

  • http://import-parts.net/plugin-import-new-blogger-to-wordpress/ Import Parts » Plugin: Import New Blogger To WordPress

    [...] post by ady and software by [...]

  • Alex

    Hi. First of all, thank you for writing this great plugin. It has already made my life much easier. Second, I’m trying to figure out how to do the following. My blog has a lot of internal links (references from one post to another). When I import to wordpress, all of those links in the text still point to the old blogger blog. Is there any simple way to get all the links in the text of my post to point to the archives of my new blog, not my old one? Thanks.

  • John Bindel

    In the version released on February 26th, the following change must be made in the code.

    On line 355, the ‘$x’ should be changed to ‘$y’, making the line of code:
    $datetime = strtotime($commentsArray[$y]['pubDate']);

    This will make the comment dates import correctly.

    -John

  • RD

    As I’ve indicated before, your utility works like a charm, but Earthlink is a pain in the ass and I could not get my permalinks to work, nor have I been able to get meaningful assistance from Earthlink or WordPress.

    I have another question. While there are tons of themes available for layout and design of blogs, it would be nice if the theme used for one’s original Blogger blog could be imported and then modified just as it is possible to import the blog content.

  • http://www.romantika.name ady

    @Ben: If you used version 1.1 check your comments as they all might have the wrong dates. This is fixed in version 1.2

    @Stephen: I’ll try to look on your posts and make changes if possible. As for the feeds question, it should be fine if the original feeds are still available.

    @David: well done. Please Check your comments as they might have the wrong dates!

    @James: Try lowering the number of posts per cycle. It even timed out with 5 posts?

    @Alex: That sounds interesting. However I think that can be made into a separate plugin. Let me do some research and if I have the time I’ll create it.

    @RD: That would be nice. I saw some WP sites uses themes that looks like Blogger themes. Try searching for it.A plugin to import the themes is possible, I think. But that’s really not an easy thing to do.

    @John Bindel: Thanks for this. I didn’t notice the date was wrong!! I’ve updated to version 1.2

    All: For those who downloaded and used version 1.1 I suggest you download 1.2 and re-import. The comment dates were all messed up. I apologize for this inconvenience.

  • bj

    Try as hard as I might, it is not importing the comments. The open mind isn’t even helping. ;)
    Any idea what I’m doing wrong? Please help asap. mucho thanks.

  • http://www.romantika.name ady

    @bj: Please provide more info. See problems section above.

  • http://www.ruidodigital.com/2007/03/05/mudar-un-blog-de-blogger-a-wordpress-y-no-morir-en-el-intento/ RuidoDigital » Mudar un blog de Blogger a Wordpress y no morir en el intento

    [...] ingresar, entonces ya no sirve. Asi que estuve buscando diferentes soluciones, y me encontr con un excelente plugin que realiza el trabajo. Las instrucciones son simples, tan solo teniendo que seguir los siguientes pasos [...]

  • http://www.blogdelgerente.com Gerente

    Warning: fopen(http://ungerente.blogspot.com/feeds/112722725067324839/comments/full?alt=rss&max-results=1&start-index=200000) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 500 Internal Server Error in /home/gerente/public_html/wp-content/plugins/blogger-rss-import.php on line 471

    ERROR: [] Unable to comment information from http://ungerente.blogspot.com/feeds/posts/full?alt=rss&max-results=1&start-index=200000

    lines above are result for my process import to wordpress from new blogger, thanks for your help

  • http://www.davidjmiller.org David

    I tried to re-import my blogger posts and found that the plugin got hung up when it reached a post that had no comments. I didn’t have too many comments so I manually changed them on my blog, but I thought you might want to know.

  • http://www.superchefblog.com/ Juliette Rossant

    Ady: I’m considering a switch from Blogger.com to WordPress, but I cannot figure out whether your Blogger RSS Plug-In works (fully) with WordPress or Blogger.com. I have not even begun to explore WordPress until I figure out how to import articles (postings) from Blogger.com for my site Superchefblog.com — and I’m worried that your Plug-In expects standard new Blogger.com usage, specifically usage Blogspot.com which includes Layouts. The very reason I am ready to move to WordPress is because Blogger.com has wimped out of supporting FTP sites like mine… I would be grateful for your reply – Juliette

  • http://www.romantika.name ady

    @David: Maybe the connection timed out? Did the server it give you any error message?

    @Juliette: Depends on what you mean by fully. Please see the list of features above for what this plugin is able to do. The main purpose of this plugin is to import posts and comments from Blogger.com to WordPress, but some users did request for extra features and if it is possible I’ll try to make it happen! :-)

  • http://www.romantika.name ady

    @Gerente: Your comment went into SPAM. However I’ve provided a fix (version 1.2.1). I think David is having the same issue. This is due to a no longer working parameter when retrieving from Blogger. I sense that they are changing things.

  • http://www.markwilson.co.uk/blog/2007/03/bye-bye-blogger-hello-wordpress.htm Mark’s (we)Blog » Bye bye Blogger – Hello WordPress!

    [...] Customise WordPress – pick a template (Andreas Viklund’s WP-Andreas01), install and activate plug-ins (WP Suicide, New Blogger Import). [...]

  • http://www.blogdelgerente.com Gerente

    Ady, my migratiion to wordpress from blogger has finished very good, problally yesterday the conection was damaged.
    thanks a lot.

  • http://niceinternetmarketingresources.com/?p=31 Nice Internet Marketing Blogsite » Blog Archive » Migrating Blogger to WordPress

    [...] The script to do the migration can be found in romantika.name site [...]

  • http://ju-lian.info/blog/ ju

    I use WordPress 2.1.2 and can’t import all posts from blogspot. I get some mysql error messages :(
    :(

  • http://www.romantika.name ady

    @ju: after receiving your comment I immediately downloaded 2.1.2 on my development server and tried it out. It worked fine here. Can you provide a screenshot or give me the error message?

  • http://ju-lian.info ju

    I’m doint it again at my localhost and it seems that it works fine.

    Why it shows me that I have 500 posts when I have 1035?

    And what can I do when current step failed? Refresh?

  • http://ju-lian.info ju

    I think it will be good if I can choose start post number in case something goes wrong

  • http://clwill.com Chris Williams

    I’m having the same problem. Looks like blogger may be getting wise to this. Looks like they are limiting this to 500?? I’m getting only the most recent 500 posts, the blog has 5159 posts on it…

  • http://www.romantika.name ady

    @ju, @Chris: True. Another user emailed me last week with the same problem. Only 500 posts can be seen in the feeds, and the feeds sometimes are jumbled up and not arranged according to date! I have yet to find a solution to this limitation. If the feeds are indeed set to have a maximum of 500, all that can be done is import 500 recent posts, deleting them and importing again. This is indeed very dangerous and there’s no guarantee it’ll work. Maybe something was changed, as in the earlier life of this plugin, some users did have thousands of posts like you guys. Just curious if this is related to not upgraded template – have your blogs been upgraded to the new template in blogger? I have no idea yet how we can check this.

    I think in this case, Blogger API implementation would be better than RSS feeds. WordPress 2.2 is in bleeding version in the SVN repository, and it includes an importer based on the Google API (http://wordpress.com/blog/2007/02/06/new-blogger-importer/).

    I don’t think re-inventing the wheel is such a good idea, so maybe users with a large number of posts can wait for a while for 2.2 to be released.

    Due to these limitations, this plugin has come very near to its end of life, as expected. Nevertheless I am quite pleased with the number of people it has helped, and I’ll continue with minor improvements (when I have the time) for whoever can utilize it now.

  • http://clwill.com Chris Williams

    I see that… so I went to WP.com, created a blog (so that I could then export from there)… and Blogger is blocking access from THERE too!

    They must be getting panicked about the exodus of people from Blogger.

    Thanks anyway for your help.

  • Louis

    Strangely enough, it does not work for me. I download the file in my “plugins” folder, but there is simply no script at all from the wordpress panel. It is like the file simply do not exist. I don’t understand why.

  • http://ju-lian.info/blog/ ju

    @Louis, download zip version and extract php file.

    1-st time I tried directly with phps versions, link doesn’t work fine.

    Do you rename phps to php?

  • http://blog.ju-lian.info/links-for-2007-03-07/ .:: ju ::. » Blog Archive » links for 2007-03-07

    [...] Plugin: Import New Blogger To WordPress romantika.name (tags: wordpress) [...]

  • http://www.romantika.name ady

    @ju: thanks for helping.

    @Louis: Yes, do not download the phps version. If you want you can use txt version: here

    Rename, upload, and activate.

    I was dumb to provide the .phps version – of course it wouldn’t work with all the html formatting in it, it’s no longer pure text!!!

  • http://www.pandasmic.com natnit

    Hey there,

    This is a great tool, and it works wonderfully, except for one thing. It doesn’t export any of my comments…

    Advice would be appreciated. I’m trying to go from natnit.blogspot.com to pandasmic.com.

  • http://el-catalejo.info/wp/?p=193 Wordpress 2.1 | El Catalejo

    [...] he logrado montarme en el autobs de WordPress 2.1 gracias a un excelente plug-in de romantika que realiza la importacin de los post y los comentarios desde la nueva versin de blogger. [...]

  • http://sweepthesunshine.com/2007/03/08/where-it-begins/ Once more: Where it begins

    [...] share your expertise. Im sure youre much more technically proficient than I am. (There is this option, actually; I’m just too scared to touch it for [...]

  • http://www.romantika.name ady

    @natnit: Are you sure you didn’t check the “Do not import comments” checkbox? I’ve tried importing your blog and it worked okay:

    natnit.jpg
  • http://www.dakars.info/?p=296 » ???? ????? – ????? » ????? ?? ??”? ???

    [...] ?? ???? ?? ?????? ????. ????? ????? ??????? ???? ??? ?? ????? ??? ?? ?? [...]

  • Robbie

    I have been trying to help a friend come over from blogger to wordpress. Tested the plugin with a test blog I created. It worked fine a few weeks ago. Been tying to bring his posts over today. I have encountered the limit of 500 posts if I use version 1.2 or 1.2.1. If I use 1.1 (which I used when testing a few weeks ago) I can import all 2160 posts. However, if I try to use version 1.1 I can not import comments. With version 1.2.1 I can import comments, though it often times out with blogger.

    Suggestions Ady? Should I wait for version 2.2. of wordpress?

  • http://www.pandasmic.com/2007/03/13/how-to-use-301-redirects-to-switch-from-blogger-to-wordpress/ How to Use 301 Redirects to Switch From Blogger to WordPress » Pandasmic

    [...] Romantika’s nifty Import New Blogger To WordPress Plug-In. The full instructions are on the website, but basically download the file, upload it into [...]

  • http://www.pandasmic.com natnit

    To be honest, I couldn’t get it to work, even though all of the settings should have been correct. I don’t doubt that it does work though; maybe I messed up somewhere. Thanks for trying though.

    I did eventually manage to transfer everything, so no worries.

  • http://www.romantika.name ady

    Sorry I was quite busy lately.

    @Robbie: The post retrieving engine does not change between 1.1 and 1.2.1, only the comments did. 1.1 does not import full comments, and 1.2 fixed that. I guess the 500 post limitation is really final. Sadly, yes, WordPress 2.2 with Blogger API implementation would be the remedy to this issue. I hope so :-)

    @natnit: I’m sorry to hear that :-( Thanks for you as well for trying it out.

  • http://minholi.blogs.unipar.br/2007/03/15/blog-do-minholi-de-casa-nova/ Blog do Minholi » Blog Archive » Blog do Minholi de Casa Nova

    [...] eu chamo de mudana completa. Oops! Mas no se desesperem, os textos continuam aqui graas ao plugin de importao recm disponibilizado que permite “puxar” as mensagens do Blogger para o [...]

  • S.L.

    I used the plugin to import all my client’s Blogger posts and everything worked great!

    Since the import, she’s added some more posts to Blogger that I’ll need to move over. Is there a way to move only the most recent posts from Blogger? Or would I need to delete the entries that I already have imported in WordPress and run the full import again?

  • http://www.geekmom.net Lady Aeval

    You are my hero. THANK YOU.

  • http://www.benh.org/techblog/2007/03/extending-wordpress-plugins-used/ Techie’s Corner » Extending WordPress – Plugins Used

    [...] those plugins I would have never thought of WordPress platform and Im thankful to them. They are New Blogger Import plugin that I used to import all the post from Blogger platform and the WordPress Suicide plugin [...]

  • http://www.773podcast.com Brad

    I imported a friends blog from New Blogger (www.quoclam.com) and the Archives page does not work. It shows the posts for that month…but in a directory structure and not a page with that month’s posts on it. I’ve tried different templates, so I am thinking the problem is with the import code. Am I missing a setting/documented step somewhere?

  • http://www.romantika.name ady

    @S.L.: You can re-import and skip the earlier cycles. Once it overlaps you continue and delete the double posts later.

    @Lady Aeval: You’re welcome

    @Brad: The importer does not take care of the archive pages. WordPress does that. However if you want please email me the new URL so that I can have a look.

  • http://www.dwightgunning.com/stuntshow/?p=206 StuntShow » Blog Archive » Moved.

    [...] I’ve installed WordPress and grabbed a simple but effective plug-in, aptly named Import New Blogger To WordPress, to drag everything out of my old blog at [...]

  • http://resistancefutile.com/2007/03/21/migrando-de-blogger-beta-a-wordpress/ Resistance is Futile » Migrando de Blogger Beta a Wordpress

    [...] Importacin de WordPress as que antes de empezar a migrar “a manija” estad atentos a este enlace, efectivamente, hay alguien que ya se ha currado un plugin para migrar desde Blogger Beta todas las [...]

  • http://www.englishtraveller.org/?p=195 Englishgirl in Indiana » Blogger to Wordpress
  • http://www.stoneycreekwebdesign.com/blog/?p=121 Stoney Creek Web Design » Professional & Personal Web Log of David Zemens » Blog Archive » Plugin: Import New Blogger To WordPress

    [...] a plugin that will in fact import data from the NEW Blogger blogs into WordPress. Ady Romantika has written a plugin that works great. I did an import today and it handled the process seamlessly and to perfection. [...]

  • http://maixiaotian.com/2007/03/blogspot.html ??? – ????? ????? » Blogspot???

    [...] ??jiangzhanyong???WordPress ??: ?? New Blogger ? WordPress ??????Ady Romantika???? [...]

  • http://jiangzhanyong.com/2007/03/import-new-blogger-to-wordpress-236.html ????,????

    WordPress ??: ?? New Blogger ? WordPress…

    ???? blogspot.com ??????????? blogspot ?????????????????????????????? Blogger.com ???????????????????? Blogger.com ??….

  • http://www.whiskeytalking.com/ Uisce

    If there are apostrophes in users’ names the users don’t get created.

  • james

    I have been trying a trying to get this to work, it keeps timing out. I tried from many different internet connections to make sure that it was not a speed thing.

    I finally used this solution: I created a blog using wordpress.com and then imported everything from the New Blogger. This imported all 140 posts and then went through and imported all 280 comments. Then I went into the wordpress.com blog and exported the blog to RSS. Then I opened the wordpress blog that I host and imported the RSS file.

    Worked perfectly – got all the posts and all the comments. I do not know if there is stuff that did not get imported, or any special blog things that this process misses. But it worked for me.

    Then I had a bunch of repeated posts from all the times that I tried and failed with this plug-in so I deleted all the duplicates.

  • http://www.thegoodhuman.com David

    I for one still cannot get this to work. I have had my site on blogger for a long time (thegoodhuman.blogspot.com) and have now decided to start on my own domain (thegoodhuman.com). I download the plug in, install it, activate it, go to the manage tab and hit the Blogger RSS Import button, the page just keeps refreshing itself over and over again, trying to do something, but not accomplishing anything. It does this for hours until I stop it. Any help would be appreciated, I am at wits end trying to get 400 posts from the old blog to the new one. If I cant get it to work will have to start from scratch again. Thanks so much!

  • http://www.romantika.name ady

    @Uisce: Looks like I missed a spot – made assumption that username wouldn’t have any special characters. Would you like a fix?

    @james: You are importing locally to a machine that can use several different ISP connections? Or you server have multiple different routes to the blogger servers? The speed problem is between the blogger server and the destination server. :-( Hey I didn’t know what wordpress.com is now able to import the new blogger! :-) Well done for those guys. Thanks for sharing, and sorry this plugin did not work for you.

    @David: Sorry for the delay but I already replied to your email. I am suspecting that this has got something to do with Firefox on Mac, anybody else have the same problem / any suggestions?

  • James

    “The speed problem is between the blogger server and the destination server.”

    Oh, I see.

  • http://www.jeffhendricksondesign.com/new-blogger-nofollow-and-wordpress-import/ New Blogger, nofollow and wordpress import

    [...] been notified by Mark Wilson who kindly enough shared a new blogger import plugin you can use to import your blogger blog posts into wordpress. Read more of Mark’s post [...]

  • http://resistancefutile.com/2007/03/23/plugins-para-wordpress-que-todo-borg-deberia-tener/

    [...] Blogger RSS Import: y hablando de Blogger, si vienes de un blog en Blogger Beta como yo, este plugin se hace imprescindible para migrar tus entradas y comentarios a tu nueva casa en WP, la verdad que no me ha funcionado al 100%, se me qued en 500 posts importados y es por eso que si veis posts de hace un ao en el feed es porque los estoy migrando con MarsEdit o a manija y se me puede ir la mano. [...]

  • http://www.mamablogga.com/six-of-one-half-a-dozen-of-the-other-ii/ MamaBlogga » Blog Archive » Six of one, half a dozen of the other II

    [...] RSS subscribers (hi guys!) won’t have to update their subscriptions. Thank you, FeedBurner. Blogger RSS Import. This handy WordPress plugin made it SOOOO easy to migrate. In fact, I was so excited that it was [...]

  • http://elduomegapixel.guatman.net/2007/03/23/hello-wordpress/ el duo megapixel » Hello Word(press)!!!

    [...] proceso de traspaso desde Blogger ha sido bastante rpido gracias a un pluggin fantstico de romatika.name. Despus de algunos problemas con los comentarios al fin ya est casi todo listo… Espero [...]

  • http://lizandchris.com/rockandstar/2007/03/24/how-do-i-look/ @ rock and star » Blog Archive » How do I look?

    [...] hitch was having to update all of the linked images. But using a couple of very nice plugins (like this one for the posts and this one for the images), I was able to move all of my posts, comments, and [...]

  • http://www.itakora.com/?p=11

    [...] al plugin de wordpress para migrar contenidos de blogger, no ha sido nada [...]

  • http://designcreatology.wordpress.com/2007/03/25/wordpess-plugins-for-march-25-2007/ WordPess Plugins for March 25, 2007 « designcreatology

    [...] Import New Blogger imports posts and comments from the new Blogger to your WordPress blog. [...]

  • azlan

    Strange that although the plugin works. It only imports 500 posts to WP whilst my Blogger has about 1000+ posts. Any pointers on that?

  • http://www.romantika.name ady

    @azlan: Please refer to
    comment 152. Blogger has imposed 500 max via RSS :-(

  • http://azrin.net azrin

    Can this work with NEW BLOGGER cos alot of users getting this problem.

    azrin @ http://www.melayu.eu

  • http://www.mamablogga.com/the-ultimate-guide-to-migrating-from-blogger-to-wordpress/ The Ultimate Guide to Migrating from Blogger to WordPress | MamaBlogga

    [...] Import your blog from Blogger. You absolutely MUST use the Blogger RSS Import plugin. If this link doesn’t work, try again later. Follow its directions. It loves you. One day it [...]

  • http://www.romantika.name ady

    @azrin: This plugin was written specifically for the NEW blogger. However do take note on the 500 max limit.

    On the 500 max limit, some users did manage to get all posts imported by importing 500 first, and deleting the imported posts from blogger, then import again. Be careful, as I see that the feeds are not ordered chronologically so you risk of deleting post that have not been imported yet!

  • http://dallas-seo.blogspot.com Mark Barrera

    You are my hero! I am sure I am not the only one to tell you this, but I wanted to let you know anyways. We have been contemplating the move from blogger and now it looks like you have helped to finalize the decision. Thanks again!

  • http://idrewthis.tenpm.com.au/?p=327 I Drew This » Blog Archive » impReSSed

    [...] Just managed to import the archive of my blogger stuff to WP using this little plugin. [...]

  • http://jbittner66.blogspot.com J
  • http://jbittner66.blogspot.com J

    Nevermind. Got it.

  • http://www.defiantone.com john

    You just made importing 4 years of blog posts an absolute breeze! Thanks!

  • http://www.romantika.name ady

    @J: Did you forget to enable feeds or something?

    @john: Well done, glad it helped.

  • http://www.digitalbox.gr/blog/?p=108 Digitalbox Blog – Web Design, Web Hosting, Domain Names » Blog Archive » ???????? blog ??? Blogger (new) ?? hosted Wordpress

    [...] ?? ??????????? ???? ?????????? ??? WordPress plugin, blogger beta import, ?? ????? ???? ???? ?????????? ?? ?????????? ????? [...]

  • http://nothirdsolution.com/2007/04/03/migration-update/ Migration update : …no third solution

    [...] conveniently made it next-to-impossible to transfer your content, help has arrived. Use this WordPress plugin before it’s too [...]

  • http://tjantunen.com TJantunen

    I moved my posts from blogger beta to wordpress without any plugins. I wrote this post about it http://tjantunen.com/2007/03/21/import-blogger-posts-to-wordpress/
    it takes a few minutes and you do not need to use any plugins.

  • http://www.romantika.name ady

    @TJantunen: That’s very recent, looks like WordPress.com has already deployed the new Blogger import and now is ready for public. This plugin was started in December as a script.

    I see that you are very new to WP, so you might not be familiar with what happened (http://tjantunen.com/2007/03/23/first-feelings-from-wordpress/). Anyway, welcome to the WordPress community. I hope you enjoy WordPress.

  • http://gamabits.com/exportar-el-nuevo-blogger-a-wordpress Gama Bits » Blog Archive » Exportar el nuevo Blogger a WordPress

    [...] Plugin: Import New Blogger To WordPress [...]

  • bev

    I only get 500 posts with 1.2.1 into wordpress 2.1.3? I have 812? What can I do? Please help.

  • http://www.romantika.name ady

    @bev: There’s a max of 500 from blogger rss. You can try what I described in comment 181 or what TJantunen mentioned in comment 191

    Good luck.

  • http://tempe.st/2007/04/links-for-2007-04-05/ links for 2007-04-05 — A Tempest of Thoughts

    [...] Plugin: Import New Blogger To WordPress I might use this plugin to raise my old blog from the dead. (tags: blog development plugins wordpress blogger 4trm) [...]

  • http://designcreatology.com/b/index.php/wordpress/plugins/wordpess-plugins-for-march-25-2007/ WP Plugins March 25, 2007 « Blogtology

    [...] Import New Blogger imports posts and comments from the new Blogger to your WordPress blog. [...]

  • http://www.indomino.net/blog/index.php/2007/04/09/wordpress-or-blogger/ Domino, Email and Spam related » Blog Archive » WordPress or Blogger?

    [...] useful. And Importing my old posts and comments from blogger into my new WordPress was so easy with RSS Import. Everything’s done in a few [...]

  • http://fang4.us/blog/?p=6 update 0.1

    [...] 终于解决了把以前的内®从 Blogger (blog*spot)搬到新®的®题,感谢这位不知名大虾(好像是马来西亚人?)制作了这个Plugin: Import New Blogger To WordPress。内®、图片和评®都转过来了,只是最开始的三篇没有 ==a 不过没关系,这几篇手动也行了 [...]

  • http://pixelpushingmonkey.com/blog/2007/04/09/importing-from-blogger-to-wordpress/ Pixel Pushing Blogger » Importing from Blogger to WordPress

    [...] Import New Blogger to WordPress  April 9th, 2007 [...]

  • http://takedown.lynksee.com/blog/?p=49 blogger 2 wordpress at takedown

    [...] de tu nuevo Blog/’; </script> Luego mediante la ayuda de google caí aqui y asunto solucionado. Lo que queda? retocar algunas entradas y pulir todo para empesar mas [...]

  • http://unmicdrac.nimic.org/?p=117 …cu umor prostia poate fi pusa in valoare… » Import Blogger in wordpress

    [...] Pentru aceia dintre voi care vor sa treaca la wordpress si au cont blogger puteti folosi acest plugin pentru importul posturilor si a [...]

  • http://www.liewcf.com/blog/archives/2007/04/blogger-rss-import-import-new-blogger-to-wordpress/ Blogger RSS Import – Import New Blogger to WordPress

    [...] did a Blogger to WordPress migration for a client using Romantika’s Blogger RSS Import, a WordPress plugin to import blog posts and comments from a New Blogger account. Oh, install [...]

  • http://ademweb.co.uk/blog/?p=574 The Big Blog » Wherever I lay my hat, oh oh, that’s my home

    [...] second option was a plugin from here which imported all the information from the RSS feed provided by Blogger, capturing the posts and [...]

  • http://www.uneffnbelievable.blogspot.com/ amy

    First… thanks for this. I’m kind of a chicken to try it because my blog is my baby and I don’t want to lose anything (pathetic, I know).

    So, if I switch, will I lose my blog on blogger?

    Sorry if that was answered and I’m just too retarded to figure it out!

  • http://hamelife.com/thanks/ hamelife » Thanks

    [...] to Ady Romantika. His Import New Blogger To WordPress Plugin works like a dream. Like A [...]

  • http://www.romantika.name ady

    @amy: No you will not lose anything on your Blogger account. This plugin just reads the RSS feeds from Blogger. Mind you the limit of maximum 500 posts imposed by Blogger RSS. :-(

  • http://www.morelightmorelight.com/2007/04/11/wordpress-plugin-to-import-blogger-items/ More Light! More Light! » Blog Archive » Wordpress plugin to import blogger items

    [...] I was worried about having to give up the 230 or so posts I’d written on my old Blogspot blog.  Never fear, wordpress to the rescue. There’s a wordpress plugin to get all your old items from blogger via rss [...]

  • http://www.arroja.net/?p=19 “Maranus” agora em versão móvel. – Maranus

    [...] publicados no blogger.com. Para quem se interessa por estas coisas, o plugin pode ser descarregado aqui. Posted by Arroja on April 10th, 2007 Filed in [...]

  • http://www.wendelmaques.com.br/index.php/2007/02/16/campanha-adote-um-blog/ wendelmaques » Campanha: Adote um Blog!

    [...] CONTAS NOVAS DO BLOGGER, leia o argio “Plugin: Import New Blogger To WordPress” que usa um plugin para importar do Blogger usando contas do [...]

  • http://beehivehairdresser.com/ Beehive Hairdresser

    WOW! That worked great. Thank you so much.

  • http://beehivehairdresser.com/ Beehive Hairdresser

    HELP!!!

    I successfully loaded all of the posts and comments over, but now I’m getting this error message after I attempt to log in to my site.

    Any advice?

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-login.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-includes/pluggable.php on line 313

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-includes/pluggable.php on line 314

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-includes/pluggable.php on line 275

  • http://beehivehairdresser.com/ Beehive Hairdresser

    HELP!!!

    After importing all of my posts and comments, I’m getting this message on my screen after I attempt to log in as admin.

    Any advice?

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-login.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-includes/pluggable.php on line 313

    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-includes/pluggable.php on line 314
    Warning: Cannot modify header information – headers already sent by (output started at /home/beehiveh/public_html/wp-content/plugins/akismet/akismet.php:700) in /home/beehiveh/public_html/wp-includes/pluggable.php on line 275

  • http://www.romantika.name ady

    @Beehive: That error is neither related to nor caused by this plugin as that is a PHP error.

    Interpreting the error: try removing the file wp-content/akismet/akismet.php and try to login. After you are able to login, re-upload akismet.php from the original WordPress zip. I am afraid that there might be some problems with akismet.php you uploaded (maybe it got corrupted or something). Furthermore, the file contains only 673 lines in version 2.0

    Good luck.

  • http://angybabi.co.uk Angela

    Thankyou so much! I was dreading moving my photoblog to WordPress and you made it an absolute dream. Woohoo!

  • http://www.borsedigaya.eu Gaya

    You saved my day!!! I was fed up of blogger but hated loosing 2 years of posts and now they are safe on my server.
    Thanks SO much!!

  • http://www.obscurer.co.uk/2007/04/barbarism-begins-at-home.html The Obscurer › Barbarism Begins At Home

    [...] Ady Romantika for his Blogger RSS Import plug-in, which made importing all my Blogger posts and comments while maintaining my existing permalink (and fixing the broken ones) so easy that I might have done this ages ago had I known. [...]

  • http://www.mauder.com/index.php/2007/04/19/bloggercom-posts-imported-to-wordpress/ Blogger.com Posts Imported to WordPress | Mauder’s Money Matters

    [...] to this handy WordPress plug-in, I was able to import all my past blogger.com posts without a hitch! I’ll be going through [...]

  • http://www.mauder.com/index.php/general/bloggercom-posts-imported-to-wordpress/ Blogger.com Posts Imported to WordPress » Mauder’s Money Matters

    [...] to this handy WordPress plug-in, I was able to import all my past blogger.com posts without a hitch! I’ll be going through [...]

  • http://www.mauder.com/general/103/bloggercom-posts-imported-to-wordpress/ Blogger.com Posts Imported to WordPress | Mauder’s Money Matters

    [...] to this handy WordPress plug-in, I was able to import all my past blogger.com posts without a hitch! I’ll be going through [...]

  • http://nadacollar.com/2007/04/23/switch-to-wordpress.html Nada Collar » Blog Archive » Switch to Wordpress

    [...] that was painless.  At least the basics.  I switched to wordpress using Blogger RSS Import since I was using the new Blogger and wordpress says it doesn’t support it (although I [...]

  • http://pajamaprofessional.com/2007/04/24/61/ Pajama Professional – Ditch Your 9 to 5

    [...] say much about this because the title says it all. Chances are, you’ll only need to use the Blogger RSS Import plugin once. But you will forever feel indebted to Ady Romantika for writing it. At least I do. In [...]

  • http://pajamaprofessional.com/2007/04/25/free-must-have-wordpress-plugins/ Free Must-Have Wordpress Plugins | Pajama Professional

    [...] say much about this because the title says it all. Chances are, you’ll only need to use the Blogger RSS Import plugin once. But you will forever feel indebted to Ady Romantika for writing it. At least I do. In [...]

  • http://photoelan.com/blog Brian

    I’m getting that the transfer was successful but nothing is in my wp blog. Here are the screen shots:
    http://photoelan.com/blog/Picture5.png
    http://photoelan.com/blog/Picture6.png

    Thanks

    Brian

  • http://www.romantika.name ady

    @Brian: I already replied to your email. Please provide the details I asked for, otherwise I can’t help find out your problem.

  • http://www.techcounter.com/wordpress/wordpress-plugin-to-import-new-blogger-to-wordpress/ WordPress Plugin to import New Blogger to WordPress | TechCounter – TechNews, Money & SEO
  • http://ash.nallawalla.com Ash Nallawalla

    Hi, I have confirmed that I have allow_url_fopen set to on but I keep getting this error:

    Warning: fopen(http://noclickfraud.blogspot.com/feeds/posts/full?alt=rss&max-results=1&start-index=1) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in /home/nallawal/public_html/ash/wp-content/plugins/blogger-rss-import.php on line 444
    ERROR: [] Unable to extract initial data from http://noclickfraud.blogspot.com/feeds/posts/full?alt=rss&max-results=1&start-index=1

    I am trying to import to this website – ash.nallawalla.com. Full feed is enabled. PHP 5.1.4

  • http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/ Import Blogger Beta Posts to WordPress | TechCounter – TechNews, Money & SEO

    [...] this method is not a simple plug and play. There are a lot of issues using this plugin. The author himself provides a link to WordPress suicide to mass delete your wordpress posts in case the [...]

  • http://www.romantika.name ady

    I guess this is the end. The problem reported by Ash in comment 226 is indeed a big sign to show that the feeds have been changed by Google.

    When querying the feed for the total number of posts, Blogger returns “Too many instances of start-index”.

    Because of current commitments I am unable to continue to research on how to fix this problem, especially since there is a workaround now as described here: http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/.

    Thanks to all who have tested and used this plugin. I am leaving the downloads available, in case someone wants to upgrade or continue work on it.

    I am closing comments on this post soon.

  • http://1955design.com/?p=87 Plugin: Import New Blogger To WordPress » 1955 Design

    [...] some considerable serching I located a plugin that will import data from the NEW Blogger blogs into WordPress. Ady Romantika has written a plugin [...]

  • http://www.tobbis-blog.de/index.php/internet/wordpress/2007-05-07-blog-karneval-meine-liebsten-wordpress-plugins/ Blog-Karneval: Meine liebsten Wordpress-Plugins – Tobbis Blog – Aktuelles über Windows, Opera & Co. gebloggt von Tobias Steinicke

    [...] New Blogger ImportMit diesem Plugin konnte ich fast alle meine Beiträge aus meinem (New) Blogspot Blog importieren. [...]

  • http://dalealteclado.com/2007/05/migracion-desde-blogger-totalmente-realizada.html Dale al teclado » Migración desde Blogger totalmente realizada

    [...] quiero), la he podido llevar a cabo gracias a las directrices de este artículo de Blogstudio. El plugin de romantika funciona perfectamente, comprobado. Una vez terminado, sólo he tenido que decir en Blogger que el [...]

  • http://www.dakars.info/wordpress/%d7%91%d7%9c%d7%95%d7%92-%d7%a2%d7%a6%d7%9e%d7%90%d7%99-%d7%99%d7%99%d7%91%d7%95%d7%90/

    [...] לא עובד על ”פורמט ”חדש. בשביל לייבא מ”פורמט ”חדש קחו את ”תוסף ”ז” או את [...]

  • http://fabricadecosas.com/blog/2007/05/blogger-rss-import-121/ FábricadeCosas.com/blog » Blog Archive » Plugin para importar desde el nuevo blogger a Wordpress

    [...] Blogger RSS import 1.2.1 es un plugin para WordPress que me encontré en SigT, cuando estaba viendo la manera de ayudar en la reconstrucción de Total T.V., un blog amigo que prepara su paso de equinoXio a una plataforma propia para seguir su propio camino. Encontrando esa solución para este blog, la encontré también para un asunto que no había solucionado, pues la herramienta de importación que viene pre-configurada sólo permite importar desde el blogger anterior a la versión beta. [...]

  • http://blog.nsah.de/geordnete-liste-aller-im-blog-karneval-vorgestellten-wordpressplugins_164.htm Geordnete Liste aller im Blog Karneval vorgestellten Wordpressplugins » Artikel » NSAHs Blog

    [...] New Blogger Import: Import von Blogbeiträgen aus Blogspot Blogs vorgestellt von Tobbis Blog Dienstag, 8. Mai 2007 | Veröffentlicht in Allgemein [...]

  • http://legalalien.org/blog/index.php/2007/05/11/reunio/ legal alien » Blog Archive » reunió

    [...] nemzeti galéria importjához találtam egy plugint, azon kívül, hogy azt ígérte, a kommenteket is hozza és mégsem tette, ezzel is elégedett [...]

  • http://www.romantika.name/v2/2007/05/16/wordpress-22/ WordPress 2.2 » romantika.name

    [...] WordPress 2.2 also marks the total obsoleteness of my blogger rss import plugin [...]

  • http://www.gsevans.com/blog/2007/05/good-news-for-those-using-googles-blogger.html Good News for those Using Google’s “Blogger”…. » Greg’s Soapbox / Therapy Couch

    [...] not complaining, but I do wish this has happened before I wound up seeking out a PHP script to do the deed. I’m sure the built-in importer is vastly simpler and much more [...]

  • http://www.wp-plugins-db.org/plugin/blogger-rss-import/ WP Plugins DB » Blog Archive » Blogger RSS Import

    [...] Visit [...]

  • http://sw-guide.de/weblog/2007-05-23/die-beliebtesten-wordpress-plugins-in-der-deutschsprachigen-blogosphaere/ Die beliebtesten WordPress-Plugins in der deutschsprachigen Blogosphäre — Software Guide

    [...] IP immediately | Enhanced Plugin Manager | Headache with Pictures | Kill Preview | Log 404 | New Blogger Import | Spotmilk | Tiger Style Administration | Update Manager | Wartungsmodus | [...]

  • http://people.paperclip.com.pe/guillex/2007/06/04/tehguilleblog-wordpressnew/ Teh Guille – Blog » Archivo del weblog » tehGuilleBlog = Wordpress.New

    [...] tenido que migrar del nuevo blogger al server de Paperclip gracias a un plugin bastante respetable Import New Blogger que en tan solo segundos hizo la transferencia bastante comodo sin duda. Oliver estare esperando [...]

  • http://hellosluggo.com/?p=3 Hello Sluggo: » Blog Archive » Yes, I’m still here…

    [...] All the archives have been hauled over from BlogSpot using Ady Romantika’s Blogger RSS Import plugin. Thanks, [...]

  • http://bonhom.ie/2007/07/importing-podcast-into-wordpress-from_01.html a bit of bonhomie : Importing a podcast into Wordpress from Blogger – Part Two

    [...] to Techcounter, Ady Romantika had a plugin which used an RSS feed as the source. However in April he notes that since Blogger Beta have [...]

  • http://www.wp-plugins-db.org/plugin/new-blogger-import/ WP Plugins DB » Plugin Details » New Blogger Import

    [...] Visit [...]

  • http://www.dailyseoblog.com/2007/07/moving-from-blogger-to-wordpress-the-whole-story/ Moving from blogger to wordpress – the whole story

    [...] from blogger to wordpress is to move or copy your posts to the new host. Earlier, there was a plugin to get this done. But now,since Blogger has updated it’s feed – it’s [...]

  • http://www.adben.de/nachtragend/2007/07/unsicherheit.html adben.de – nachgetragen…: Unsicherheit

    [...] Blogsoftware von blogger.com auf eine WordPress-Installation. Das Importieren der Beiträge hat mir ein Plugin erleichtert. Hierzu war das Blog kurzfristig über eine Subdomain von blogspot.com erreichbar. [...]

  • http://tomroud.com/?p=257 tomroud.com » Blog Archive » Changement

    [...] solution pour moi a résulté dans l’installation du plug-in ” Blogger RSS Import“ qui m’a permis de récupérer les billets via les flux RSS. Cela a marché très bien [...]

  • http://arafela.com/blogger-to-wordpress-migration-guide-posts-and-permalinks/ Blogger to WordPress migration guide. Posts and Permalinks. at Money Zone Online

    [...] and opening a free blog on WordPress.com. Import doesn’t work anywhere.  Instead download this excellent tool. This is what is going to save your time and nerves. Install this plugin and run. It will connect [...]

  • http://www.qna-blog.com/2007/08/%e8%87%aablogspot%e8%bd%89%e6%8f%9b%e5%88%b0wordpress.html Blog de OldMan » 自blogspot轉換到wordpress

    [...] 說起來也非常奇怪,自己架的wordpress竟然無法使”內建的組件自blogspot吸引舊文章過來(wordpress.com的就可以),一直出現time out的錯誤訊息,雖然說我”在wordpress.com的帳號把blogspot上的文章匯入後,再匯出”案,供我自架的wordpress匯入使”,但為文章的固®網址(Permentlink)都®了,為了解決這個問題我”了Ady Romantika.的Blogger RSS Impor 外掛(plugins),解決了大約60%的固®網址問題,其他的只好手動去mysql內直接”,在blogspot總共有153篇文章,”對起來確實不輕鬆,®前®成了約90%,其他有弄再來®”,看到error找不到舊文的朋友,先說聲對不起了。 [...]

  • http://www.qna-blog.com/2007/08/blogspotmovetowordpress.html 自blogspot轉換到wordpress | Blog de OldMan

    [...] 說起來也非常奇怪,自己架的wordpress竟然無法使”內建的組件自blogspot吸引舊文章過來(wordpress.com的就可以),一直出現time out的錯誤訊息,雖然說我”在wordpress.com的帳號把blogspot上的文章匯入後,再匯出”案,供我自架的wordpress匯入使”,但為文章的固®網址(Permentlink)都®了,為了解決這個問題我”了Ady Romantika.的Blogger RSS Impor 外掛(plugins),解決了大約60%的固®網址問題,其他的只好手動去mysql內直接”,在blogspot總共有153篇文章,”對起來確實不輕鬆,®前®成了約90%,其他有弄再來®”,看到error找不到舊文的朋友,先說聲對不起了。 Sphere: Related Content [...]

  • http://diavolo.cjb.net/importar-de-blogger-xml-a-wordpress-plugin/ Importar de blogger xml a wordpress (plugin) | D i a v o l o

    [...] aunque el nombre es, “importación de Blogger RSS” (o algo parecido) la cosa es que encontre este plugin cuando buscaba (hace unos meses [...]

  • http://nistido.com/2007/11/los-plugins-mas-nistidos Wordpress Plugins | Ponte Nistido.com

    [...] Blogger RSS Import 1.2.1Previously known as New Blogger Import. This plugin imports Blogger posts and comments into WordPress using RSS feeds By Ady Romantika. [...]

  • http://www.playmobilsandco.org/2007/09/nous-avons-besoin-de-vous-pour-le.html Playmobils Estropiés & Associés » Blog Archive » Nous avons besoin de vous pour le dernier billet des Playmobil Estropiés & Associés…

    [...] l’importateur intégré de Wordpres (qui marche maintenant) soit vous utilisez le plugin Blogger Import RSS. J’ai testé les deux et au final, même si l’importateur blogger de wordpress est plus [...]

  • http://www.digitalbox.gr/blog/?p=69 Digitalbox : Blog About Web Design, Web Hosting & Domain Names » Blog Archive » Μεταφορά blog από Blogger (new) σε hosted Wordpress

    [...] τα περισσότερα όμως βασίζονται στο WordPress plugin, blogger beta import, το οποίο έχει σταματ®σει να διατίθεται γιατί [...]

  • http://blog.notedpath.com/2008/01/27/importing-new-blogger-to-wordpress/ A Noted Path – Personal blog of Theodore Nguyen-Cao — Where inspiration meets aspiration » Blog Archive » Importing new Blogger to Wordpress

    [...] to the WordPress plugin found here, I’ve been able to import my old blogger posts to WordPress. So far, it’s looking [...]

  • http://internetblogger.de/2008/04/blogumzug-von-blogspot-zu-wordpress/ Blogumzug vom Blogspot-Blog zu WordPress 2.5 | Blogging, Internet und Webpromotion

    [...] Blog Romantika [...]

  • http://kucing-baka.co.cc/?p=93 Migrating from blogspot to wordpress

    [...] I found Blogger-RSS-Import plugin and tried it. For a moment I thought I did it because I succeed to move about 30 posts to [...]

  • http://www.berryblog.net/2009/03/blogger-to-wordpress-how-did-i-do-it.html Berry Blog » Blog Archive » Blogger to WordPress… How did I do it?

    [...] Downloaded a WordPress plugin called Blogger RSS Import v1.2.1 by Ady Romantika,  installed and used it.  All my post, comments and even categories are [...]

  • http://www.glennfriesen.com/importing-posts-and-comments-from-blogger-to-wordpress Glenn Friesen » Blog Archive » Importing Posts and Comments from Blogger to Wordpress

    [...] my blog posts and comments from my old Blogger powered blog. I’ve experimented with a couple solutions for importing Blogger posts and comments to WordPress, but nothing has worked as of yet. Any ideas [...]

blog comments powered by Disqus