How to Show Recent Post on the Sidebar

To show your recent post on the sidebar is very easy, you just follow the instruction below then you will see your recent post on your blog sidebar. here’s the steps :

1. Login to Blogger then Chose "Layout"
2. Click on "Add page element" (chose where you want to put it) then chose "HTML/Javascript"
3. Copy the code below and put it in the "content" box.

<script src="http://www.geocities.com/uddin_81/recent-post.js"></script>
<script>var numposts = 10; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script>
<script src="http://YOURBLOGNAME.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=rp">
</script>


4. Change YOURBLOGNAME with your blogname.
5. The number "10" it’s amount of recent post that will be shown, You can change it.
6. Click Save.

Get Try it .......




Setting Domain Blogspot With co.cc Domain

co.cc is a free domain. It's not only URL forwarding but we can setup DNS Records, A, MX, and CNAME records. We can change our blog's name to become "name.co.cc". It's more simple than we use domain "name.blogspot.com". To change our default blogspot name to co.cc domain name there are some steps to do. Here is the tutorial to setup domain co.cc


1. Open your browser to co.cc
2. Then regiter a domain that you want to use.
3. If it's no available you have to find another domain name. But if it's available then you can register it.
4. The you have to setup your domain. Got to "setup-->Manage domain"
5. Choose "Zone Records"
6. In the coloumn "Host" fill it with your domain name (www.yourdomainname.co.cc")
7. Choose "CNAME" for "Type"
8. In the "Value" box fill it with "ghs.google.com"
9. Then click "Setup" Button.


The next step is make some setup in blogspot.

1. Login to Bloggr/blogspot then choose "Setting-->Publishing"
2. Then choose "Switch to: • Custom Domain
3. Then click on "Already own a domain? Switch to advanced settings"
4. Fill it with your new domain in the "Your Domain" coloumn.



5. To Finish click "Save Setting" Button.

It will take 1-48 hours for your new domain to work. So be patient....





Create Tab View

Tab View is very usefull box. We can fill it with many contain. It will save our blogs area. (See Image Below)


Here is Tutorial how to create a tab view:

1. Login to blogger, go to "Layout --> Edit HTML"
2. Then find this code ]]></b:skin>
3. Insert the below code before ]]></b:skin> or in CSS tag.

div.TabView div.Tabs
{
height: 24px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 90px; /* Width top main menu */
text-align: center;
height: 24px; /* Height top main menu */
padding-top: 3px;
vertical-align: middle;
border: 1px solid #000; /* Top Main menu border color */
border-bottom-width: 0;
text-decoration: none;
font-family: "Times New Roman", Serif; /* Top main menu font */
font-weight: 900;
color: #000; /* Top main menu font color */
}
div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #FF9900; /* Top main menu background color */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #6E6E6E; /* Content Border color */
overflow: hidden;
background-color: #FF9900; /* Content background color */
}
div.TabView div.Pages div.Page
{
height: 100%;
padding: 0px;
overflow: hidden;
}
div.TabView div.Pages div.Page div.Pad
{
padding: 3px 5px;
}



4. You can change the code according to the red text explanation. To get html color code see HERE
5. The next step is put the code below before </head>

<script src='http://superinhost.com/trikblog/tabview.js' type='text/javascript'/>



6. Then "save" it.
7. Go to "Page Elements" menu
8. Chose "Add Page Element" --> "HTML/Javascript" in place where you want to put this tab.
9. Insert this code :

<form action="tabview.html" method="get">
<div class="TabView" id="TabView">
<div class="Tabs" style="width: 350px;">
<a>Tab 1</a>
<a>Tab 2</a>
<a>Tab 3</a>

</div>
<div class="Pages" style="width: 350px; height: 250px;">

<div class="Page">
<div class="Pad">
Tab 1.1 <br />
Tab 1.2 <br />
Tab 1.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">
Tab 2.1 <br />
Tab 2.2 <br />
Tab 2.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">
Tab 3.1 <br />
Tab 3.2 <br />
Tab 3.3 <br />

</div>
</div>


</div>
</div>
</form>

<script type="text/javascript">
tabview_initialize('TabView');
</script>



Note :
- The number or the blue text(350px) Is size of the tabview.
- The green code is the main menu text
- The red code is the content of tabview. you can fill it with links, banner, widget, comment or anything.
- To add more menu, see on the blink code. Add the code under it.

