Chitika

Howto Add Flying Twitter Bird To Blogger

Twitter is the most popular Social networking site and a fetch free traffic to promote blogs. Here is a very cool unique Blogger Twitter widget Animated flying Twitter Bird that flies around blogs posts/pages.
1. Go to Your Blogger Dashboard Click -> Design -> Edit Html
2. Find </body> in your blogs Html (by pressing Ctrl+F and type </body> to search)
3. Copy and paste the following code directly before this </body>

(COPY THIS CODE AND POST BEFORE </body> tag)

<script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js"></script>
<script type="text/javascript">
var twitterAccount = &quot;Your Twitter User Name Here&quot;;
var tweetThisText = &quot; <data:blog.pageTitle/>: <data:blog.url/> &quot;;
tripleflapInit();
</script>
<span style="font-size:11px;position:absolute;"><a title='Earn with Blogging' href="http://whatdohowto.blogspot.com" target='_blank'><img border='0' src='http://img1.blogblog.com/img/blank.gif'/></a></span><a href="http://whatdohowto.blogspot.com" target="_blank">Earn with Blogging</a>

REMEMBER
Replace Your Twitter UserName with your acutal twitter user name.

Create SiteMap for Blogger

Howto make HTML sitemap for Blogger using Javascript

 Sitemap is easy to find any relevant post for visitors. This sitemap HTML Javascript is only for visitor to easily navigate the site/blog but sitemap to submit to Webmaster, you will need an XML sitemap instead of this HTML Javascript. This sitemap is really good and helpful for visitor of blog. It is not difficult a task for all you, you just need to create a separate page on your Blog and posting the following script using  Edit HTML mode, copy the following Javascript:
Remember: Replace Red text with your original blog URL

<script style="text/javascript" src="http://www.abu-farhan.com/script/daftarisiblogger/blogtoc-min.js"></script>
<script src="http://yourblog.blogspot.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script>

Add Metatags 2 Blogs Home Page


Here are few steps to follow
1. Login with your email to blogger.com .
2. Open to Layout —> Edit HTML
3. Backup your complete template by downloading it.
4. Check the Expand Widget Template box.
5. Find the following lines  using ctrl + F :
<title><data:blog.pageTitle/></title>
6. Now paste the following code immediately below it :
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<meta content=’Place your blog description here‘ name=’description’/>
<meta content=’Place your blog keywords here(separated by commas)‘ name=’keywords’/>
</b:if>

Chitika

Tipz by Rosefrankie