Este tutorial lo hice basándome en el plugin iShare, para los que les gusta mas las modificaciones, también por que me dio un error una vez y mejor agregue el código y desactive el plugin.
Este sera el resultado:
[attachment=908]
Vamos a editar esta plantilla:
ACP -> Plantillas y Temas -> Plantillas -> TU TEMA Plantillas -> Mostrar Mensaje Plantillas -> showthread
Buscamos:
Agregamos antes:
Código:
<br /><table class="tborder" cellpadding="5" cellspacing="1" border="0" width="100%">
<tr><td class="thead"><strong>Compartir</strong></td></tr>
<tr><td class="trow2">
<table cellspacing="1" border="0" width="100%" align="center">
<tr align="center">
<td><a href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}&t={$thread['subject']}" /><img src="images/socialicons/facebook.png" alt="" ></a></td>
<td><a href="http://www.linkedin.com/shareArticle?mini=true&url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/linkedin.png" alt="" /></a></td>
<td><a href="http://twitter.com/?status={$thread['subject']}+//+{$mybb->settings['bburl']}/showthread.php?tid={$tid}" ><img src="images/socialicons/twitter.png" alt="" /></a></td>
<td><a href="http://digg.com/submit?phase=2&url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/digg.png" alt="" /></a></td>
<td><a href="http://www.myspace.com/Modules/PostTo/Pages/?u={$mybb->settings['bburl']}/showthread.php?tid={$tid}&t={$thread['subject']}" ><img src="images/socialicons/myspace.png" alt="" /></a></td>
<td><a href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/delicious.png" alt="" /></a></td>
<td><a href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$tid}&title={$thread['subject']}" ><img src="images/socialicons/stumbleupon.png" alt="" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
Se supone que debe estar entre {$quickreply} y {$threadexbox}, por si tienen dudas.
Subir la carpeta adjunta dentro de la carpeta
images
Live Preview:
En mi foro asta abajo
Nota: Es verdaderamente sencillo agregar mas sitios,
aquí esta una lista de sitios y sus links
Nota2: Los iconos que use son estos
http://paulrobertlloyd.com/2009/06/social_media_icons
.See Ya!