Inserire Bottoni Social Sharing in MyBB

Web Designer

Utente Attivo
17 Gen 2012
301
0
0
Procedimento:

entrare nel Pannello di Amministrazione->Template & Temi->showthread_ratethread

in cima al codice inserire

HTML:
<div style="margin-top: 6px; padding-right: 10px;" class="float_left">
 <strong style="float: left; padding-right: 10px;">&nbsp;&nbsp;Condividi: </strong>
 
 <a href="#" title="Proponi su OkNotizie" onclick="this.href='http://oknotizie.virgilio.it/post.html.php?url='+encodeURIComponent(document.lo cation.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>
 

Discussioni simili