<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <!-- data-ad-client=ca-pub-2799935330569724 --> <!-- --><style type="text/css">@import url(https://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css); div.b-mobile {display:none;} </style> </head><body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d24422183\x26blogName\x3dTech+at+the+speed+of+Warp\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://nccwarp9.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://nccwarp9.blogspot.com/\x26vt\x3d2845469267604558330', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
6 comments | Tuesday, December 12, 2006

Yesterday I wanted to add social bookmarking clickets to my webpage but found that many just supported Blogger and not Blogger beta.

One interesting site is 3spots. Actualy it is the only site that offers some advice on how to implement Social Bookmarking in Blogger BETA.

I had some hard time and I know what I was doing so here is a "template" to add some of more popular Social Bookmarking sites to your site.

First open your template and edit HTML, check Expand Widget Templates and locate 'post-footer-line post-footer-line-2' line and insert text as shown below. Bolded text is to be inserted.

EDIT:> IF you are using Blogger Classic then remove "EXPR:" infront of HREF tag.

Preview, and if everything is ok, save.

<p class='post-footer-line post-footer-line-2'>
<span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if>
<br/><br/>

<strong>

<a expr:href='"http://digg.com/submit?phase=2&amp;url=" + data:post.url + "&amp;title=" + data:post.title' target='_blank'><img alt='digg' height='16' src='http://img2.imagepile.net/images/ycc2106/61822091.png' width='16'/></a>


<a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&amp;title=" + data:post.title' target='_blank'><img alt='delicious' height='16' src='http://img2.imagepile.net/images/ycc2106/80727937.png' width='16'/></a>


<a expr:href='"http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&amp;t=" + data:post.title' target='_blank'><img alt='furl' height='16' src='http://img2.imagepile.net/images/ycc2106/47600014.png' width='16'/></a>


<a expr:href='"http://www.google.com/bookmarks/mark?op=add&amp;bkmk=" + data:post.url + "&amp;title=" + data:post.title' target='_blank'><img alt='google' height='16' src='http://img2.imagepile.net/images/ycc2106/10847106.png' width='16'/></a>


<a expr:href='"http://ma.gnolia.com/bookmarklet/add?url=" + data:post.url + "&amp;title=" + data:post.title' target='_blank'><img alt='ma.gnolia' height='16' src='http://img2.imagepile.net/images/ycc2106/10998644.png' width='16'/></a>


<a expr:href='"http://reddit.com/submit?url=" + data:post.url + "&amp;title=" + data:post.title' target='_blank'><img alt='reddit' height='16' src='http://img2.imagepile.net/images/ycc2106/10796749.png' width='16'/></a>


<a expr:href='"http://technorati.com/faves?add=" + data:post.url' target='_blank'><img alt='Technorati' height='16' src='http://img2.imagepile.net/images/ycc2106/81723336.png' width='16'/></a>


<a expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?t=" + data:post.title + "&amp;u=" + data:post.url' target='_blank'><img alt='yahoo' height='16' src='http://img2.imagepile.net/images/ycc2106/54687920.png' width='16'/></a>


<a expr:href='"http://www.squidoo.com/lensmaster/bookmark?" + data:post.url' target='_blank'><img alt='Squidoo' height='16' src='http://img2.imagepile.net/images/ycc2106/25436023.png' width='16'/></a>

</strong>

Labels: ,

6 Comments:

Blogger RC4F said...

This comment has been removed by the author.

12:07 AM

 
Blogger RC4F said...

PS...posted a link back to your site on mine. Thanks again!

12:12 AM

 
Blogger NccWarp9 said...

I also was looking for an easy fix and found none so I digged little and found how to create them and then posted them here.
Good to see that someone had use for it.
Ill post your link in Recommended Reed section.

8:29 AM

 
Blogger NatetheGreat said...

I've been looking for a way to do this for a while, and this looks like just what I need. But after editing it into my code, they display properly, but I can't click on them. Any idea what I'm doing wrong?

http://ntgsblog.blogspot.com/

11:50 PM

 
Blogger NccWarp9 said...

send me your template to nccwarp9@gmail.com and Ill add the code for you. Tried it yesterday on one of my other blogs and it worked without any problems.

8:26 AM

 
Blogger khaled said...

Spent many hours looking for some thing similar that can work with blog beta and finally found it here Thank you very much for this
you can see it working at Internet Privacy and Security Blog

Thank you again

3:57 AM

 

Post a Comment

<< Home