I got this script from digg.com site. It shows the number of diggs a thread got.
You must first be a
registered member to view any code.
I want to put it on my vbulletin, but the problem is with URLOFSTORY. How do I get that to change according to the Title of the thread? This is an example of a URL that should go in there
digg - Shuttle Launch From Space i.e.
digg / Page Not Found.
I also have a button

. If the button is clicked after the story has been dugg, it redirects to the URL of the post on Digg. The URL code for the button is
http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title] .That is the URL which should come for URLOFSTORY. I tried replacing the URLOFSTORY code with the URL code of the button, but it doesnt seem to work.
Any help would be greatly appreciated.
Thanks!!