Nouveau WRInaute
bonjour à tous,
je viens vers vous car je viens de mettre en local une nouvelle barre pour partager des sujets sur les réseaux sociaux mais je voulais savoir s'il existe moyen pour avoir un code plus légers que le mien:
tous fonctionne sauf facebook si quelqu’un à une idée pour moi faire fonctionner le code facebook
merci de votre aide
bien à vous
LEROIDUGAZON
je viens vers vous car je viens de mettre en local une nouvelle barre pour partager des sujets sur les réseaux sociaux mais je voulais savoir s'il existe moyen pour avoir un code plus légers que le mien:
Code:
<div class="vert" style="margin:8pt 0;float:left;">
<strong>Partager ce sujet :</strong>
<span style="padding-right:15px;">
<a onclick="this.target='_blank';" href="https://www.facebook.com/share.php?u={TOPIC_URL}">
<span title="Partager ce sujet sur Facebook">Facebook</span>
</a>
<a onclick="this.target='_blank';" href="https://www.facebook.com/share.php?u={TOPIC_URL}">
<img style="max-width:18px;max-height:18px;" title="Partager ce sujet sur Facebook" alt="Partager ce sujet sur Facebook" src="http://www.leroidugazon.fr/images/share/facebook.gif">
</a>
</span>
<span style="padding-right:15px;">
<a onclick="this.target='_blank';" href="http://twitter.com/home?status={TOPIC_TITLE}: {TOPIC_URL}">
<span title="Partager ce sujet sur Twitter">Twitter</span>
</a>
<a onclick="this.target='_blank';" href="http://twitter.com/home?status={TOPIC_TITLE}: {TOPIC_URL}">
<img style="max-width:18px;max-height:18px;" title="Partager ce sujet sur Twitter" alt="Partager ce sujet sur Twitter" src="http://www.leroidugazon.fr/images/share/twitter.gif">
</a>
</span>
<span style="padding-right:15px;">
<a onclick="this.target='_blank';" href="http://www.myspace.com/Modules/PostTo/Pages/?u={TOPIC_URL}&t={TOPIC_TITLE}">
<span title="Partager ce sujet sur MySpace">MySpace</span>
</a>
<a onclick="this.target='_blank';" href="http://www.myspace.com/Modules/PostTo/Pages/?u={TOPIC_URL}&t={TOPIC_TITLE}">
<img style="max-width:18px;max-height:18px;" title="Partager ce sujet sur MySpace" alt="Partager ce sujet sur MySpace" src="http://www.leroidugazon.fr/images/share/myspace.gif">
</a>
</span>
<span style="padding-right:15px;">
<a onclick="this.target='_blank';" href="http://del.icio.us/post?url={TOPIC_URL}&title={TOPIC_TITLE}">
<span title="Partager ce sujet sur Del.icio.us">Del.icio.us</span>
</a>
<a onclick="this.target='_blank';" href="http://del.icio.us/post?url={TOPIC_URL}&title={TOPIC_TITLE}">
<img style="max-width:18px;max-height:18px;" title="Partager ce sujet sur Del.icio.us" alt="Partager ce sujet sur Del.icio.us" src="http://www.leroidugazon.fr/images/share/delicious.gif">
</a>
</span>
</div>
<div class="pagination" style="margin: 8pt 2pt;float:right;"> </div>
<hr>
tous fonctionne sauf facebook si quelqu’un à une idée pour moi faire fonctionner le code facebook
merci de votre aide
bien à vous
LEROIDUGAZON