How to Add Yahoo Buzz Button to Blogger

Although it is very easy to add Yahoo Buzz button to blogger but still many people find it hard how to add Yahoo Buzz button to blogger. So for adding yahoo buzz button to your blog you can easily follow the steps below.

Firefox 3 Windows Theme

  • First go to Yahoo button page and select the button which you want to add in your blog
  • You will get a code like

<script type="text/javascript"
src="http://d.yimg.com/ds/badge2.js"
badgetype="square">
ARTICLEURL
</script>

Now remove ARTICLEURL from the code and add

<data:post.url/>

Now the new code will look like

<script type="text/javascript"
src="http://d.yimg.com/ds/badge2.js"
badgetype="square">
<data:post.url/>
</script>

So the code for adding yahoo buzz button is ready now its time to add it to your blogger template.

Log in to Blogger Account -> Edit HTML

Look for this code

<p><data:post.body/></p>

Once you find the code, Just add the Yahoo Buzz Button code. So final code will look like this :

<p><data:post.body/></p>

<script badgetype=”text” src=”http://d.yimg.com/ds/badge2.js” type=”text/javascript”>

<data:post.url/>

</script>

Now before saving your template just preview the template to see whether everything is ok or not. If it is ok then save it.

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.