<script src="//sharebutton.net/plugin/sharebutton.vertical.js"></script>
```<br />
<br />
Where I need put that tag to get it work? I already try ```php
/design/backend/templates/common/scripts.tpl
``` but no luck.<br />
<br />
I'm using CS-Cart 4.2.3
[color=#262626][font=arial, sans-serif][size=3]Insert your lines before the tag [/size][/font][/color][color=#262626][font=arial, sans-serif][size=3]{/scripts}.[/size][/font][/color]
[color=#262626][font=arial, sans-serif][size=3]Insert your lines before the tag [/size][/font][/color][color=#262626][font=arial, sans-serif][size=3]{/scripts}.[/size][/font][/color]
You either need a protocol (http: or https:) or get rid of the '//' for a proper URL. But note that not specifying a protocol will default to 'http:' and will then give “insecure content” errors on https pages. You might try something like: