- b2evolution CMS Support Forums
- b2evolution Support
- Templates, skins, XHTML and CSS
- [2.x] Problems with displaying Sharing script correctly
1 askyourpc_com Dec 26, 2008 20:15
My b2evolution Version: 2.x
I tried to add this code to my blog so visitors could share posts to technorati, digg, google, and so on. However, it does not display correctly. I cannot click on the links and the text after the code is hylighted as if it is a link.
This is what I am tyring to do:
http://bloggertutorguide.blogspot.com/2008/10/add-digg-technorati-stumble-upon.html
<!--Digg-->
<a expr:href='"http://digg.com/submit?phase=2&url=" + data:post.url
+ "&title=" + data:post.title' target='_blank'><img alt='Digg'
border='0' src='http://benny.ayong.googlepages.com/digg.png' title='Digg'/></a>
<!--technorati-->
<a expr:href='"http://technorati.com/faves?add=" + data:post.url'
target='_blank'><img alt='Technorati' border='0'
src='http://benny.ayong.googlepages.com/technorati.png' title='Technorati'/></a>
<!--Delicious-->
<a expr:href='"http://del.icio.us/post?url=" + data:post.url +
"&title=" + data:post.title' target='_blank'><img alt='Delicious'
border='0' src='http://benny.ayong.googlepages.com/delicious.png'
title='Del.icio.us'/></a>
<!--StumbleUpon-->
<a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url +
"&title=" + data:post.title' target='_blank'><img alt='StumbleUpon'
border='0' src='http://benny.ayong.googlepages.com/stumbleupon.png' title='Stumble
Upon'/></a>
<!--Reddit-->
<a expr:href='"http://reddit.com/submit?url=" + data:post.url +
"&title=" + data:post.title' target='_blank'><img alt='Reddit'
border='0' src='http://benny.ayong.googlepages.com/reddit.png'
title='reddit'/></a>
<!--Blinklist-->
<a
expr:href='"http://www.blinklist.com/index.php?Action=Blink/addblink.php&
Url=" + data:post.url + "&Title=" + data:post.title'
target='_blank'><img alt='BlinkList' border='0'
src='http://benny.ayong.googlepages.com/blinklist.png' title='BlinkList'/></a>
<!--Furl-->
<a expr:href='"http://www.furl.net/storeIt.jsp?t=" + data:post.title +
"&u=" + data:post.url' target='_blank'><img alt='Furl' border='0'
src='http://benny.ayong.googlepages.com/furl.png' title='Furl'/></a>
<!--Mixx-->
<a expr:href='"http://www.mixx.com/submit?page_url=" + data:post.title +
"&u=" + data:post.url' target='_blank'><img alt='Mixx' border='0'
src='http://benny.ayong.googlepages.com/mixx.png' title='Mixx'/></a>
<!--Facebook-->
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.title
+ "&u=" + data:post.url' target='_blank'><img alt='Facebook'
border='0' src='http://benny.ayong.googlepages.com/facebook.png'
title='facebook'/></a>
<!--Google Bookmarks-->
<a expr:href='"http://www.google.com/bookmarks/mark?op=edit&bkmk=" +
data:post.title + "&u=" + data:post.url' target='_blank'><img
alt='Google Bookmark' border='0'
src='http://benny.ayong.googlepages.com/googlebookmark.png' title='Google
Bookmark'/></a>
<!--YahooMyWeb-->
<a expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?t="
+ data:post.title + "&u=" + data:post.url' target='_blank'><img
alt='Yahoo' border='0' src='http://benny.ayong.googlepages.com/yahoomyweb.png'
title='Yahoo Myweb'/></a>
Thanks
-----------------------------------------------------
http://www.askyourpc.com
3 askyourpc_com Dec 26, 2008 20:54
I am currently using the digg plugin but I would like some of the other sharing bookmarks. There is one called BAE Social Bookmarks. However, the link does not work to get to the download.
http://plugins.b2evolution.net/index.php/2008/02/19/bae_social_bookmarks
I'm sure there's a social bookmarks plugin in the plugins section though
¥