adding yahoo buzz to blogger

September 19, 2008 by gregorgede · Leave a Comment
Filed under: yahoo buzz 

1. On blog control panel click Layout then click Edit HTML. Check Expand widget templates
2. Click Download Full Template to backup your current template, just in case…. :)

3. look for line which should look more less like this :

<div class='post-body entry-content'>
<data:post.body/>
<div style='clear: both;'/>
</div>

4. paste the code that you’ve got from yahoo buzz like this :

<div class='post-body entry-content'>
<data:post.body/>
<br/>
<script type=”text/javascript”
src=”http://d.yimg.com/ds/badge2.js”
badgetype=”text-votes”
>
<data:post.url/>
</script>
<div style='clear: both;'/>
</div>

5. Save