Liens de partage réseaux sociaux

Bonjour,

Voilà, j'ai un petit soucis.
On doit cliquer sur le lien de l'article pour avoir les images pour partager sur les réseaux sociaux.

En effet, l'article s'affiche directement quand on arrive sur mon blog, du coup, on ne doit pas cliquer sur le titre et voir que l'on peut le partager sur ses réseaux sociaux ;-)

Où dois-je intervenir pour éviter ce petit soucis ?

Réponses

  • StéphaneStéphane Member, Former PluXml Project Manager
    bonjour

    Le mieux pour nous et de voir ta page d’accueil avec tes liens sociaux pour te dire quoi changer.
    Sinon ça va être difficile pour t'aider

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

  • StéphaneStéphane Member, Former PluXml Project Manager
    Alors si je comprends bien ce que tu veux faire

    édite le fichier home.php de ton thème et à l'endroit où tu veux afficher les icônes des réseaux sociaux, colle le code suivant (que tu as du utiliser dans la page article.php - c'est le même code)
    <a title="Identi.ca" href="http://identi.ca//index.php?action=bookmarklet&status_textarea=<?php $plxShow->artTitle(); ?> <?php $plxShow->artUrl('absolu'); ?>"><img src="<?php $plxShow->template(); ?>/img/social/identi_ca.png" style="border:0;" alt="Identi.ca" /></a>
    <a title="Twitter" href="http://twitter.com/home?status=<?php $plxShow->artTitle(); ?> <?php $plxShow->artUrl('absolu'); ?>"><img src="<?php $plxShow->template(); ?>/img/social/twitter.png" style="border:0;" alt="Twitter" /></a> 
    <a title="Digg" href="http://digg.com/submit?url=<?php $plxShow->artUrl('absolu'); ?>&title=<?php $plxShow->artTitle(); ?>"><img src="<?php $plxShow->template(); ?>/img/social/digg.png" style="border:0;" alt="Digg" /></a> 
    <a title="StumbleUpon" href="http://www.stumbleupon.com/submit?url=<?php $plxShow->artUrl('absolu'); ?>&title=<?php $plxShow->artTitle(); ?>"><img src="<?php $plxShow->template(); ?>/img/social/stumble.png" style="border:0;" alt="Stumble" /></a> 
    <a title="Delicious" href="http://del.icio.us/post?url=<?php $plxShow->artUrl('absolu'); ?>&title=<?php $plxShow->artTitle(); ?>"><img src="<?php $plxShow->template(); ?>/img/social/delicious.png" style="border:0;" alt="Delicious" /></a> 
    <a title="Technorati" href="http://technorati.com/faves?add=<?php $plxShow->artUrl('absolu'); ?>"><img src="<?php $plxShow->template(); ?>/img/social/technorati.png" style="border:0;" alt="Technorati" /></a> 
    <a title="Facebook" href="http://www.facebook.com/sharer.php?u=<?php $plxShow->artUrl('absolu'); ?>&t=<?php $plxShow->artTitle(); ?>"><img src="<?php $plxShow->template(); ?>/img/social/facebook.png" style="border:0;" alt="Facebook" /></a>
    

    Consultant PluXml

    Ancien responsable du projet (2010 à 2018)

  • C'était exactement cela !

    Merci beaucoup, ça marche !
Connectez-vous ou Inscrivez-vous pour répondre.