The Power of Being Personal on Your Blog


As i always recommend all new bloggers the most important tip i.e "write your own blog post, be personal in writing the content of your blog". Bloggers (new bloggers especially) they just copy what everyone else posted already, that's stupidity. I have written a post regarding this topic, How to blog in your own unique style
Blogging is, writing personal opinions. Why to copy from someone else, Be Personal, Write in Your Own Way and Style, Be casual and not formal always.
Many Bloggers say that there are rules of blogging but my opinion is that blogging doesn't have any hard or fast rules. Write in whatever way You want to write.
Google Recognize and index those blogs very quickly which have got quality and new content, and the blog posts which are unique they always get good search engine results.
The only thing you must do after starting your blog is to Optimize it for better search engine results.
These are the two Post you may want to see:
1) Blogger SEO: Part 1
2) Blogger SEO: Part 2

Facebook send button for Blogger

The Facebook Send button is a social plugin that websites can use to let people send a link to a friend through Facebook Messages, post it to a Group, or email it to an individual. Follow this tutorial to add it to your Blogger Blog.
1. Login to your Blogger Dashboard, and navigate to Design > Edit HTML.

2. Click on the checkbox which says “Expand Widget Templates”

3. Now look for

</head>
and just before it add,
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1' type='text/javascript'/>
This code snippet is needed for all of the Facebook FBML markup to work. If you have added it to get some other FB widget to work, then there is no need to add it up again.
4.  Look for <data:post.body/> and immediately below that paste the following code.
<div>
<fb:send expr:href="data:post.url" font="arial" colorscheme="light"></fb:send>
</div>
5. Save your template, and now you should have the send button working on your blog.