AndyJarrett

AddThis button added to my BlogCFC code

I've modified my BlogCFC code a little today. Instead of having the usual Digg/Delicious bookmark links I've swapped them for a Add This button add this which is apparently the #1 bookmarking and sharing button on the Internet.You need to sign up for a free account but this is only to allow tracking and stats that you view. When you create your button there is no need to really change the code as its picks up the page URL. But if you want to specify an alternate URL because you want to have the button multiple times on one page then you need to use the addthis_url and addthis_title variables (e.g. addthis_url='http://www.andyjarrett.com/andy/blog/alternate-page.html';).Below is the code I'm using for BlogCFC. All I've done is removed the Digg and Delicious links in the index.cfm template and replaced it with with the following: