Jump to content
  • 0

"Lubię to" na stronach cms


szkut

Question

5 answers to this question

Recommended Posts

  • 0

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

  • 0

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 by szkut (see edit history)
Link to comment
Share on other sites

  • 0

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...