Google Wave is now turning as a most popular sharing and communicating media. A lot of Gmail users are now enjoying the features of Google Wave absolutely free of charge. Google Wave is now growing as a great sharing tool for bloggers also.By creating a Wave, one can easily share their new posts by adding a “WaveThis” button in their blog.
How to add Wavethis button in your blog
FOR BLOGGER USERS: Save your template to your computer before doing any changes
STEP A
Log in to Blogger Account, go to Layout -> Edit HTML and check the box "Expand Widget Templates". Now, find this code in the template:
<div class='post-header-line-1'/>
STEP B
And immediately after the above given code, paste the code given below.
<!--WAVETHIS-CODESTARTS-->
<span class='wave'>
<a expr:href='"https://wave.google.com/wave/wavethis?t=" + data:post.title' target='_blank'><img src="http://wave.google.com/wavethis/button32.png" /></a>
<script type='text/javascript'>
function displayURL(data) {
var urlinfo = data[0];
if (!urlinfo.total_posts) return;
document.getElementById("a<data:post.id/>").innerHTML = urlinfo.total_posts;
}</script>
</span>
<!--WAVETHIS-CODESTOPS-http://businessvartha.blogspot.com-->
Please note that including this code will generate a “WaveThis” button, as you can see in our blog, just above this post. Google marvelously made different sizes of “Wavethis” button as you can see down here. Please replace the red portion in the code given above to get desired size from this.
button16.png icon16.png
button24.png icon24.png
button32.png icon32.png
Courtesy: Google
More to read:
2 comments:
Thank you for the information and the guidance "Wave This" was successfully added to my blog.
Hi Reetha
thanks a million for this useful post which enabled me to add Wave This Button on my blog
Post a Comment