Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
A new feature! After changing the title on your site in a different tab transition now the favicon at the beginning will change! What's New? Time added Smile added JavaScript file added Demo screenshot; I'm browsing different sites except site tab. Installation list; Export "beni-unuttun.zip" file. "beni-unuttun.js" upload to "styles/yourstyle/xenforo/js/beni-unuttun.js" file "uzgun.png" upload to "styles/yourstyle/xenforo/smilies/uzgun.png" Appearance > Styles> Yourstyle > Templates Edit template: PAGE_CONTAINER HTML: </head> Add on top; JavaScript: <script src="styles/yourstyle/js/beni-unuttun.js"></script> <script> dontGo({ title: 'Hey, beni unutma..!', faviconSrc: 'styles/yourstyle/xenforo/smilies/uzgun.png', timeout: 1000 }) </script> Changeable codes; Time setting; timeout: 1000 Favicon image; uzgun.png Title name; title: 'Hey, beni unutma..!', Dowloand Files -> Click
</head>
<script src="styles/yourstyle/js/beni-unuttun.js"></script> <script> dontGo({ title: 'Hey, beni unutma..!', faviconSrc: 'styles/yourstyle/xenforo/smilies/uzgun.png', timeout: 1000 }) </script>