![]() | ![]() | ||||||||
| | #1 |
| Trust Establisher War Room Member Join Date: Aug 2007 Location: Long Island, NY
Posts: 3,100
Thanks: 690
Thanked 249 Times in 166 Posts
|
Can anyone suggest where I can find a FREE Mobile Website Redirect Script? We already have one however it's not working, so I'd really prefer not to lay out any extra money for one if I can prevent it ![]() Thanks in Advance, Justin |
| | |
| | |
| | #2 | |
| Active Warrior Registered Member Join Date: Jan 2013 Location: Bangalore, India
Posts: 33
Blog Entries: 8 Thanks: 2
Thanked 1 Time in 1 Post
| Quote:
Your saying it is a couple of lines but can you give me that code example it will help for me. Have a Great Day ! Karen | |
| | ||
| | |
| | #3 |
| WarriorWill.com War Room Member Join Date: Jun 2010 Location: Australia
Posts: 9,667
Thanks: 1,848
Thanked 6,354 Times in 3,116 Posts
|
Justin, It depends what type of redirect script you are wanting. The most accurate one to use nowadays are those that detect the user agent of devices. Since new devices are being released all the time, the list of user agents needs to be kept up to date. For that reason using a free redirect script is not a great idea. You want to use a service or script that will keep the list up to date for you. No point using a free option if it's not effective. It also depends if you are using Wordpress or not. |
| | |
| | |
| | #4 | |
| HyperActive Warrior War Room Member Join Date: Jul 2011
Posts: 156
Thanks: 28
Thanked 20 Times in 20 Posts
|
Hi You seem to be very knowledgeable in Mobile marketing I make HTML5 based apps. I'm trying to put an URL there Then I'm looking for an Intelligent redirection set up that allows me to set individual redirection - and then tracks and gives me intelligent insights on conversion etc Do you know anything available like that? Thanks in advance regards Quote:
| |
| | ||
| | |
| | #5 |
| You reap what you sow. War Room Member Join Date: May 2008 Location: Mobile
Posts: 814
Thanks: 154
Thanked 326 Times in 197 Posts
|
Here is the one that I use in my projects: Detect Mobile Browsers - Open source mobile phone detection Decide on which method you want to use and download the corresponding script. You may find better paid scripts that cover more devices. There are also other services that require a monthly fee and provide a limited number of redirections that I would never approach. I kinda hate monthly fees. |
| "...closed a sale while I was testing this tool in the beta testing period..." Mobile Landing Pages |Premium Mobile Website Templates "..amazing!.." "..super fast.." "..best of this style.." | |
| | |
| | #6 |
| Mobile Site Wizzard! War Room Member Join Date: Nov 2010 Location: Scottsdale / Santa Monica
Posts: 173
Thanks: 4
Thanked 29 Times in 20 Posts
|
hey buddy, 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> |
| | |
| | |
| | #7 |
| HyperActive Warrior War Room Member Join Date: Jan 2008 Location: , , USA.
Posts: 334
Thanks: 23
Thanked 106 Times in 80 Posts
|
I have a few questions about the script suggested here:
|
|
"The fact that a believer is happier than a skeptic is no more to the point than the fact that a drunken man is happier than a sober one." -- George Bernard Shaw | |
| | |
| | #8 |
| Warrior Member Join Date: Jul 2007 Location: , , USA.
Posts: 18
Thanks: 8
Thanked 1 Time in 1 Post
| |
| | |
![]() |
|
| Bookmarks |
| Tags |
| free, mobile, redirect, script, website |
| Thread Tools | |
| |
![]() |