Showing posts with label Blogger Tricks. Show all posts
Showing posts with label Blogger Tricks. Show all posts

How to Hide/Remove Label Count in Blogger Blogs

Some people prefer not to display the label count in their blogs as it looks a bit unprofessional. Lets say if you have a label 'Funny sms' with 50 label count and another one ' Good morning sms' with 2 as label count... less people will show interest on clicking the second one.
hiding blogger label count
So, lets see how to hide or remove the Label count in your blogger blog(s)...

1. Sign into Blogger dashboard » Layout » Edit html

Tick the expand widget templates and remove this line from the template..


()


removing blogger label count
2. Save the Changes and done!

Posted in Labels: | 0 comments

[Hack] How to Post Larger (HQ) Images in Blogger Posts

This post explains how to post extra large images in blogger posts:-

This is one of the most wanted blogger hacks, which makes it possible to post big size pictures in blogger posts.
Normally, If you upload a large image to blogger(with large thumb size selected), it will automatically resize it and then post it as thumbnail . But, the image quality of the resized image is very poor. So, to make the image look more clean and sharper, this trick will come handy.

Normally Uploaded Image: (with large thumbnail selected)


Normal Picture without the hack
Image after applying the hack:

Normal Picture without the hack

So, lets learn how to do this..

1.First, calculate how much image size(large) you want to display ( normally, its just a bit less than your main body width). Suppose, take this blog as an example, the main body width is about 570px. So, the maximum width to post a large image is 570px. But, to make the image looks nice, we have to give some padding to it.so,choose the width which is a bit less than the post body width.. like 560px.

Now, Go to Layout » Edit html

Find this

]]>

Add this before that line:


img {
max-width: 560px;
width: expression(this.width > 560 ? 560: true);
}


Change the value in red depending on the previous step.

Note: Do check if you have the img{ tag already in your template. If its there, just add the additional couple of lines to it.


max-width: 560px;
width: expression(this.width > 560 ? 560: true);




Save the changes.

2. Now, while doing your posts, upload the images normally like you did previously. Once the image is uploaded, go to Edit html tab, and the image code will look something like this


width: 280px; height: 400px;
" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivKRVZe_vfuS9P3gHpznVlj86FN86ytZto2s07sJxIsbREYwKgqOoRLazNWAkmSE4zkfqcZNhJoBTh1591REssT-t_1KFRl7O4ipbREuVidmRD2cTQE4747gTm4AjFBcvGwGpWHUe9GDDb/s400/megan+fox.jpg" alt="Normal Picture without the hack" id="BLOGGER_PHOTO_ID_5350218059319919970" border="0" />


All you have to do is Just remove that bolded text (width and height attributes) and replace s400 to s800.

So, the final code looks like this


s800
/megan+fox.jpg" alt="Normal Picture without the hack" id="BLOGGER_PHOTO_ID_5350218059319919970" border="0" />


Done! Now, your uploaded image will look big in the post.

Posted in Labels: | 0 comments

6 FREE WAYS TO DOUBLE YOUR BLOG TRAFFIC IN LESS THAN A WEEK

6 FREE WAYS TO DOUBLE YOUR BLOG TRAFFIC IN LESS THAN A WEEK:

Everyone want's traffic.You set up a blog with great content but,no one is visiting your blog,so what's the use of it.So, you need atleast a decent amount of traffic and what's great than getting that traffic for FREE?
So,here is the good list of 6 Free ways to get traffic to your blog.

1.SEARCH ENGINE:Yea! it brings lots of traffic to your blog.There are millions of people search in the search engines like Google,Yahoo,msn everyday.So,if your blog has so many good posts and is well indexed by google,etc..you will get a good amount of traffic via search engines.There are a few steps to look at if you want a decent amount of traffic from the search engines like "submitting your blog sitemap to google",yahoo to index you blog pages very quickly.And the other important one is adding meta tags to your blog.If you follow these two simple steps,then you will get a decent traffic(massive traffic if your content is good).

2.Submitting your blog to Blog Directories:You may know this before,submitting your blog to blog directories will bring you a good traffic.
Here is a good list of blog directories(there are so many directories,but the below one's will bring you a good traffic).Most of these blog directories ask you to register before you submit your blog.My suggestion is,create a new email address solely for this purpose so,your personal emails are not flooded with the emails sent by the blog administrators,etc.
You can find the Blog directories list here.

3.Participate in forums,groups,etc:Just go to google and enter your [major keyword + fourm] or [keyword+groups] and search.Suppose,your blog is about blogging,then search 'Blogging forum'.You will find some forums,groups related to your site.Register in the forums and post articles,etc with a link back to your blog(as a signature).Answer questions,clarify doubts and provide a link to your blog.But,Dont' SPAM.

4.Social Bookmarking:Social Bookmarking is another way to build good traffic to your website/blog.If you don't know what Social Bookmarking is
"Social Bookmarking is a practise of saving Bookmarks,tagging the posts with keywords in a website".Bookmarking means saving a specific website url(address) in your browser that you wish to visit later.There are so many Social Bookmarking sites likedel.icio.us,digg,furl,technorati.
One good thing about these Social bookmarking sites is,you will get instant traffic.Just register with them,store your bookmarks,tags,.. and you are done,See your site meter blasting with traffic.

5.Submit Articles to Article Directories:Submitting articles to article directories is another effective way to build more traffic.By submitting to them,your articles get massive exposure and gain you more traffic.
Some of the popular article directories are goarticles.com,ezinearticles.com,articlecity.com,etc.
There are hundreds of article directories,just google it.

6.Leaving Comments on other blogs:Leaving comments with a link back to your blog is another good thing to do.Leaving comments in the related blogs is more useful and it also increases your pagerank.Always leave good comments and don't Spam(by placing links like'click here' like that).

Posted in Labels: , | 0 comments

Remove Blogger Navbar

login in your blogger account, then to Layout, then to Edit HTML and after that you should put this code somewhere in before the end of HEAD tag:

#navbar-iframe { display: none !important; }

Posted in Labels: | 0 comments