Showing posts with label basic. Show all posts
Showing posts with label basic. Show all posts

How To Add Blogger Official Share Buttons



In this tutorial I will explains, how to add blogger new share buttons to your blogspot blog.This will more helpful if your template is a highly customized blogger template.But your template is a blogger default template, then you can add this share buttons editing the Blog Posts widget and enabling Show Share Buttons in Page Elements section.



But this method does not work for you,follow the steps given below to add blogger share buttons to your blog.


Blogger now offers new share buttons. The new buttons can be placed under each post and let your blog readers easily share your post via email, Blogger, and popular social networks—we now support Google Buzz, Twitter, and Facebook, and we plan to add more services in the future.
-From Blogger Buzz


1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see below code:

Blogger Share Buttons


4.Now Copy below "Blogger Sharing buttons" code and paste it just below the above code.

NOTE: If you can't find
in your template, paste "Blogger Sharing buttons" code just before .







This will show blogger sharing buttons below post header.But if you want to show share buttons below blogger post,then paste your code just after .

5.Now save your template and you are done.




How To Remove Commentators Profiles/Sites URLs in Blogger



When someone leave a comment,your site is linked automatically into his website or profile url.If you don't like this you can stop it doing this very simple trick.Simply follow the steps below to do it:

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates".

3.Scroll down to where you see below code:







4.Now replace above code with below code:



5.Save your template and you are done.

Now your site will not linked to commentators sites/profiles.




How To Install a Template to Blogger



This tutorial will explain step by step how to install a new blogger template to your blogger blog.

1.Log in to your Blogger Dashboard.



2.Click on "Layout".



3.Click on "Edit HTML".



4.Click on "Browse".



5.Now select your new blogger template file (it there as a xml file) and click on "Open".



6.Click on "Upload".



7.Now confirmation message will appear.Click on "KEEP WIDGETS".



You are done.




How To Backup Your Blogger Template



To before play with your blogger template you must backup it first.Don't forget to do that if you don't like to face troubles.Read the instruction below to backup your valuable blogger template.

1.Log in to your Blogger Dashboard.



2.Click on "Layout".



3.Click on "Edit HTML".



4.Click on "Download Full Template".



Now you can save your current blogger template to the hard disk.

You are done.




How To Add JS-Kit Rating to Blogger



This is a free Post Rating widget for your blogger blog.It is given by http://js-kit.com/.To add this beautiful Rating widget to your blogspot blog,follow the steps given below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

JS-Kit Ratings


4.Copy one of the code below and paste it immediately after the line .

Note : This will add rating widget under your blog post.If you want to add the rating widget under post title, add below code just after
.

Code 1:

expr:path="data:post.url"
expr:permalink="data:post.url"
expr:title="data:post.title">

Result:
JS-kit rating

Code 2:

expr:path="data:post.url"
expr:permalink="data:post.url"
expr:title="data:post.title" view="score">

Result:
JS-kit rating

5.Now again scroll down to where you see the tag.

6.Add below code just before the tag.



7.Click on "Save Templates" and now you are done.




How To Remove Post Count From Blog Archive



When you add a blog archive to your blogger blog it shows the number of post for time periods.But if you don't like it, you can remove this post count feature from your blog archive easily.To do it,follow the steps below:

blogger blog archive

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see your blog archive code:

Note : Your blog archive code will look like this:
blogger blog archive code



























  • ()













  • ()














▼ 





◄ 

► 















4.Now Remove below code from your blog archive code:
()

Note : You can find it 3 times.

5.Now save your template and you are done.Look at the picture below:

blogger blog archive2




How To Add "Follow This Blog" Link to Blogger



This will help other bloggers to follow your blogspot blog easily.To add it under your blog post, follow the steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

Follow-This-Blog



4.Copy below code and paste it just after the line .

YOUR-BLOG-ID" target="_blank">Follow This Blog !!!



NOTE:Replace YOUR-BLOG-ID with your real blogger blog ID.

Your-Blog-ID

Look at the example below.

1297984091471718670" target="_blank">Follow This Blog !!!



Your final result will look like this:

Follow This Blog !!!



5.Click on "Save Templates" and now you are done.