Good luck every body.

Create Vertical Menu

We have learned how to create horizontal menu before. Now we will try to make a vertical menu. We will make a vertical menu like the image. Ok let's do it

1. Login to blogger then choose "Layout-->Edit HTML"
2. Put the script below before this code ]]></b:skin> or put it in CSS code area.

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}
.glossymenu li{
position: relative;
}
.glossymenu li a{
background: white url('http://blog.superinhost.com/vertical/blue1.gif') repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu li ul{
position: absolute;
width: 190px;
left: 0;
top: 0;
display: none;
}
.glossymenu li ul li{
float: left;
}
.glossymenu li ul a{
width: 180px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url('http://blog.superinhost.com/vertical/blue2.gif');
}

* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }



You can change the menu color, look at the red text (blue1.gif and blue2.gif). Change it with some color menu below. For example, if you want to choose red color, then the code would be like this :

.glossymenu li a{
background: white url('http://blog.superinhost.com/vertical/red.gif') repeat-x bottom left;


dan

.glossymenu li a:hover{
background-image: url('http://blog.superinhost.com/vertical/red.gif');



Vertical Menu Color :

[Image]

blue1.gif

blue2.gif

[Image]

green1.gif

green2.gif

[Image]

red1.gif

red2.gif

[Image]

pink1.gif

pink2.gif

[Image]

black1.gif

black2.gif



3. Save your template.
4. Then go to "Page Elements" menu
5. choose "Add a Gadget -->HTML/JavaScript" the insert the code below.

<ul id="verticalmenu" class="glossymenu">
<li><a href="/">Home</a></li>
<li><a href="http://trik-tips.blogspot.com">Trik Blog</a></li>
<li><a href="http://x-template.blogspot.com" >Free Template</a></li>
<li><a href="http://getebook.co.cc">Free Ebook</a></li>
</li>
</ul>



Note :
- The red code is the links.
- The Blue code is anchor text.
- If you want to add menu, just copy the blink code and paste it.

6. Then click "Save"





Highlight Author Comment in Blogspot

This trick is to give a Highlight Author Comment . This will make the blog's owner comments looks different from the visitors comments. It's very usefull and interesting blogger hack tips. You can see the example in my blog. Here is what to do to make a "Highlight Author Comment" effect in Blogspot.

1. Login to blogger, then choose "Layout --> Edit HTML". Don't forget to backup your template first.
2. Check the "Expand Widget Templates" box.
3. Copy this script and put it before ]]></b:skin> or copy to your CSS area.

.comment-body-author {
background: #E6E6E6; /* Background color*/
color: #000; /* Text color*/
border-top: 1px dotted #223344;border-bottom: 1px dotted #223344;border-left: 1px dotted #223344;border-right: 1px dotted #223344;
margin:0;
padding:0 0 0 20px; /* Posotion*/
}


4. Then find this code:

<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
said...
</dt>

<b:if cond='data:comment.author == data:post.author'>
<dd class='comment-body-author'>
<p><data:comment.body/></p>
</dd>
<b:else/>


<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>

</b:if>

<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>


5. The red color text is the code that you have to add to your script. The position must be right.
6. And then save your template.

Shopzilla Publisher Program

Shopzilla is an ad network (currently in beta) that pays per click (CPC). I have been using it since last month and it has done really well on my product related site – DigitGeek.

I have tried many ad networks on DigitGeek like AdSense, Kontera, Amazon, TTZ Media, Chitika and WidgetBucks and none have done as good as Shopzilla. It has to be because Shopzilla has clickable images on their ads which gets it more clicks.

Both Chitika eMinimalls and TTZ Media used to have clickable images, but stopped it later. They even made their ads display only for some countries. I hope Shopzilla wont do this in the future as it can reduce the Click Thru Rate a lot.

As long as they don’t do it, Shopzilla will be a good alternative to programs like Chitika’s eMiniMalls, TTZ Media and WidgetBucks.

They offer different content types like ‘Top Search Results’, ‘Custom Text Links’, ‘Search Boxes’, “Banners’, ‘Product Pods’, and ‘Text links’.

shopzilla cotnent types

Shopzilla has a similar feature to the AdSense channels called Placement IDs which are helpful to find out which ads are performing the best.
Screenshots

