Installing a Third-party Blogger Template
The third way to change your blog's theme is to download and install a Blogger template created by a designer. There are many free Blogger templates available for download all over the Internet.
To install a third-party Blogger template, save the template XML file to your computer. Then, from the Layout -> Edit HTML page, click Browse..., and find the template file on your computer. Then click Open to return to the Edit HTML page. Click Upload to upload the new template.
Something to keep in mind if you are using a third-party blog template is that if you have added gadgets to your blog (e.g. Followers, Poll, Labels, etc.), you need to be careful when using a third-party template to avoid removing those gadgets. If you download and install a template that doesn't support your custom gadgets, they will be deleted when the new template is saved.
If your new template does have gadget discrepancies, you will receive the following message when you click the Upload button.
Widgets are about to be deleted
Please confirm that the following widgets should be deleted. All the widgets' configuration data will be lost.
The warning message will then list those gadgets that will be deleted if you proceed with uploading the new template. To avoid losing your existing gadgets, you'll need to find the XML tags that represent those gadgets in your current template, and merge those tags into the template you want to upload. Doing so may be a little tricky. You might be able to get some help from the original template designer
Advantages of FeedBurner With Blogger
Once you signup at FeedBurner and configure it to your liking, you can integrate it fully with your blog hosted on Blogger. Let's start by changing AutoDiscovery URL. When you visit a site which has feed information between it's tags, all modern browsers display a little icon to indicate that. You will need to change it to point to your "burned" feed at FeedBurner instead of default one.
Start by opening your blog. Right click anywhere on it and choose "View Source". Find the following lines:
<link rel="alternate" type="application/atom+xml" title="YOURBLOG - Atom" href="http://YOURBLOG.blogspot.com/feeds/posts/default"/>
<link rel="alternate" type="application/rss+xml" title="YOURBLOG - RSS" href="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=rss"/>
<link rel="service.post" type="application/atom+xml" title="YOURBLOG - Atom" href="http://www.blogger.com/feeds/1/posts/default"/>
<link href='<a target="_new" rel="nofollow" href="http://www.blogger.com/rsd.g?blogID=1">http://www.blogger.com/rsd.g?blogID=1</a>' rel='EditURI' title='RSD' type='application/rsd+xml'/>
Select the whole block and copy it (not from here, but from your own source code). Once you do that, go to your blog's control panel and click Template>Edit HTML. Find the following line:
b:include data='blog' name='all-head-content'
And simply replace it with all the lines you just copied from your source code. Now, change these 2 lines you just pasted:
<link rel="alternate" type="application/atom+xml" title="YOURBLOG - Atom" href="http://YOURBLOG.blogspot.com/feeds/posts/default"/>
<link rel="alternate" type="application/rss+xml" title="YOURBLOG - RSS" href="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=rss"/>
Into a single line:
<link rel="alternate" type="application/atom+xml" title="YOURBLOG - syndication feed" href="http://feeds.feedburner.com/YOURFEEDNAME"/>
YOURFEEDNAME is the one you chose when adding your feed to FeedBurner. Congratulations - now when visitors click the feed icon at your blog, they will be taken to http://feeds.feedburner.com/YourFeedName.
Next, you might want to hide "Subscribe to posts (Atom)" link at the bottom of your blog, especially if you add subscription link on your sidebar. Simply go to "Edit HTML" window and add the bold line to the following code:
.feed-links {
display: none;
}
You might want to add FeedCount chicklet to your blog next to show off your subscriber number, or FeedFlare module to add all these social bookmarks I mentioned. If your feed has lots of subscribers, you can apply for FeedBurner's Ad Network and monetize your feed as well!
Start by opening your blog. Right click anywhere on it and choose "View Source". Find the following lines:
<link rel="alternate" type="application/atom+xml" title="YOURBLOG - Atom" href="http://YOURBLOG.blogspot.com/feeds/posts/default"/>
<link rel="alternate" type="application/rss+xml" title="YOURBLOG - RSS" href="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=rss"/>
<link rel="service.post" type="application/atom+xml" title="YOURBLOG - Atom" href="http://www.blogger.com/feeds/1/posts/default"/>
<link href='<a target="_new" rel="nofollow" href="http://www.blogger.com/rsd.g?blogID=1">http://www.blogger.com/rsd.g?blogID=1</a>' rel='EditURI' title='RSD' type='application/rsd+xml'/>
Select the whole block and copy it (not from here, but from your own source code). Once you do that, go to your blog's control panel and click Template>Edit HTML. Find the following line:
b:include data='blog' name='all-head-content'
And simply replace it with all the lines you just copied from your source code. Now, change these 2 lines you just pasted:
<link rel="alternate" type="application/atom+xml" title="YOURBLOG - Atom" href="http://YOURBLOG.blogspot.com/feeds/posts/default"/>
<link rel="alternate" type="application/rss+xml" title="YOURBLOG - RSS" href="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=rss"/>
Into a single line:
<link rel="alternate" type="application/atom+xml" title="YOURBLOG - syndication feed" href="http://feeds.feedburner.com/YOURFEEDNAME"/>
YOURFEEDNAME is the one you chose when adding your feed to FeedBurner. Congratulations - now when visitors click the feed icon at your blog, they will be taken to http://feeds.feedburner.com/YourFeedName.
Next, you might want to hide "Subscribe to posts (Atom)" link at the bottom of your blog, especially if you add subscription link on your sidebar. Simply go to "Edit HTML" window and add the bold line to the following code:
.feed-links {
display: none;
}
You might want to add FeedCount chicklet to your blog next to show off your subscriber number, or FeedFlare module to add all these social bookmarks I mentioned. If your feed has lots of subscribers, you can apply for FeedBurner's Ad Network and monetize your feed as well!
Increase Your Google Page Rank Rapidly?
There are several ways to build quality back links, most of which are free. Some of the more popular methods are submitting your URL to search engines, web directories, social bookmarking, yahoo answers, and forum posting. The more quality back links you have pointing back to your site, the faster you'll climb the Google ranks to position number one.
If you'd like to generate some back links to your website, you should start by clicking here and submitting your URL to Traffic Submit Services Web Directory. It's my very own free web directory. Add it to your list of free website directories and start building some Google juice to your website today!
Sprouter: A Microblog for Entrepreneurs
Subscribe to:
Posts (Atom)