Jump to content
  • 0

Facebook pluginy udostępnij/lubię to


warehouser

Question

Witam

 

Głowię się nad dodaniem facebookowych pluginów udostępnij oraz share.

Znalazłem na naszym forum takie rozwiązanie:

 

/themes/szablon/header.tpl

po linijce otwierającej body:

<body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)}{$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '}{/if}{if $hide_left_column} hide-left-column{else} show-left-column{/if}{if $hide_right_column} hide-right-column{else} show-right-column{/if}{if isset($content_only) && $content_only} content_only{/if} lang_{$lang_iso}">

Wklejam:

<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>

cms.tpl - na samym końcu

<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>

Rozumiem, że w header ładuje bibliotekę a w cms.tpl umieszczamy funkcję końcową.

 

Niestety w moim przypadku to nie działa.

Próbowałem też z IFRAME, w sklepie jest właczony

<iframe src="//www.facebook.com/plugins/like.php?href=http://{$smarty.server.HTTP_HOST}{$smarty.server.REQUEST_URI}&width&layout=standard&action=like&show_faces=true&share=true&height=80&appId=517452181695470" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...