Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Add Manual Twitter Link

Open
vanilla/views/discussion/helper_functions.php
and add below line 76
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>
0