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.
Add Manual Twitter Link
Clough
✭
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