Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Mobile Marketing
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
Share
LinkBack Thread Tools
Old 02-12-2013, 01:17 PM   #1
Mobile Site Wizzard!
War Room Member
 
bonn's Avatar
 
Join Date: Nov 2010
Location: Scottsdale / Santa Monica
Posts: 173
Thanks: 4
Thanked 29 Times in 20 Posts
Default Here is a free mobile device detect and redirect script for Warrior Buddies!

hey buddies,

Just shared this on someone else's thread, but im sure everyone could use it. Its used to detect mobile users on a desktop site and redirect them to a mobile site at a specific URL. Enjoy:

Just copy paste this code in between the <header>...</header> tags on the page you want to detect and redirect. Also change the "http://www.gomobileenterprise.com" to whatever your mobile site URL is.



HTML Code:
<script>
function detect() {
       var uagent = navigator.userAgent.toLowerCase();
       var mobile = false;
       var search_strings = [
           "iphone",
           "ipod",
           "ipad",
           "series60",
           "symbian",
           "android",
           "windows ce",
           "windows7phone",
           "w7p",
           "blackberry",
           "palm"
       ];
       for (i in search_strings) {
           if (uagent.search(search_strings[i]) > -1) mobile = true;
       }
       return mobile;
   }
   if (detect()) window.location = "http://gomobileenterprise.com/";
</script>

GoMobile Enterprise : Enterprise Grade Mobile Content Management Software for Everyone

Our WSO

Watch a video of the founder building a site with the platform here
bonn is offline   Reply With Quote
Old 02-18-2013, 05:06 PM   #2
Active Warrior
 
BiggestB's Avatar
 
Join Date: Oct 2006
Location: , , .
Posts: 51
Thanks: 4
Thanked 3 Times in 3 Posts
Social Networking View Member's YouTube Profile
Default Re: Here is a free mobile device detect and redirect script for Warrior Buddies!

Thank you for this script, nice share

Become a Profitable Trader with an Amazing and Easy-To-Learn System. Forex Power Trading System
BiggestB is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Mobile Marketing

Bookmarks

Tags
buddies, detect, device, free, mobile, redirect, script, warrior

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 05:27 PM.