- Home
- Categorie
- Coding e Sistemistica
- Tutti gli altri Gestionali
- Come condividere le discussioni in MyBB (Social Sharing Button)
-
Come condividere le discussioni in MyBB (Social Sharing Button)
Questa mini-guida vi spiegherà come poter condividere le discussioni presenti nel vostro Forum MyBB, mediante la semplice modifica del "Template":
- entrare nel Pannello di Amministrazione;
- cliccare su Template & Temi;
- cliccare su showthread_ratethread;
- in cima al codice inserire
<div style="margin-top: 6px; padding-right: 10px;" class="float_left">
<strong style="float: left; padding-right: 10px;"> Condividi: </strong><a href="#" title="Proponi su OkNotizie" onclick="this.href='http://oknotizie.virgilio.it/post.html.php?url='+encodeURIComponent(document.location.href)+'&title='+encodeURIComponent(document.title);return true;" title="Condividi su OKNOtizie"><img src="http://oknotizie.virgilio.it/images/oknotizie.png" width="16" height="16" alt="OkNotizie" border="0"/></a>
<a title="Digg"
href="http://digg.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img src="{$theme['imgdir']}/digg.png" alt="Digg" /></a><a title="Delicious"
href="http://del.icio.us/post?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&title={$thread['subject']}"
target="_blank"><img src="{$theme['imgdir']}/delicious.png" alt="Delicious"
/></a><a title="Reddit"
href="http://reddit.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}&title={$thread['subject']}"
target="_blank"><img src="{$theme['imgdir']}/reddit.png" alt="Reddit" /></a><a title="Facebook"
href="http://www.facebook.com/share.php?u={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img src="{$theme['imgdir']}/facebook.png" alt="Facebook" /></a><a title="Twitter"
href="http://twitter.com/home?status={$thread['subject']} -
{$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img src="{$theme['imgdir']}/twitter.png" alt="Twitter" /></a><a title="StumbleUpon"
href="http://www.stumbleupon.com/submit?url={$mybb->settings['bburl']}/showthread.php?tid={$thread['tid']}"
target="_blank"><img src="{$theme['imgdir']}/stumbleupon.png" alt="StumbleUpon" /></a>
</div>Risultato (Screenshot