Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Add Manual Twitter Link

CloughClough
edited January 2010 in Vanilla 2.0 - 2.8
Open
vanilla/views/discussion/helper_functions.php

and add below line 76
<li class="Twitter"> <a href="http://twitter.com/home?status=<?php echo substr($Comment->Body, 0, 50). '...'; ?> + <?php echo Anchor( 'http://www.yourdomain.com/discussion/comment/'.$Comment->CommentID); ?>" target="_blank">Twitter</a> </li>
Sign In or Register to comment.