‘Top Search Results’ ad: 336×280

shopzilla top search results ad

Banner: 468×60

shopzilla banner

Watch this video:

You can watch the above video in higher quality here.

Here’s how you can get Shopzilla to display ads related to the posts on WordPress blogs (thanks Tim):

For WordPress users, you can automatically use the Page Title as the keyword (or “Search For” as they call it) for Shopzilla ads. These are for the ‘Top Search Results’ ad type. Create the Top Search Results asset using just the letter “a” in the “Search For” field as the keyword. Pick the banner size, set your colors, etc, and then get the HTML code. Look in the HTML code for the following:
/keyword-a/
Replace that with this:
/keyword-/
That code should take the title of the WordPress post and use it as the keyword for the ad unit.

Shopzilla will perform best on product related sites, so if you own one make sure to register for Shopzilla.

They currently do not accept everyone, but you can register and see if they accept you. DigitGeek was accepted in a few hours.








Tạo thanh "Page Navigation" (phân trang) cho blog

Các bước thực hiện:
1. Đăng nhập blog
2. Vào chỉnh sửa Code HTML (không nhấp vào Mở rộng tiện ích)
3. Chèn đọan code CSS bên dưới trên dòng ]]></b:skin>

.showpageArea {padding: 0 2px;margin-bottom:10px;margin-top:10px;
}

.showpageArea a {border: 1px solid #505050;
color: #000000;font-weight:normal;
padding: 3px 6px !important;
padding: 1px 4px ;margin:0px 4px;
text-decoration: none;
}
.showpageArea a:hover {
font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}

.showpageNum a {border: 1px solid #505050;
color: #000000;font-weight:normal;
padding: 3px 6px !important;
padding: 1px 4px ;margin:0px 4px;
text-decoration: none;

}
.showpageNum a:hover {
font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;

}
.showpagePoint {font-size:11px;
padding: 2px 4px 2px 4px;
margin: 2px;
font-weight: bold;
border: 1px solid #333;
color: #fff;
background-color: #000000;


}

.showpage a:hover {font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;

}
.showpageNum a:link,.showpage a:link {
font-size:11px;
padding: 2px 4px 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;}

.showpageNum a:hover {font-size:11px;
border: 1px solid #333;
color: #000000;
background-color: #FFFFFF;
}

Các bạn có thể chỉnh sửa code CSS theo sở thích của mình, như màu chữ, màu nền...

4. Tìm đọan code sau

<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>


thêm đọan Javascript bên dưới ngay sau dòng </b:section>

<script type="text/javascript">

function showpageCount(json) {
var thisUrl = location.href;
var htmlMap = new Array();
var isFirstPage = thisUrl.substring(thisUrl.length-14,thisUrl.length)==".blogspot.com/";
var isLablePage = thisUrl.indexOf("/search/label/")!=-1;
var isPage = thisUrl.indexOf("/search?updated")!=-1;
var thisLable = isLablePage ? thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length) : "";
thisLable = thisLable.indexOf("?")!=-1 ? thisLable.substr(0,thisLable.indexOf("?")) : thisLable;
var thisNum = 1;
var postNum=1;
var itemCount = 0;
var fFlag = 0;
var eFlag = 0;
var html= '';
var upPageHtml ='';
var downPageHtml ='';


var pageCount=5;
var displayPageNum=3;
var firstPageWord = 'First';
var endPageWord = 'Last';
var upPageWord ='Previous';
var downPageWord ='Next';



var labelHtml = '<span class="showpageNum"><a href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';

for(var i=0, post; post = json.feed.entry[i]; i++) {
var timestamp = post.published.$t.substr(0,10);
var title = post.title.$t;
if(isLablePage){
if(title!=''){
if(post.category){
for(var c=0, post_category; post_category = post.category[c]; c++) {
if(encodeURIComponent(post_category.term)==thisLable){
if(itemCount==0 (itemCount % pageCount ==(pageCount-1))){
if(thisUrl.indexOf(timestamp)!=-1 ){
thisNum = postNum;
}

postNum++;
htmlMap[htmlMap.length] = '/search/label/'+thisLable+'?updated-max='+timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount;
}
}
}
}//end if(post.category){

itemCount++;
}

}else{
if(title!=''){
if(itemCount==0 (itemCount % pageCount ==(pageCount-1))){
if(thisUrl.indexOf(timestamp)!=-1 ){
thisNum = postNum;
}

if(title!='') postNum++;
htmlMap[htmlMap.length] = '/search?updated-max='+timestamp+'T00%3A00%3A00%2B08%3A00&max-results='+pageCount;
}
}
itemCount++;
}
}

