Trungvision Posted December 10, 2011 Share Posted December 10, 2011 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 More sharing options...
duongphuc Posted December 12, 2011 Share Posted December 12, 2011 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 More sharing options...
duongphuc Posted December 12, 2011 Share Posted December 12, 2011 Nhin chuyen nghiep hon: https://www.addthis.com/get/sharing#.TuWoqFZBX4s Link to comment Share on other sites More sharing options...
Trungvision Posted December 25, 2011 Author Share Posted December 25, 2011 E vẫn k add được là sao các pro?e thêm vào header.tpl nhưng web lỗi luôn?Các pro hướng dẫn em chi tiết với THks Link to comment Share on other sites More sharing options...
duongphuc Posted December 26, 2011 Share Posted December 26, 2011 Dạng file *.tpl (header và footer) là chuẩn cho web của bạn, nên tìm đến đúng vị trí mong muốn và dán code (trong thẻ <body></body>) Link to comment Share on other sites More sharing options...
duongphuc Posted February 21, 2012 Share Posted February 21, 2012 Vào đây để chọn loại bạn cần --> get code http://www.addthis.com/ (1) Dán code vào nơi cần hiển thị trên trang :" Product.tpl " ../theme/your theme/product.tpl (2) demo --> xem hình để biết vị trí dán code mẫu (3) demo online: http://hoasenvang.vn (No Adv) Good luck Link to comment Share on other sites More sharing options...
rukanhitokiri Posted February 27, 2012 Share Posted February 27, 2012 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 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