Adding Digg and Reddit To Entry Footer
Posted: Sun Jul 08, 2007 7:45 am
I was wondering how I would go about adding a Digg and reddit link/code to the footer of all my entries along side the author and date of the post. I would assume adding these codes to entries.tpl?
I want to add the digg code:
the reddit code:
where or how would I add these into entries.tpl?
I want to add the digg code:
Code: Select all
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>Code: Select all
<script>reddit_url='[URL]'</script>
<script>reddit_title='[TITLE]'</script>
<script language="javascript" src="http://reddit.com/button.js?t=1"></script>