for(var p =0;p< htmlMap.length;p++){
if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){
if(fFlag ==0 && p == thisNum-2){
if(thisNum==2){
if(isLablePage){
upPageHtml = labelHtml + upPageWord +'</a></span>';
}else{
upPageHtml = '<span class="showpage"><a href="/">'+ upPageWord +'</a></span>';
}
}else{
upPageHtml = '<span class="showpage"><a href="'+htmlMap[p]+'">'+ upPageWord +'</a></span>';
}

fFlag++;
}

if(p==(thisNum-1)){
html += '&nbsp;<span class="showpagePoint"><u>'+thisNum+'</u></span>';
}else{
if(p==0){
if(isLablePage){
html = labelHtml+'1</a></span>';
}else{
html += '<span class="showpageNum"><a href="/">1</a></span>';
}
}else{
html += '<span class="showpageNum"><a href="'+htmlMap[p]+'">'+ (p+1) +' </a></span>';
}
}

if(eFlag ==0 && p == thisNum){
downPageHtml = '<span class="showpage"> <a href="'+htmlMap[p]+'">'+ downPageWord +'</a></span>';
eFlag++;
}
}//end if(p>=(thisNum-displayPageNum-1) && p<(thisNum+displayPageNum)){
}//end for(var p =0;p< htmlMap.length;p++){

if(thisNum>1){
if(!isLablePage){
html = '<span class="showpage"><a href="/">'+ firstPageWord +' </a></span>'+upPageHtml+' '+html +' ';
}else{
html = ''+labelHtml + firstPageWord +' </a></span>'+upPageHtml+' '+html +' ';
}
}

html = '<div class="showpageArea"><span style="padding: 2px 4px 2px 4px;margin: 2px 2px 2px 2px;border: 1px solid #333; background-" class="showpage">Page '+thisNum+' of '+(postNum-1)+': </span>'+html;

if(thisNum<(postNum-1)){
html += downPageHtml;
html += '<span class="showpage"><a href="'+htmlMap[htmlMap.length-1]+'"> '+endPageWord+'</a></span>';
}

if(postNum==1) postNum++;
html += '</div>';

if(isPage isFirstPage isLablePage){
var pageArea = document.getElementsByName("pageArea");
var blogPager = document.getElementById("blog-pager");

if(postNum <= 2){
html ='';
}

for(var p =0;p< pageArea.length;p++){
pageArea[p].innerHTML = html;
}

if(pageArea&&pageArea.length>0){
html ='';
}

if(blogPager){
blogPager.innerHTML = html;
}
}

}
</script>

<script src="/feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999" type="text/javascript"></script>


Chú ý 1 số đọan code sau:
var pageCount = 5;

Số 5 trong đọan code là để hiển thị số lượng các bài viết trong 1 trang. Thay đổi nó tùy theo bạn, có thể 2 hoặc 3...

var displayPageNum = 3;
Code này để hiển thị số lượng trang web được liệt kê trên thanh "page navigation".

Tham khảo và dịch từ internet
Chúc các bạn thành công.




Adding FaceBook Share button for blogger posts.

Adding FaceBook Share button for blogger posts.

A lot of my friends and visitors asked my about how to add share on facebook button in blogger (blogspot),

And this question repeated many times specially after I posted a tutorial about How To Add Retweet Button To Blogger (Blogspot ).


Today we’ll learn how to do it in a very easy way.
About The Widget.
This is the official facebook sharing button and here are it’s features.
  • 2 Styles. Button Or Link
  • With / without Counter.
Step 1. Get Your Code.
Go to this page click here,


And make your button ( customize it ). there are some easy options and you can check the preview button to see your button.

See the following image to see the button different styles.
Adding FaceBook Share button for blogger posts.
After Finish you button customization, please copy your button code and go to the next step.
Step 1. Add It To Your Blogger Blog.
Log into your blogger account, and go to Layout >> Edit Html.

Before doing any thing you must check Expand Widget Templates box.


