How to add all social Bookmarking icons at the end of the blog
Hi friends ,i would like to explain the procedure of adding social bookmarking icons at the end of the posts in blog.here we are adding only 4 four important socail icons remaining will be added in the list
Just follow the steps
step1)click on the Design tab
Step2)click on the edit html tab
step3)first take the backup of your code before adding the button ,for back up click on the download full template button
step4) click on the Expan widgets check box
step5)click ctrl+f and enter <div class='post-footer'>
step6)just enter this code after this line
<div class='social-links'> <b:if cond='data:blog.pageType == "item"'> <div class='fl'>If you like this article, please sharing it!</div> <div class='fr'> <a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Bookmark at Delicious'><img alt='Icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2xh7gaBHDQeWYGoIrByyzRKSu0xyqVg2pe8Ylt_cNZuR9b94j8t6NPXy0JKgsR6ODtJIBZCHTQ8ow54rUCz-9F0Qq8S_R92Vlba-bQz9QGWFk18666zie2e-URnAKEe2wILsmzbTngZk/'/></a> <a expr:href='"http://www.mixx.com/submit?page_url=" + data:post.url + "&title=" + data:post.title' target='_blank' title='Bookmark at Mixx'><img alt='Icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUWCzSDI3hJlFmpIMWe80desw5BfPr48HW0qrJbzdFKXELD-8Ai_F7l2XsB6i39TK27KgWEU1Aa7aCGYXf8BdD4OKKQzRVxHp1cKsrtTSiJwL-suTWqEq80h7FXA0waj44KXAPRs_Tc2g/'/></a> <a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Bookmark at StumbleUpon'><img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLGTl1BBQBOtpIkaYvLZTc80fQx-olEMiYhjr-B7GJTZu2jCHe7v_o09xnvbYu3BebU4YAa_VCSJ3veE0BMWa96KdLhtjw1619laEtWaLE-Z_TpNGvgiRYcA8F5SxJDb7Q5ho9Q-_rmqk/'/></a> <a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url + "&title=" + data:post.title' rel='nofollow' target='_blank' title='Bookmark at Digg'><img alt='Icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCcqQqXHXV1sV_nALdMrB-Zp6no_ZDIVNP0j_59Fd2LnYUpBBXlOEYRsizy43j-rCFsSe0Eb_bwed4wJYU1zkTQYNg5ptqwfym1jSMUK9IVEBatxX7SMz_m0iW6e4lTP3ns6mx0wga8K8/'/></a> <a expr:href='"http://dotnetshoutout.com/Submit?url=" + data:post.url + "&title=" + data:post.title' expr:id='data:widget.instanceId + "_kickit"' rel='nofollow' rev='vote-for'><img border='0' height='16' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhj-hymGYN7DUAxK8z25p6vjsUHY9eAvXDlrs8xoBI6eLzmGFYi3Lcn_ydvUGVzgM_CQIXDzxxfNYxzk1d5nN1Dg5_kS_Y1KT9uA3iAAbKWq2NtJu4BExqQuu4iOoN4VRkoyxFxxhgOOw/s320/dotnetshoutout.png' width='16'/></a> <!-- AddToAny BEGIN --> <a class='a2a_dd' href='http://www.addtoany.com/share_save'><img alt='Share/Bookmark' border='0' height='16' src='http://static.addtoany.com/buttons/share_save_171_16.png' width='171'/></a> <p class='a2a_linkname_escape' style='display:none'><data:post.title/></p><script type='text/javascript'>var a2a_config = a2a_config || {};a2a_config.linkname_escape=1;a2a_config.linkurl="<data:post.url/>";</script><script src='http://static.addtoany.com/menu/page.js' type='text/javascript'/> <!-- AddToAny END --> </div>
step7)click on the ctrl+f and search for </head> and copy the following code before this line
/*- Social Links -*/ .social-links { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiClOI9KixDT_70RBmHzWMmbg-uiz58rFESVHMTVBDyaP7vCQydpXXCSl_VUQCU-pYxw_IO8eweN5ru4MY0vai9pShamTbrxokoJ4-gk5eb00nYcHAXDcC2gfvwWsE36wOku1iTM-gnPBM/) #f1f1f1 repeat-x top; height: 42px; padding: 0 18px; } .social-links .fl { line-height: 42px; } .social-links .fl span { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaAH9U3aZRlKq3DVmiIsdpZllLVRhESV5UtdH6glFhl18t0-MFjfCwUXhhKSX5QfvG_JiXYdxHx2OwxYc6964YMoZWd52C3iqpvv1zKEbvgkuoRWiEWXInBSmTO1siXrkkFnDluH3Eii4/) no-repeat center left; font-weight: bold; font-size: 14px; text-align: center; padding: 4px 0 8px 0; width: 33px; margin-right: 6px; display: inline-block; line-height: 32px; } .social-links .fr { padding: 9px 0 0; } .social-links .fr span { line-height: 21px; } .social-links img { margin: 0 0 0 2px; }
step7)finally click on save template
That's it...this button will appear at the end of post in blogger
About the Author
Asha is an Engineering student at JNTU university from India.She loves to blog about SEO, Blogging Tricks, Software and anything related to Technology.
Labels: .Net Tutorials, general, GeneralTopics, OnlineTips, Social Network
6 Comments:
Thanks........
Thanks tannu,
This is very informative tips and also it will help to share on popular site from where we can get noticed by other user as well.
DotNet Stuff
Welcome.........
Good One Taanu
Welcome.........
Good One Taanu
Post a Comment
Subscribe to Post Comments [Atom]
<< Home