Posts tagged blogger
Migrating New Blogger to WordPress 2
43Import your posts with comments from New Blogger to WordPress 2. New Blogger Import tool is ease and simple to use; no more manual pains.
My love with Blogger is over finally
I have been planning for move to WordPress for a long time. I have been stopped since I did’t want to carry the pain in my butt with all the manual stuff involved in it previously.
After the announcement of new blogger import feature in WordPress. I thought to give a try and which now made me to take the final move. Now I’m proudly powered by WordPress and themed by Qwil
The new blogger import plugin is out of beta and is been tested with the current version of WordPress. The final version is available here. From the new release of WordPress this plugin would be present as default.
Features :-
- Imports all Blogger Posts
- Imports all the Comments
- Imports the Post Author and Comment Author information
- Imports Categories (i.e. Labels) from Blogger
Other Useful Utils:-
1. While you’re testing the blogger import feature you can try out WordPress Suicide plugin; this plugin will help you clear all the posts in WordPress.
2. By itself it does not support to import the images hosted in blogger, but you can use the blogger image import plugin.
The plugin is compatible only with new blogger so i would suggest to migrate everyone to migrate to new blogger. Since the old blogger import utility will not import post comments along with posts.
Here I will provide you the steps required to Import the post from New Blogger to WordPress.
Limitation:-
The import plugin won’t work with the blogs that are using FTP publishing. So before trying this import feature make sure you switch to Blogspot publishing.
Steps:-
- Make sure you got the id of Blogger which your tring to import( say bloggerid.blogspot.com).
- Make sure your blogger publish full feeds, if not modify the option to publish full feeds. ( In Settings –> Site Feeds –> Blog Posts Feed –> FULL)
- Download the latest plugin from here.
- Upload the plugin to the WordPress plugin location and activate the plugin.
- Make sure your web-server supports url_fopen or should have curl enabled.
- In WordPress, goto Manage –> New Blogger Import to access the plugin.
- Provide your blogger id which you’re trying to import.
- Select the default category and author, where you want the post to be imported.
- Also you have option to create the category and author corresponding to the post.
- If you’re blog is too large and you’re facing time out error, reduce the import cycles and unpick the import every posts in single fly option.
- If you’re using Haloscan comment in blogger, then enable the option and use the plugin in conjunction with this.
- If you want to enable permalink structure same as used by blogger turn this on. I would not suggest it.
- Click on import, you will be all set and it ask to import the author information.
- Save those changes. Now all the post and comments are imported to WordPress
- Now it’s time to say good bye to Blogger forever. See the redirection below.
If you have published the Blogger using FTP previously, you got good luck. Since you will be able to do a Permanent direct 301 using .htaccess using the syntax below.
RedirectMatch permanent ^blog/2006/07/old-post-link.html$ http://www.sitename.org/newblog/2006/07/new-post-link/
The posts redirected with 301 redirect will not loose search engine ranking or penalized.
But if you’re using blogspot publishing, you will left with no other option that using <META> tag redirect. You can make the required changes in the template and republish the blog. So that the blogger will redirect all the request to the newly hosted wordpress domain. See below a sample syntax of blogger template should be to enable the blogger redirect.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My blog title</title>
<meta http-equiv="refresh" content="5;
url=http://www.sitename.com/newblog" />
</head>
<body><p>
If your browser supports Refresh, you'll be transported to our <a href="http://www.sitename.com/newblog">New Blog</a> in 5 seconds, otherwise, select the link manually. Thank you </p>
</body>
</html>
Now you will preserve your traffic as well.
Have fun. Say good-bye to Blogger soon
Happily and Proudly powered by WordPress.
Update (04/26/07) : The above method doesn’t work anymore; since the plugin in broken as there was a change in Blogger’s feed. Better option would be upgrading to WordPress 2.2, which has inbuilt blogger import feature. Good Luck!
Lightbox JS v2.0 Integration with Blogger Template
53Create a simple Photolog using Blogger.com and Lightbox JS. A step by step guide for photo bloggers; to Integrate Lightbox with their existing Blogger publishing system.
Blogger is a popular weblog publishing system, which supports custom designs and templates. Meanwhile Blogger is not much popular as other blog publishing system like WordPress, etc for its support to Plug-ins. In other hand Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It is lightweight and works with most of the browsers with Javascripts enabled.
Yesterday, I was trying to publish my own Photolog. I was looking for a good web serice so that it would ease my task. I am with Blogger for a quite time and still I have not moved my blog to WordPress, even I wish so. So I decided to go with Blogger again with the FTP publishing enabled. But blogger didn’t have any ready made plug-in for Lightbox so I had to hack the code little bit. Blogger with Ligthbox would give any blog a realistic Photolog look.
Step by Step Guide:-
- Download the Lightbox JS script from Here and copy the scripts to your web server most likely where your blog is been published.
- Login into Blogger system and go to Template –> Edit HTML
- Add the below line into the Meta section of HTML tag
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen">
- Add the following scripts tag in the header section of the HTML template
<script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script>
- Check the CSS and make sure the referenced prev.gif and next.gif files are in the right location. Also, make sure the loading.gif and close.gif files as referenced near the top of the lightbox.js file are in the right location.
- Once you’re done Save the Template.
- With Blogger, we will not able to tweak their system directly, since it is not open source software. So we need to have little manual effort every time before you publish a photo log entry.
- After creating a blog entry in Blogger system, do the following steps before publishing.
- Go to Edit HTML option in the Post window as show in the figure

- Once you have uploaded the image you will see an entry similar shown in the figure below.
- Replace the selected code above with
rel=”lightbox”as shown below
- You can also add title tag in tag to enable Caption in the LightBox displayed
- Now you’re all set and you can publish your Photolog.

If you like to have image sets for each post entry then you need to add rel="lightbox[group_name]" for all the images that you which to show in that particular group image set. It should be similar to the below image.
Now you have a wonderful Photolog to start with as I do; Visit my PhotoLog at The PhotoLog

Blogging has become a passion to lot of people these days (I can include myself). Technorati says a new blog appears every 2 seconds. And there are lot many novice blogger behind it. They will come across this question before they start a blog “which blogging platform to use?” 
Top Commenters