Anyone wanting a 'Twitter Follow' button instead of
Quote:
You can follow me on Twitter, my username is blah...
|
Can apply the following
In your
memberinfo_block_statistics template, find:
Code:
<dt class="smallfont">You can follow me on Twitter, my username is <a class="twitter-anywhere-user" href="http://twitter.com/{vb:raw userinfo.fieldxx}">{vb:raw userinfo.fieldxx}</a></dt>
Replace it with
Code:
<a href="https://twitter.com/{vb:raw userinfo.fieldxx}" class="twitter-follow-button" data-show-count="true">Follow @{vb:raw userinfo.fieldxx}</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
Remember change the fieldxx.
Clicking on the username will produce a mini-profile popup and it will also tell how many followers the user has.