How to add This Widget/Gadget to Blogger.
Step 1.
GOTO Blogger Dasboard > Template.
Step 2.
Backup your Blogger Template.
Step 3.
Search for <data:post.body/>
Step 4.
After that copy the code below and paste following code under <data:post.body/>
<b:if cond='data:blog.pageType == "item"'> <p style='color: #7AA1C3;font-weight: bold;'>If you Like This Article,Then kindly linkback to this article by copying one of the codes below.</p> <p style='color: #CF152A;font-weight: bold;'>URL Of Post: </p><textarea cols='60' id='url' onclick='this.focus();this.select()' readonly='readonly' rows='2' style='border:2px solid #666;background:#fff; height: 2.6em; width: 98%;' title='Click to highlight'><data:post.url/></textarea><br/> <br/><p style='color: #CF152A;font-weight: bold;'>Paste This HTML Code On Your Page:</p> <textarea cols='60' id='HTML-code' onclick='this.focus();this.select()' readonly='readonly' rows='2' style='border:2px solid #666;background:#fff; height: 2.6em; width: 98%;' title='Click to highlight'><a href="<data:post.url/>"><data:post.title/></a></textarea> <div style='text-align: right;font-size: x-small;'> <a href='##' target='_blank'><span style="color: #838383;">LinkBack Widget</span></a></div></b:if>