microblog Posted February 11, 2012 Share Posted February 11, 2012 Bonjour, J'(ai intégrer dans mon code les codes sources que facebook communique pour les commentaires facebook ds prestashop : ds le fichier header.tpl : <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=xxxxxxxx"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> et dasn product.tpl: <div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div> PS: j'ai adapté avec mes infos J'aimerais uniquement savoir comment puis je faire pour que je puisse avoir des commentaires par produit ? Aujourd'hui quand je fais un test, le comment se duplique à chaque produit, donc pas personnalisé. selon moi, le code : data-href="http://example.com" devrait contenir une variable pour l'url s'adapte à l apage, mais je ne le trouve pas merci d'avance pour votre aide bonne journée Link to comment Share on other sites More sharing options...
microblog Posted February 11, 2012 Author Share Posted February 11, 2012 voilà, j'ai trouvé la solution : la variable de l'url doit être comme ça : <div class="fb-comments" data-href="{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" data-num-posts="2" data-width="470"></div> Link to comment Share on other sites More sharing options...
microblog Posted March 23, 2012 Author Share Posted March 23, 2012 bonjour, j'ai encore un souci. j'ai intégré facebook comments et ça fonctionne mais : - comment être averti que quelqu'un a laisé un commentaire - comment savoir sur quel article le commentaire a été laissé... merci pour votre réponse Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now