And find the next Code
<div class='post-header-line-1'/>
And after it, paste your button code we made the button it in step 1
What, If you didn’t find the code above in your template, The try to find the following,
<data:post.body/>
And paste the button code Before it.

That’s It.

Theo allblogtools 

Add Star ratings for blogger blogs.



we all need to know what our visitors are thinking
about our Blogspot posts?
ok. here is great easy and nice way
to add rating stars to your blog posts and get visitors instant feedback.
you’ll need to go to the link that we’ll provide you after reading this post.
you’ll find that outbrain.com rating widget available in 5 popular blog systems. click on blogger icon.
then you can see 2 steps.
STEP 1: Register (optional)
STEP 2: Install widget
as you see you are not forced to Register to be able to use this widget.
after clicking on Get Widget Now! button. you’ll be redirected to blogger.com to login you blog and add this widget.
you can find this widget here. Outbrain rating star widget
Please visit this blog to see live demo rating widget. :
Demo
or copy and past the next url into your web browsers address bar:
http://www.outbrain.com/get/ratings
thanks for outbrain.com to offer such nice widget like this.





Disable right click on blogger blogspot


Disable right click on blogger blogspot

You’ll learn in new blogger trick to disable

right click in your blog pages.

Blogger tricks and hacks

Right click on any internet browser is very important element.

and we must use it when it comes to copy or editing texts and etc..

and it’s very important when it comes to webmasters too.
but some people may use it in a bad way, and you may want to make click right disabled on your blog.

to protect you text, images links and etc….
so all what you have to do is only simple step.

you’ll need to add new html/javascript element to your layout.

now go to your blogger account.

navigate to Layout >> Add a GadGet >> and select html/javascript

then copy the next code and past in in html/javascript text box area

<script language="JavaScript"><!-- //Disable right mouse click Script//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive//For full source code, visit http://www.dynamicdrive.com var message="Function Disabled!"; ///////////////////////////////////function clickIE4(){if (event.button==2){alert(message);return false;}} function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;} document.oncontextmenu=new Function("alert(message);return false") // --> </script>

then save the html/javascript. and view you blog.
when you try to do right click. a message will tell you that “Function disabled”

and if you want to change this words” Function Disabled”
find the next line in the code

var message="Function Disabled!";

and change Function Disabled! to what ever you want.

i hope it helps.

Theo allblogtools 





How to add “Email Subscription Form” to your blogger blog (blogspot)


One of the best ways to keep your visitors come back to your blog, is to let your visitors know about your latest blog updates. and make them feel that you updating your blog regularly.
and the best way to do this is by adding “Email Subscription Form” to your blog, so your Subscribers will receive your new content and posts in their Email Inbox.
and it’s very easy to add email or feed Subscription Form to your blogger blog (blogspot).
so let’s do it,
1. you have to sign in your feedburner account, if you haven’t got on yet. you can log in using your google account, or you can register you free account
go here and click Create an account
2. Once you logged in your feedburner account, find Burn a feed right this instant and enter your blogger blog url and hit Next

Click here to zoom
3. now you’ll Give your feed its title and it’s Url and click next.

Click here to zoom
at the next page ( Congrats! Your FeedBurner feed is now live. ) click Next
Now you are on ( Get More Gusto From Your Feed Traffic Statistics. ) page, customize your options on this page and click Next
4. now your are in your feedburner dashboard
click On Publicize.

Click here to zoom
5. On left sidebar click Email Subscriptions and then click Activate.

Click here to zoom
6. Now Select language and copy the code

Click here to zoom
7. Go To your blogger account and Go To layout>add a Gadget> And Select html/javascript
then past the code into html/javascript window and click SAVE THE CHANGES.
then move this html/javascript to your favorite place, may at your sidebar (recommended)
Now your form it ready for your visitors.
Enjoy

Theo allblogtools 

Adding favicon to blogspot

Adding favicon to blogspot

How To add fav icon to your blogger
  • Codes Fixed and 100% works
  • 18,000+ Animated Favicons Source Added


favicon is very important now it’s a nice way to put your logo. or what ever you want. on the browser address bar.
if you don’t know what is the favicon.ico just look at the address bar at your browser now.

and you’ll see our logo added to it on the left. you can check the above image to know what are we talking about.

to do this you need to follow the next simple 4 steps. it’s too easy. so lets go.




