Jump to content

Cách thêm nút Google +1 vào web prestashop


Trungvision

Recommended Posts

Các pro hướng dẫn cách thêm nút google +1 vào code prestashop. Mình đã làm theo hướng dẫn bên Google rồi nhưng k dc, k thấy nút +1 hiện ra?

Cảm ơn mọi người!

Hướng dẫn từ Google webmaster

Copy and paste the following code into your site:

<!-- Place this tag where you want the +1 button to render -->

<g:plusone annotation="inline"></g:plusone>

 

<!-- Place this render call where appropriate -->

<script type="text/javascript">

(function() {

var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;

po.src = 'https://apis.google.com/js/plusone.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);

})();

</script>

...

Link to comment
Share on other sites

Làm theo Google thì chán lắm

 

Code này rất dễ, thích cho nào thì gán vào đó: ĐÃ TEST OK

** THÔNG THƯỜNG DÁN TRONG FILE HEARDER.TPL

 

<br class="clear" />

<div id="plusone-div"></div>

<script type="text/javascript" src="https://apis.google.com/js/plusone.js">{lang: 'vi',parsetags: 'explicit'}</script>

<script type="text/javascript">gapi.plusone.render("plusone-div",{"size": "standard"});</script>

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Bạn thử sửa những vị trí có { để xuống dòng vì nếu không smarty có thể hiểu nhầm {} như là mã code của smarty

(function()

{

var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;

po.src = 'https://apis.google.com/js/plusone.js';

var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);

}

)();

</script>

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