How to add delici.o.us or furl etc syndacation button?

marcellodj

Joined: 2007-11-07
Posts: 20
Posted: Fri, 2008-05-09 15:04

Anynone has tried to ad these buttons to albums or photo?

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 9546
Posted: Fri, 2008-05-09 16:31

edit album.tpl or photo.tpl of the theme you are using.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
marcellodj

Joined: 2007-11-07
Posts: 20
Posted: Fri, 2008-05-09 17:14

can you give me any pointer example of the code to use? tnx

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 9546
Posted: Fri, 2008-05-09 18:11

Do you have example code of the button?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
marcellodj

Joined: 2007-11-07
Posts: 20
Posted: Sat, 2008-05-10 11:28

may be this js example:
<script type="text/javascript">
document.write('<a href=http://del.icio.us/post?&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+' target="blank"><img src="/images/delicious.gif" width="80" height="15" border="0"></a>');
document.write(' <a href=http://www.spurl.net/spurl.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+' target="blank"><img src="/images/spurl.png" width="80" height="15" border="0" /></a>');
document.write(' <a href=http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title)+' target="blank"><img src="/images/furl.png" width="80" height="15" border="0" /></a>');
</script>

or

<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?linkname=mysite.com&amp;linkurl=mysite.com"><img src="http://static.addtoany.com/buttons/share_save_171_16.gif" width="171" height="16" border="0" alt="Share/Save/Bookmark"/></a><script type="text/javascript">a2a_linkname="mysite.com";a2a_linkurl="mysite.com";</script><script type="text/javascript" src="http://www.addtoany.com/menu/page.js"></script>

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 9546
Posted: Wed, 2008-05-14 03:46

just add the code as is. You will have to change the paths to images and have them in the proper place.
the second set of code you will have to change the "mysite.com"

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments