Bonjour,
alors j'ai rajouté une bouton "Share" qui marche très bien avec mes URL dynamiques voici le code:
<a title="Partager sur FaceBook" alt="Partager sur FaceBooK" name="fb_share" type="button_count" share_url=""fiche.asp?ID=" & Request.QueryString("ID") & "&Mod=" & Modele & "&Mar=" & Marque & "&Prod=" & oRS.fields("IDArticle") & """></a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
Je veux maintenant rajouter un bouton "J'aime" mais gros problème sur mes pages dynamiques rien ne fonctionne.
<iframe src="https://www.facebook.com/plugins/like.php?href=""fiche.asp?ID=" & Request.QueryString("ID") & "&Mod=" & Modele & "&Mar=" & Marque & "&Prod=" & oRS.fields("IDArticle") & """>&layout=button_count&show_faces=false&width=600&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
Y a t il une âme charitable pour m'aider ? :wink:
alors j'ai rajouté une bouton "Share" qui marche très bien avec mes URL dynamiques voici le code:
<a title="Partager sur FaceBook" alt="Partager sur FaceBooK" name="fb_share" type="button_count" share_url=""fiche.asp?ID=" & Request.QueryString("ID") & "&Mod=" & Modele & "&Mar=" & Marque & "&Prod=" & oRS.fields("IDArticle") & """></a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
Je veux maintenant rajouter un bouton "J'aime" mais gros problème sur mes pages dynamiques rien ne fonctionne.
<iframe src="https://www.facebook.com/plugins/like.php?href=""fiche.asp?ID=" & Request.QueryString("ID") & "&Mod=" & Modele & "&Mar=" & Marque & "&Prod=" & oRS.fields("IDArticle") & """>&layout=button_count&show_faces=false&width=600&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
Y a t il une âme charitable pour m'aider ? :wink: