Thursday, August 26, 2010

Add the Blogger share buttons

Share buttons are no doubt one of the most essential things for a blog. According to me, the best social bookmarking widget is the Sharing is Caring widget but for that we need to play with html codes. Wouldn’t it be fun if we just get a social bookmarking widget with one click. Yeah, you can do it simply and you do not even need to go to other sites to find the codes etc… Now here are the steps to get the blogger share buttons.
share buttons

1. First of all login to your dashboard—> Design
2. Click Edit in the Blog Post area.
3. You will see a new window with the title “Configure Blog Posts”. See the Post Page Options and you will find an option “Show Share buttons”.
get share buttons 
4. Just click the Save button and look at your blog.

This is the most easiest bookmarking widget to get, so if you don’t have a bookmarking widget, I suggest you to get this one.

Saturday, August 21, 2010

Add The Official Twitter Button To Your Blog

You must have seen the Retweet Button on many blogs. Many people think that it is Twitter’s button but it was made by TweetMeMe. But recently Twitter introduced its official button. And now many blogs are replacing the TweetMeMe button with the official Twiter button. The twitter button comes in three styles.
official twitter buttons
To get the button, simply go to the Twitter Goodies Page and click on Tweet Button, then choose the button you want and grab the code from the bottom of the page. Well, I suggest you to paste it after the <data:post.body/> code. You can see the twitter button below the post.
For WordPress users just install the plugin called Twitter Button and customize the button.
Give it a try surely.

Thursday, August 19, 2010

How to auto-publish your posts to social networking sites!

Hi friends,
Most of us are familiar with social networking sites. Social Networking plays a big role in the development of our blog. Indeed it is an unavoidable factor in the life of a blog. Most of us do share our posts through the social networking sites to a wide range of readers. Here is an easy way of posting in there, instead of opening each and every site to share your new post. Just register with www.dlvr.it/ to automatically share your posts in a variety of  social networking sites which includes Twitter, Facebook, Tmblr, LinkedIn and much more. This site allows you to share your posts in about 10 social networking sites.

Just give it a try.............Happy Blogging!

Posted by Mohammed Ibrahim.

Wednesday, August 18, 2010

Create A Contact Me Form For Blogger

A “Contact Me” page is a must for every blogger. Many people create a contact me page and give their email addresses and other ways by which the reader can contact you. But, a contact form gives your site a little more professional look. To see my “Contact Form” click here. To get this contact form, you just need to open EmailMeForm. You can create your own contact form. You can also choose from the existing forms and then edit them. This is a must use website. After creating the contact form, go to your blogger dashboard and create a new page. I suggest to you to keep the title of the page as “Contact Me”. Then, in the page editor, click Edit Html and paste the EMBED html code you got from EmailMeForm.

This helps a lot. So do try it.

Sunday, August 15, 2010

Why You Should Use Template Designer?

Blogger’s template designer is a feature which you should definitely use. The template designer can be found in the Design option. Even I have got this template from the template designer.
td1
Firstly, choose the template you want for your blog. Then you need to design it. You can also choose different ready-made designs of the template. You can even choose different backgrounds for your blog.
td2
You can even change your blog’s layout. There are 8 options for changing your blog’s layout.
td3
Now, the best tab of the template designer. The Advanced tab. This tab has many features such as changing your font, text colour etc.
td4
So, those were the features of the template designer, I surely suggest you to give it a try and I am sure you will love it. Try it once and tell me how was the experience.

How To Create A Watermark

A watermark is a transparent text written, in a image for copyright issues. For example:-
techie vinayak
Can you see the watermark at the bottom right. I have used Windows Live Writer for that and its just too easy. Follow the steps below to get that type of watermark using Windows Live Writer:-
Firstly, upload a picture on Windows Live Write and then click on that picture. You will see options on the right side, click on the advanced tab and click ©Watermark.
right side menu
Then type in the watermark and select the position where you want to show it, select the font and the size of the watermark and click OK.
watermark options
To download Windows Live Writer you need to click here and download it simply.
Wasn’t that simple? I suggest you that you should use Live Writer to write your blog posts as it is simple and awesome.




Saturday, May 29, 2010

Add facebook like button to your blog posts

The new like button just made available from Facebook make sharing blogs as easy as possible and this is great news for us bloggers.With the New Facebook Like Button just one click is required in the very same way as you would click like on a friends picture or comment your own Facebook homepage.Unlike other sharing options you don't get a pop up or have to go to the website you just click like or recommend and your done…
Here is the screenshot of the facebook like button:-
facebook like button
Here is the code for facebook like button:-
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot;+ data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/>
You can add the like button at three places:-
Below the post title
At the top of the post
Below the entire post
Now here are the steps for adding the like button:-
1.Go to dashboard—> Edit Html—> Tick the Expand Widget Templates box
(a) To add the button directly below the post titles find(ctrl+f) the following code:-
<div class='post-header-line-1'>
Now paste the facebook button code Directly Below / Under <div class='post-header-line-1'>
(b) To add the button at the top of the posts find(ctrl+f) the following code:-
<data:post.body/>
Now paste the Facebook button code Directly Before / Above <data:post.body/>
(c) To add the button below the posts find(ctrl+f) the following code:-
<data:post.body/>
Now paste the Facebook code Directly Below / Under <data:post.body/>
Preview your template and then save it.Now you have the facebook like button.Enjoy!!!This is really a great way to share your blog posts…What do you think?