Como ya sabran twitter es una herramienta bastante poderosa para mejor el trafico en nuestro sitio.
si quieren agregar el famoso boton de tweet lo que tienen que hacer es:
Abrir el index.template.php y buscar
<head>agregar despues
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
abren el Display.template.php y buscan:
// Maybe they want to report this post to the moderator(s)?
y agregan antes:
if ($message['id'] == $context['topic_first_message'])
echo'
<br/>
<div style="float:left;">
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>
</div>';
y les quedaria algo asi de lindo:
