Tag Archives: Blogspot

Blogspot tutorial, tips & trick for beginner

How to Change Favicon/Logo Blogspot on Browser Tab with Your Own Logo.

When you create a blogspot site, the logo that will appear on browser tab or address bar is default blogger logo. To give identity to your blog and to look more professional, you need to change the default logo with your own. You can create a picture or text logo that in jpg, bmp, or png file.

Basically there are two ways to do it, easy way and hard way. Let’s try with the easy way first.

1. Go to your Layout section, and look for favicon gadget that usually place on top left.

2. Click on Edit text link, and click on choose file button. Just make sure your logo image is less than 100KB. Don’t forget to save it. Continue reading How to Change Favicon/Logo Blogspot on Browser Tab with Your Own Logo.

Place Total Comment Count on Blogger Post Title.

source: codecheese[dot]com

Comment section is an important part of the blog. Having people comment on your blog is a big thing. It’s mean people search and land on the information you put on your site. And for the blogger, it’s feel great. This adding total comment count on blogger post title is not necessary tool. However, when new visitor see the total comment count, they’ll feel they can trust the content you write.

The steps to add this small tool is quiet easy. Just follow the instruction below:

1. Go to Template, and click Edit HTML.
2. Search for this code:

<a expr:href=’data:post.url’><data:post.title/></a>

When you find it, copy the code below and paste it after/below the code above. Continue reading Place Total Comment Count on Blogger Post Title.

Different Automatic Background Color On Every Post.

A few weeks ago, someone comment on a post ask me where i get my lovely blogspot template. Well, this post is not the answer of that question *grin*, but if this help, you can google them with specific keyword. Looking the right template for your blog is an easy – hard process. Some people want a clean white template, some people want colorful template.

If you have a minimalist white theme and want to modify it a little bit, maybe this blogspot tips and tricks will help. In this post I’m gonna show you how to add a code that can make background on your post automatically change. It kinda will look like windows 8 metro UI style.

1. Go to your template section, and click Edit HTML button. Find </head> tag.

2. Now place this Javascript code above/before </head> tag Continue reading Different Automatic Background Color On Every Post.

Protect (Don’t Steal) Your Post Image with Simple Code.

How many of you blogging your personal life and posting your personal photos. Photos that have your family and friends in it. It is almost impossible to avoid someone steal your personal photos. Google copyright warning on search image don’t have much effect when someone looking for picture on internet. People will right click and “save as” in seconds and boom your photo save in someone else’s computer.

Some of publisher can add caption source of the image or link it to original source. However, there is a tricky code that you can use not to prevent someone steal your photo, but they won’t get the photo completely in one good condition. When they download your picture, the final result only show white blank canvas. Continue reading Protect (Don’t Steal) Your Post Image with Simple Code.