Turkey
|
Brow.si help to improve your mobile experience.
Share, Change text size, and more..
you can check Brow.si to read more info.
How we can add to our site?
There is a simple code:
- <script type="text/javascript">
- (function(w, d){
- w['_brSiteId'] = 'Lwvppw';
- function br() {
- var i='browsi-js'; if (d.getElementById(i)) {return;}
- var siteId = /^[a-zA-Z0-9]{1,7}$/.test(w['_brSiteId']) ? w['_brSiteId'] : null;
- var js=d.createElement('script'); js.id=i; js.async=true;
- js.src='//js.brow.si/' + ( siteId != null ? siteId + '/' : '' ) + 'br.js';
- (d.head || d.getElementsByTagName('head')[0]).appendChild(js);
- }
- d.readyState == 'complete' ? br() :
- ( w.addEventListener ? w.addEventListener('load', br, false) : w.attachEvent('onload', br) );
- })(window, document);
- </script>
Copy the Code
Add this code to /template/default/touch/common/footer.htm before </body> tag.
Do not forget to clean a template cache!
Then visit your website from a mobile phone and test it!
[edited by vot]
|
|