Wednesday, February 23, 2011

How To add blog engage vote button to blogger

1. Log in to blogger account and go to Design >Edit HTML

2. Make sure put check mark on "Expand Widget Templates"

3.Now find this tag by using Ctrl+F  <data:post.body/>

4. Paste Below code before <data:post.body/>  this tag

<div style='float:right; margin-right:10px; margin-top:10px'>
<script type='text/javascript'>
submit_url=&quot;<data:post.url/>&quot;;</script>
<script src='http://blogengage.com/evb/button.php' type='text/javascript'/>
</div>

5. Now Click Preview and click save  template. you are done.

2 comments:

  1. Soharox, you are a godsend! I've been hunting high & low for this exact widget. Thank you!

    ReplyDelete