Quote:
Originally Posted by SwollenCranium
Hiya ..
I'm getting an url formation error with twitter:
When I share via forum home the link works properly.
When I share via Forum Display the link works properly.
But when I share the thread from SHOWTHREAD the link is malformed.
See pic:

|
if this works like
this mod
in Postbit_legecy
Replace
Code:
<td valign="bottom"><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="YOUR TWITTER USERNAME" data-related="aaronwall">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>
With
Code:
<td valign="bottom"><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="Your-Twitter-Name" data-url="{vb:raw vboptions.bburl}/showthread.php?t={vb:raw thread.threadid}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></td>