Hello,

I have found a Service Links for Digg and Reddit that are more interactive than the standard ones that come with the Service Links system. The code as it existed on the website I found them are as follows:

<script type="text/javascript">
digg_url = 'http://www.XXX.com/XXX.html';
digg_bgcolor = '#ffffff';
digg_skin = 'compact';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>

and

<script>reddit_url='http://www.XXX.com/XXX.html'</script><script language="javascript" src="http://reddit.com/button.js?t=1"></script>

These links give the number of diggs and reddit Up arrows and Down arrows instead of just a favicon image.

I have tried to implement them in the service_links.module but I can't get it to work. Would anyone mind helping me??

Thanks,

Sam

Comments

apsivam’s picture

Status: Active » Closed (won't fix)

there are other module(s) to provide this functionality so we will not implement that here.