Hi, The following is the same script we have installed in this forum to notify iPhone/iPod users of availability of Tapatalk on your forum. You can change it the way you want it e.g. the number of days before it shows again to user (we set it to 30 days), and the url it redirects to (we set it to open the app store Tapatalk screen directly). HTML: <script type="text/javascript"> if (document.cookie.indexOf("iphone_redirect=false") < 0) { if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) { if (confirm("This forum is iPhone Native! Click OK to learn more about Tapatalk iPhone.")) { document.cookie = "iphone_redirect=false"; window.location = "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=307880732&mt=8"; } else { var date = new Date(); var days = 30; date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+ date.toGMTString(); document.cookie = "iphone_redirect=false" + expires; } } } </script> We copy and paste this code to vBulletin template's "header" - We would be delighted if you can do the same on your site if you are happy with the Tapatalk experience so far.
Sorry folks - fixed a bug where in some cases it never shows! Also updated the URL so it directs to app store much faster. Thanks for installing it!
Installed Thanks winter!!! Installed, but on headerinclude, that template is constant on all my skins, and works pretty well. Best Regards.
Any way to have this automatically open tapatalk if you browse to a forum with iPhone safari that supports tapatalk? Right now i just get the message "..... Learn More"
We thought about it, the only challenge is what if the user doesn't have the Tapatalk app installed? Do they want to open the free version or the paid version? The iPhone itself doesn't provide such information so it seems a bit convoluted to implement this. Keep brainstroming personally I want to see this happen too...
You can find Installation instruction at forum owner area http://www.tapatalk.com/en/user phpBB - Installation * Place the zip package at the root of your forum system. * Unzip the package. You should see a directory called "mobiquo" inside your forum system root directory. For example, if your forum URL is http://www.mysite.com/forum, it should be placed at http://www.mysite.com/forum/mobiquo/. * Edit the file /<phpBB3_root>/styles/{YOUR_STYLE}/template/overall_footer.html * Search in this file: </body> </html> * Insert the following line above them <script type="text/javascript" src="mobiquo/tapatalkdetect.js"></script> * Purge the forum cache by logging in to the administration panel, find "Resynchronize or reset statistics" in the "General" section, click "Purge the cache".
Winter, I'm an iPhone user so maybe my question is stupid but is there something similar to this script for Android Market, OVI Store and Blackberry App Store ? Thanks for your support. In any case I installed the iPhone script !! Regards.