@Jay: Go to Design/Edit HTML, click on “Expand widget templates” and find this line:
<b:includable id='backlinks' var="post">
Add this code above that line:
<b:includable id='shareButtons' var="post">
<a class="share-button sb-email tooltip" expr:href="https://btemplates.com/2009/blogger-template-gamezine/data:post.sharePostUrl +"&target=email"" expr:title="data:top.emailThisMsg" target="_blank">
<span class="share-button-link-text"><data:top.emailThisMsg/></span></a>
<a class="share-button sb-blog tooltip" expr:href="https://btemplates.com/2009/blogger-template-gamezine/data:post.sharePostUrl +"&target=blog"" expr:onclick='"window.open(this.href, "_blank", "height=270,width=475"); return false;"' expr:title="data:top.blogThisMsg" target="_blank">
<span class="share-button-link-text"><data:top.blogThisMsg/></span></a>
<a class="share-button sb-twitter tooltip" expr:href="https://btemplates.com/2009/blogger-template-gamezine/data:post.sharePostUrl +"&target=twitter"" expr:title="data:top.shareToTwitterMsg" target="_blank">
<span class="share-button-link-text"><data:top.shareToTwitterMsg/></span></a>
<a class="share-button sb-facebook tooltip" expr:href="https://btemplates.com/2009/blogger-template-gamezine/data:post.sharePostUrl +"&target=facebook"" expr:onclick='"window.open(this.href, "_blank", "height=430,width=640"); return false;"' expr:title="data:top.shareToFacebookMsg" target="_blank">
<span class="share-button-link-text"><data:top.shareToFacebookMsg/></span></a>
<a class="share-button sb-buzz tooltip" expr:href="https://btemplates.com/2009/blogger-template-gamezine/data:post.sharePostUrl +"&target=buzz"" expr:onclick='"window.open(this.href, "_blank", "height=415,width=690"); return false;"' expr:title="data:top.shareToBuzzMsg" target="_blank">
<span class="share-button-link-text"><data:top.shareToBuzzMsg/></span></a>
</b:includable>
Now find that line:
<span class="post-location">
And paste this code above:
<div class="post-share-buttons">
<b:if cond='data:post.sharePostUrl'>
<b:include data="post" name="shareButtons"/>
</b:if></div>
Now save changes.
↩ Reply