szkut Posted May 10, 2014 Share Posted May 10, 2014 Witam, Czy znacie może jakiś sposób / darmowy modół, aby do każde strony cms można było dodać facebook'owy przycisk lubię to? Pozdrawiam Link to comment Share on other sites More sharing options...
0 vekia Posted May 12, 2014 Share Posted May 12, 2014 kod: <div class="fb-like" data-href="http://www.kuguar.pl...ciarskie-wybrac" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> podmieniasz na: <div class="fb-like" data-href="http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> wówczas linki będą generowanie automatycznie Link to comment Share on other sites More sharing options...
0 vekia Posted May 10, 2014 Share Posted May 10, 2014 sprawdź to: komentarze facebook na stronach cms w prestashop zamiast komentarzy możesz wstawić button like: https://developers.facebook.com/docs/plugins/like-button/ Link to comment Share on other sites More sharing options...
0 szkut Posted May 12, 2014 Author Share Posted May 12, 2014 (edited) https://developers.facebook.com/docs/plugins/like-button/ w tym linku do strony facebook wybieram Action Type jaki mnie interesuję, wpisuję adres strony ogólny, czy adres strony cms dla której ma pojawić się button? generuje cod i wyświetla mi się " Your Plugin Code" Następnie, Twój tutorial wskazuje mi gdzie poniższe kody mam wkleić, tak? Include the JavaScript SDK on your page once, ideally right after the opening <body> tag. <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/pl_PL/sdk.js#xfbml=1&version=v2.0"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script> to mam wkleić "Right after <body> code paste this:" header.tpl Place the code for your plugin wherever you want the plugin to appear on your page. <div class="fb-like" data-href="http://www.kuguar.pl/content/6-jakie-buty-narciarskie-wybrac" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> a to wklejam do cms.tpl? w powyższym przykładnie podałem adres jednej ze stron cms. jeżeli dla każdej muszę wygenerować osobny kod to ten pierwszy w header.tpl jest 1 na stałe a dopisuje tylko kolejne do cms,tpl? P.S. dzięki za pomysł komentarzy Edited May 12, 2014 by szkut (see edit history) Link to comment Share on other sites More sharing options...
0 szkut Posted May 14, 2014 Author Share Posted May 14, 2014 Bardzo dziękuję - działa! Link to comment Share on other sites More sharing options...
0 szkut Posted June 26, 2014 Author Share Posted June 26, 2014 Odkopuję temat, gdyż mam mały problem... Nie wiem, czy to jest tym spowodowane, ale ostatnio bardzo mocno ingerowałem w plikach css. Nie wiem, czemu i nie wiem kiedy, ale przyciski lubie to oraz udostępnij po prostu mi znikneły. w pliku cms.tpl na samym dole pliku jest wklejony powyższy kod. jak je odzyskać ? Pozdrawiam, Paweł Link to comment Share on other sites More sharing options...
Question
szkut
Witam,
Czy znacie może jakiś sposób / darmowy modół, aby do każde strony cms można było dodać facebook'owy przycisk lubię to?
Pozdrawiam
Link to comment
Share on other sites
5 answers to this question
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