sim hanventure Posted July 20, 2015 Share Posted July 20, 2015 hi, how to I insert the following script in the footer? <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- eSHOP-Yxin --> <ins class="adsbygoogle" style="display:inline-block;width:200px;height:200px" data-ad-client="ca-pub-1119799714841178" data-ad-slot="5577865958"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> Thanks. Link to comment Share on other sites More sharing options...
NemoPS Posted July 20, 2015 Share Posted July 20, 2015 add it to footer.tpl, but make sure you wrap it inside {literal} like this: <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- eSHOP-Yxin --> <ins class="adsbygoogle" style="display:inline-block;width:200px;height:200px" data-ad-client="ca-pub-1119799714841178" data-ad-slot="5577865958"></ins> <script> {literal} (adsbygoogle = window.adsbygoogle || []).push({}); {/literal} </script> Link to comment Share on other sites More sharing options...
sim hanventure Posted July 21, 2015 Author Share Posted July 21, 2015 Hi, Thanks for you reply , but I have multi-store. so I need to put different script for each store, so how do I do that? by the way, is there a way to set in the admin panel? Link to comment Share on other sites More sharing options...
sim hanventure Posted July 21, 2015 Author Share Posted July 21, 2015 Hi, can I put at here ? Link to comment Share on other sites More sharing options...
NemoPS Posted July 22, 2015 Share Posted July 22, 2015 In this case, you should better use a module, but you need to know how to code. Or, you might find a shop-specific html module. My HTML BLock does the trick but it's not multistore, we can as well modify it if you want to spend a few bucks Link to comment Share on other sites More sharing options...
sim hanventure Posted July 23, 2015 Author Share Posted July 23, 2015 any idea to make it responsive? Link to comment Share on other sites More sharing options...
NemoPS Posted July 24, 2015 Share Posted July 24, 2015 You can wrap it inside col-lg-2 for example, just use bootstrap wrappers 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