Quote:
Originally Posted by CoryHawk
Greetings..
Was wondering 2 things.. First.. is this possible.. and second.. can someone help me with the variables..
I have installed a snippet of code on my vbseo 1.0 template for vb 3.7beta3
The code is the following..
Code:
<!-- Digg -->
<td class="vbmenu_control" id="digg" nowrap="nowrap">
<script type="text/javascript">
digg_url = 'http://forums.prisonofficer.org/showthread.php?t=$thread[threadid]';
digg_title = "$threadinfo[title]";
digg_bgcolor = '#ffffff';
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</td>
<!-- / Digg -->
In the digg_url code.. it works be uses the old VB urls and not the seo-friendly vbSEO urls.. I was wondering if there was variables for vbSEO to have the same effect but with the correct SEO rewrote URLs.
The button works to digg the post (which is already a function in vbSEO) however I would like it to show the digg count which will not work since the URLs get rewritten.
Does that make sense or am I babbling?
Example URLs Below
vbSEO url = http://forums.prisonofficer.org/offi...ed-escape.html
VB Normal URL = http://forums.prisonofficer.org/showthread.php?t=543
Thanks in advance.
Cory
|
I have tried to find an answer to this but cannot and have ended up disabling Zoints SEO on my site because of it, which has really hurt my search engine results. For each SEO system the have a replacement variable, it's a matter of locating it.