[Image]

- Before We Start:


- You need to be careful while changing your template.

- Before you make any changes, Back up your template and save it at safe place.

step 1: creat of choose your own icon.

step 2: Make your favicon.

step 3: Upload it.

step 4: Add a code to your blogger xml layout.

step 5: Enjoy.


Step 1: choose your own icon.
first of all. you need to have an icon to display it as your blog favicon.

if you already have a logo. you ‘ll use it.

or you’ll need to find nice logo and suitable to your blog.

it may be a letter. or simple expressive picture. you can browse deviantart.com icons category to get inspired.

and here is sample icons may help you to Crate yours.
Add favicon to blogger
once you are done and picked you icon. you’ll need to move to the next step.
  • 18,000+ Animated Favicons Source Added
That’s great and new source for free and animated icons, you won’t need to design your own icon and loos any time any more, thanks for iconj.com Go there and browse.
Step 2: (OR ) Make your own favicon.
now you have to make your icon 16×16 pixels. I usually use photoshop to do it and save it as any image format. like [ jpg, gif, png, .....].

call it favicon.jpg , favicon.gif or favicon.png. just choose one format, not all of 3 types.

and we’ll use program called “imagicon” you can search Google to download.its free and only 950 KB.


setup the program and find the icon image that you made it and saved it by photoshop, favicon.xxx

load the image and choose 16×16 win32 icon. save it as .ico.

so it’ll be favicon.ico.

Recommended : it’s recommended to name your icon file – favicon.ico -
Step 3: Upload it.
Use you favorite image upload or file service to upload you favicon.ico file.

and keep the url at save place cause we going to use it in step 4.


the url should be something like.

http://www.fileiconhost.com/i3jh/youricon.ico

Step 4: Add a code to your blogger xml layout.
log in to your blogger account. Now find the blog you want to edit if you own more than one blog. And click “layout” table. then choose “Edit html”

Add favicon to blogger
Search for :


<title><data :blog.pageTitle/></title>


and just after it. past the next code


<link href='ADD HERE YOUR ICON URL' rel='shortcut icon'/>

<link href='ADD HERE YOUR ICON URL' rel='icon'/>


and instate of ‘URL of your uploaded icon file’ add the url that you uploaded your ico file to.
the code should be something like the next


<link href='http://hostingsite.com/favicon.ico' rel='shortcut icon'/>
<link href='http://hostingsite.com/favicon.ico' rel='icon'/>

Click save template button.
Step 5: Enjoy
Now go to check your new blogspot browser address bar.

if you can’t see it please wait for awhile. some times it takes 2 days to appear. but not always.

if you have any problems please leave acomment. 

Theo allblogtools 

Display Related Posts with Thumbnails In Blogger

Display Related Posts with Thumbnails In Blogger

The most important thing for blogger is the traffic, the visitors, and he works very hard to get a lot of visitors every day,

but what to do after getting good number of visitors.

You have to make your visitors keep return to your site and spend more and ore time on your site.


and one of the most effective way to do this is to convince your visitors that you still have more high quality content.

after a visitor finish reading one of your blog posts, he should find some thing related to his interests.

so you may want to make it easy for him to find another related content on your blog,

and the best way to do it, is to use a related posts script, to display list of related posts, not only the posts titles, but thumbnails too.
And we’ll use one of the best widgets for this process, it’s linkwithin.
What Is linkwithin
linkwithin is a free widget enable us to display list of related posts with thumbnails at the posts footer.
at the moment you can choose one of three factors that determine the posts that appear in list. the 3 factors are

  • Relevance
  • Popularity
  • Recency
How To Add Related Posts With Thumbnails linkwithin linkwithin WidgetTo Your blooger Blog
It’s easy to add this widget to blogspot, there is two ways to add it, and every one have to choose the Proper way.
If You Use One Of Blogger Standard ( Default ) Templates.

if you use the standerd templates just go to LinkWithIn.com

you’ll find a small form on right, fill it, and choose blogger as your platform. and and follow the instructions.

after installing the widget in this way you’ll see You may like these related stories at your posts page after each post, at your main page, and at your search results page.
If You Use A Customized Templates.
This way is used to add the widget to your blog if you:
  • Use customized blogger template
  • Want to customize the widget for your blog
Step 1
Go to LinkWithIn.org,

Fill the form on the right-hand side, but for Platform choose Other
Related Posts with Thumbnails In Blogger
then click Get Widget you’ll be in a page called Install Widget on Other Platforms


and you’ll see a code there. don’t copy the code but find linkwithin_site_id as you see in the image. find it and copy it, it should be someting like this

48394 then save it in a notepad file or save it any where.
Related Posts with Thumbnails In Blogger
Step 2
Go to Layout>Edit HTML in your Blogger dashboard and ensure you have checked the “Expand widget templates” box.

and use your browsers finder and find this tag
<div class='post-footer'>

or similar tag, you must find post-footer tag.
Step 3
once you find it, just before it past the following code.
<b:if cond='data:blog.pageType == "item"'>
<script>
var linkwithin_site_id = YOUR_SITE_ID;
(function () {
var elem = document.createElement('script');
elem.type = 'text/javascript';
elem.src = 'http://www.linkwithin.com/widget.js?rand=' + Math.random();
document.getElementsByTagName('head')[0].appendChild(elem);
})();

</script>
<a href="http://www.linkwithin.com/"><img
src="http://www.linkwithin.com/pixel.png" alt="Blog Widget by LinkWithin"
style="border: 0" /></a>
</b:if>
Step 4
Change YOUR_SITE_ID To your own saved ID > in step 1.

Step 5
Review your template and see if it works or not.

and that’s it.

Theo allblogtools 

How To Add Retweet Button To Blogger (Blogspot ).

How To Add Retweet Button To Blogger (Blogspot ).

Hi guys. Since twitter getting more and more users all over the world, you must use it because it’s amazing tool to improve your traffic, Connecting with your visitors, and more. most of twitter users use retweet as well. retweet allow you to re post some interesting tweets on twitter.


And you can add a retweet button to your blog to enable your visitor to retweet any post and it works as a counter too, it shows you haw many times your post has been posted to twitter.

It’s very easy task to add this buttons to your blog, and we have got 4 styles for this button.
  • Normal Left
  • Normal Right
  • Compact Left
  • Compact Right
Normal Left

Add retweet button to blogger
Code for retweet button Normal Left style :
<div style="float:left;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>

</div>
Normal Right
Add retweet button to blogspot
Code for retweet button Normal Right style :
<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';

</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
Compact Left
Add retweet button to blogger
Code for retweet button Compact Left style :
<div style="float:left;padding:4px;">
<script type="text/javascript">

tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
Compact Right
Add retweet button to blogspot

Code for retweet button Compact Right style :
<div style="float:right;padding:4px;">
<script type="text/javascript">
tweetmeme_style = 'compact';
tweetmeme_url = '<data:post.url/>';
tweetmeme_source = 'your_twitter_user_name';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>

How To Install Retweet Button On Your Blogger Blog
1
: once you choose your favorite style, open new text file, copy and paste the code there, and change your_twitter_username to your twitter account name.
2
: Log into your blogger account, and go to Layout >> Edit Html.


Before doing any thing you must check Expand Widget Templates box.
3
: Find This code.
<div class='post-header-line-1'/>
and past the button code which we made it, step 1 After it.

Or
find this code,
<data:post.body/>
and paste the code which we made it, step 1 before it.

Theo allblogtools 

Surprise, Blogger Now officially Supports “Read more” links.

we’re all waiting for this, Official “read more” links in blogger posts, Easy, guaranteed, and officially supported by Blogger.
For years and years all blogger users tried to place the read more links in blogspot blogs.
we published a tutorial here on allblogtools.com about this hack and how to do it by manually editing template HTML.
but it wasn’t working probably with all bloggers.
few days ago, blogger announced their latest birthday present:Blogger Jump Breaks.
By using Jump breaks you can show only a snippet of your post on your blog index page and archives.
Blogger will insert a read more link after each post so your readers can keep reading by clicking on this link.
How To Use Blogger Jump Breaks.
Actually there is two ways to use Jump Breaks.
1. If you use bloggers new post editor
If you use bloggers new post editor, ( you can use it by enabling it via the Settings tab at your blogger dashboard )
You’ll find that there is new icon on the tab called “Insert jump break”
So while writing your post just click with your cursor where you want to add the Read More Link, And then, click on “Insert jump break” icon.
How To Use Blogger Jump Breaks.
2. If you don’t use the new blogger post editor
You can insert the read more link buy clicking on Edit Html tab while writing your new post,
How To Use Blogger read more links.
And insert
 <!-- more -->
