Hi everyone, I am considering buying this for one of my sites. Before I do I have a question about some template variables. I have written in a little code from DIGG that passes off the title and URL of the post. Here is the code:
I would like to know how I would changeCode:<!-- Digg --> <td class="vbmenu_control" id="digg" nowrap="nowrap"> <script type="text/javascript"> digg_url = 'SITE URL/showthread.php?t=$thread[threadid]'; digg_title = "$threadinfo[title]"; digg_skin = 'compact'; digg_window = 'new'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> </td> <!-- / Digg -->
$thread[threadid] and $threadinfo[title] accordingly with vbseo, is this possible? These must be passed in order for it to work.
Incorporating Digg into my site has brought in more traffic than I could imagine, what this does is show how many diggs the post has and whether you have dugg it or not, directly in the post and promotes the use of it. It's important enough to me that I want to keep this mod regardless of SEO but would prefer to have both. And at this point working with this code is the only option due to the integration.



LinkBack URL
About LinkBacks







Reply With Quote
