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 |

Posts: 9546
edit album.tpl or photo.tpl of the theme you are using.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 20
can you give me any pointer example of the code to use? tnx
Posts: 9546
Do you have example code of the button?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 20
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&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>
Posts: 9546
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