Now just Go to this link there you will find the yahoo buzz buttons.
Choose your button there.
Now find this code in template
<data:post.body/>
Next Your paste the script of yahoo buzz buttons right after it.
For Eg:If you would like to choose
Icon with Text Link button then
<script type="text/javascript"
src="http://d.yimg.com/ds/badge2.js"
badgetype="text">
ARTICLEURL
</script>
Then save your template ,thats it you are done.
Go To Edit HTML section and click the “Expand Widget Templates” check box.
Now press Crt+F and search for this specific line of code
<data:post.body/>
Right after this line add this code:
<div style='float:left;'>
<script type='text/javascript'>submit_url = ‘data:post.link/]’;</script>
<script src='http://sphinn.com/evb/button.php' type='text/javascript'/> </div>
Now save your template.
Thats it.
Log in to Blogger Layout----------> Edit Html-------> Expand Widget Templates.
Find this line of code:
<p class='post-footer-line post-footer-line-3'>
... and paste the Mixx code. For a better result on Blogger, I changed the original code with the following code:<img align='absmiddle' alt='Add to Mixx!' border='0' src='http://www.mixx.com/images/buttons/mixx-button4.png' style='margin-left:20px;'/>
<a expr:href='"http://www.mixx.com/submit?page_url=" + data:post.url'>
Mixx it!
</a>
Test your template and save it!
Oke, go to blogger dashboard -Edit HTML -Check Expand Widget - and find the code below:
<b:if cond='data:top.showAuthor'>
Place following code before the code above
<b:if cond='data:post.url'>
<a expr:href='"http://www.facebook.com/share.php?u=" + data:post.url'><img alt='www.tips-fb.com' border='0' src='http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_2.png'/></a>
</b:if>
The code above will appear be like this button:

If you want to using another button , can use these code below :

<b:if cond='data:post.url'>
<a expr:href='"http://www.facebook.com/share.php?u=" + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_4.png" border="0" alt="www.tips-fb.com"></a>
</b:if>

<b:if cond='data:post.url'>
<a expr:href='"http://www.facebook.com/share.php?u=" + data:post.url'><img src="http://i15.photobucket.com/albums/a398/syilpid/share_on_facebook_3.png" border="0" alt="www.tips-fb.com"></a>
</b:if>
Or use your own text , for example : "Share On Facebook"
<b:if cond='data:post.url'>
<a expr:href='"http://www.facebook.com/share.php?u=" + data:post.url'>Share on Facebook</a>
</b:if>
End...
Login to your Blogger dashboard
Go to Layout -> Edit HTML
Check the Expand Widget Template checkbox, which is above the big textbox
Find </head> (Tip: Press Ctrl+F and then find) and place the below code just above it:
<script src='http://www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load('orkut.share', '1');
google.setOnLoadCallback(function() {
new google.orkut.share.Button({}).draw('orkut-button');
});
</script>
Find <div class='post-header-line-1'/> (for post header) or <div class='post-footer-line post-footer-line-1'> (for post footer) and place the below code below it:
<div id='orkut-button'></div>
Done! You have successfully added the orkut share button above or below your posts!
Posted on :
6:20 PM
| By :
sriram
Step 1
- Login into your Blogger account with your ID
- Click on Layout
- Click on Edit HTML tab
- Tick on Expand Widget
- Now search for this line of code.
<b:include data='post' name='post'/>
- Now, replace the above code with the following piece of code
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<div style="padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:2px;background:#333333;color:white">
<data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!-- Hack by www.hackblogger.co.cc -->
- Save your template now and your done for the Step 1.
Now you have made the changes onto your template, now you need to insert this hack on to your blog by adding it into your navigation bar or as a widget.
Step 2Inserting Table of Contents into your Navigation Bar- Go to Layout
- Edit your page element of your Navigation bar code
- And Add the below line of code
<a href="http://YourBlogURL/search?max-results=200">Table of Contents</a>
- Click on Save changes and your done
Or some of you may have the navigation bar on your template, in that case
- Go to Layout
- Click on Edit HTML
- Click on Expand Widget
- Find for the codes where your navigation code is implemented
- And add
<a href="http://YourBlogURL/search?max-results=200">Table of Contents</a>
- Save Template and your done.
There may be some of you who dont want to use this hack on to your navigation menu or will not have a navigation menu, in this case you can use this by adding a page element.
Inserting Table of Contents into Widgets- Go to Layout
- Add a Page Element of your choice in Widget Space
- Click on Add HTML/Javascript
- Now add the below code
<a href="http://YourBlogURL/search?max-results=200">Table of Contents</a>
- Save your Page Element and your done.
If you have done these step by step hack in accordance for what we have explained it should work fine.
Changing the Style of Table of Contents.After implementation of this hack, it would sometimes not please your eyes as the style does not match with the template. So basically there are 3 elements you need to know if you want to change the Style of this hack.
- Background Colour
- Text Colour
- Table of Content list Size
You can change the Background Color and the text color of your choice by changing this part of code.
<b:if cond='data:blog.homepageUrl !=
data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<a expr:href='data:post.url'>
<div style="padding:6px 0 6px 5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;margin-bottom:2px;background:#333333;color:white">
<data:post.title/></div></a>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!-- Hack by www.hackblogger.co.cc -->
Blue --> Background Color
Green --> Text Color
And, now if you want to adjust your List Size of your Table of Contents on your Blog, Simply just change the amount of display list here
<a href="http://YourBlogURL/search?max-results=200">Table of Contents</a>
Just Change the 200 list to your desired amount, and also very importantly dont forget to substitute your URL with "YourBlogURL".
Thats all about it, and good luck on implementing this hack on you blog :).
0