where you want the read more link to appear.
do it’ll look like the next image.
How To Use Blogger read more links.
How To Customize Blogger Jump Breaks.
You can change the text “ Read More > ” by going to Dashboard >> Layout >> then Edit the Blog Posts widget.
How To Use Blogger read more links.
And change it to what ever you want.

Theo allblogtools

Customize Blogger “Read More” / “Jump Breaks” Links With image Buttons, Text And Alignment.

Customize Blogger “Read More” / “Jump Breaks” Links With image Buttons, Text And Alignment.



Hi dear friend,
I promised you in a previous tutorial, here ” Blogger Now officially Supports “Read more” links. ” that i’ll add a tutorial about customizing your read more links in blogspot.

So you have to check out the previous tutorial if you are not familiar with the new blogger jump breaks addition.
Now is the time for this tutorial,
after reading this tutorial you’ll be able to Customize you read more links in those ways:
  • Change the text ” read more ” to another words.
  • Add An Image / Button To Your “Read More / Jump Breaks ” In Blogger Links Instead Of Plain Text
  • choose your read more link / button to be displayed on left side, right side or center it.
so lets start,
Please download a copy of your template before applying any changes.  

First Step, You Must Do This Step
this code should be included in your blogger template,
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More </a>
</div>
</b:if >
i’ll tell you where to add it, but before you add it, make sure that it’s not already included in your template.

Go to you blogger dashboard >> Layout >> Edit HTML and Check on Expand Widget Templates use your internet browser to search for the code,
if you found the code in your template, ok you have to skip this step

but before you skip it,


make sure that the third line in the code looks like this
<a expr:href='data:post.url + "#more"'>Read More </a>
And not
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
if you found it like the second one, please replace it with the first one
if it’s not in your template you’ll have to add it, and i’ll tell you where you should add it.

Go to you blogger dashboard >> Layout >> Edit HTML and Check on Expand Widget Templates use your internet browser to search for this code,
<data:post.body/>
and just after it, add the next code,
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>

<a expr:href='data:post.url + "#more"'>Read More </a>
</div>
</b:if >
Now we finished adding the require code for customizing this trick.
Lets start customizing
1.Change the text ” read more ” to another words.

this is the easiest on ever,

after applying the first step to your template, you should have this code added to your template :
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More</a>
</div>
</b:if >

This code will display your read more link in this format : Read More
and to change it to another word, simply, change the word Read More in the code in your template to what ever you want, Example? Keep reading, continue reading, read the rest, and more.
After changing it, click Save template and check out your blog.
2.Add An Image / Button Instead Of Plain Text
Ok, now again, after applying the first step to your template,


you must have this code added to your template
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More</a>
</div>
</b:if >
This code will display your read more link in this format : Read More

and to change the text to image / button , we should replace the word Read More in the code with the following
<img border="0" src="Paste here the button Image URL"/>
so you should have some thing like this
<img border="0" src="http://www.allblogtools.com/image-url.jpg"/>
After changing it, click Save template and check out your blog.

And here is some good samples for read more buttons :
Read More


Read More


Read More


Read More


Read More



Read More
And you can find more buttons by searching in google for “read more button”.
3. Control the read more link or button alignment, left, right Or center.
lets back again for the first step, after applying the first step to your template,

you must have this code added to your template after applying first step.
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'>Read More</a>

</div>
</b:if >
this code will display read more link in default format, and your template may display it at left or right, but if you want to control where it’ll be displayed, you should add small tag for the code, and the new added tag in blue color.
<b:if cond='data:post.hasJumpLink'><div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="xxxx">Read More</p></a></div></b:if >
and you can replace the xxxx with Left, right, or center.
any in this way you can control the position for your link or button.
and here is some examples to help you

Example 1
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="Left">Read More</p></a>
</div>
</b:if >
This will display read more in pain text aligned to left
Example 2
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><p align="right"><img border="0" src="http://www.allblogtools.com/image-url.jpg"/></p></a>

</div>
</b:if >
This will display read more in image button aligned to right
i wish this can help you, you comments are welcome, and please share it if you found it useful

Theo allblogtools.