Register Advertise with usHelp Desk Today's Posts Search

Closed Thread
Thread Tools Search this Thread
Unread 14th Sep 2011, 05:38 PM   #1
Nerd
 
ConradDeas's Avatar
 
Join Date: 2011
Location: Las Vegas, NV
Posts: 84
Thanks: 96
Thanked 68 Times in 34 Posts
Default
Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

The original post is below where you can still access the tool, but WillR has updated us to the fact that you don't need the tool. He's posted the code that the tool adds to your document. See his post (#3) below.

Okay so I could be late on this, but just in case I'm not the last person to discover this here it is...

Again this is something I found in the Offline Section of the Forum. It's a post by Warrior Ben who you should definitely follow on here for some good info. He was answering a question about a mobile website in this thread --->http://www.warriorforum.com/offline-...-now-what.html

You can see his whole answer there, but I'll post piece of it here:
Included in my standard pricing to clients, I offer them the option for an e-mail opt-in where customers can put in their name and e-mail address (and sometimes phone number, depending on what my client wants) and be automatically e-mailed either a coupon or some special information. (One of my Realtor clients offers a 5 page PDF that he wrote on Tips for New Home Buyers.)

As for the logistics of setting this up, I use my own AWeber account and set up the opt-in from that. I then use the Mobile Monopoly Secret Tool (Mobile Monopoly Squeeze Page Generator) to convert the AWeber form to mobile. (Make sure to check the box for Taller Name & E-mail). I then go to the Squeeze Page that is created with the MM Secret Tool and go to View Source and copy the code. I then paste that code into a separate page for my client's mobile site, which is linked to from their main page that the QR Code goes to.

I hope that all makes sense! Oh and one last thing regarding the e-mail opt-in: if you do use your own AWeber account, make sure that your client is paying you a monthly fee for hosting and maintenance because they will ask to change their offer from time to time and having them pay you every month makes it worth your while to make the changes and not have it feel like you are doing work for free.


So the link to create a mobile squeeze page is Mobile Monopoly Squeeze Page Generator

Last edited on 15th Sep 2011 at 11:52 AM. Reason: update
ConradDeas is offline  
The Following User Says Thank You to ConradDeas For This Useful Post:
Unread 14th Sep 2011, 11:48 PM   #2
Digital Marketer
War Room Member
 
WillR's Avatar
 
Join Date: 2010
Location: Australia
Posts: 12,475
Thanks: 1,984
Thanked 8,187 Times in 4,079 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

I used to use that same mobile monopoly squeeze page generator but there is no need to. All that generator does is adds ONE single line of code at the top of your document:

<meta name="viewport" content="user-scalable=no, width=device-width" />

That's all. Simply paste that at the top of your page and you're good to go. No need to worry about using that tool anymore.

I use a derivative of that on all of my mobile webpages to enable the auto resizing to fit all the different mobile devices:

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />

Enjoy!

WillR is offline  
The Following 8 Users Say Thank You to WillR For This Useful Post:
Unread 14th Sep 2011, 11:52 PM   #3
Active Warrior
 
drooblez's Avatar
 
Join Date: 2009
Location: Arizona
Posts: 80
Thanks: 6
Thanked 17 Times in 14 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

Will, that is a great piece of code and discovery! Thank you so much. I've added that to my file of useful code!
drooblez is offline  
Unread 15th Sep 2011, 04:26 AM   #4
Mobile Warrior
War Room Member
 
Neil B's Avatar
 
Join Date: 2011
Location: UK
Posts: 190
Thanks: 616
Thanked 205 Times in 134 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

Originally Posted by WillR View Post

I used to use that same mobile monopoly squeeze page generator but there is no need to. All that generator does is adds ONE single line of code at the top of your document:

<meta name="viewport" content="user-scalable=no, width=device-width" />

That's all. Simply paste that at the top of your page and you're good to go. No need to worry about using that tool anymore.

I use a derivative of that on all of my mobile webpages to enable the auto resizing to fit all the different mobile devices:

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />

Enjoy!
Good advice Will, I used that Mobile Monopoly tool too way back before I started creating my own mobile squeeze pages and sites...to be honest I found it a bit 'buggy' which is what prompted me to get my hands dirty...

Neil

Neil B is offline  
Unread 15th Sep 2011, 11:46 AM   #5
Nerd
 
ConradDeas's Avatar
 
Join Date: 2011
Location: Las Vegas, NV
Posts: 84
Thanks: 96
Thanked 68 Times in 34 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

Originally Posted by WillR View Post

I used to use that same mobile monopoly squeeze page generator but there is no need to. All that generator does is adds ONE single line of code at the top of your document:

<meta name="viewport" content="user-scalable=no, width=device-width" />

That's all. Simply paste that at the top of your page and you're good to go. No need to worry about using that tool anymore.

I use a derivative of that on all of my mobile webpages to enable the auto resizing to fit all the different mobile devices:

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />

Enjoy!
Thanks WillR the simpler the better!
ConradDeas is offline  
Unread 3rd Oct 2011, 06:54 PM   #6
Mobile Warrior Member
War Room Member
 
EvanBeck's Avatar
 
Join Date: 2011
Posts: 123
Thanks: 31
Thanked 30 Times in 24 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

Originally Posted by WillR View Post

I used to use that same mobile monopoly squeeze page generator but there is no need to. All that generator does is adds ONE single line of code at the top of your document:

<meta name="viewport" content="user-scalable=no, width=device-width" />

That's all. Simply paste that at the top of your page and you're good to go. No need to worry about using that tool anymore.

I use a derivative of that on all of my mobile webpages to enable the auto resizing to fit all the different mobile devices:

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />

Enjoy!
That's a nice tip, Will.

EvanBeck is offline  
Unread 4th Oct 2011, 02:26 AM   #7
Active Warrior
 
sharoncm's Avatar
 
Join Date: 2010
Posts: 66
Thanks: 38
Thanked 4 Times in 4 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

You just make my life easier
sharoncm is offline  
Unread 4th Oct 2011, 11:03 AM   #8
jcmarketingsolutions.com
War Room Member
 
jrod014's Avatar
 
Join Date: 2006
Location: Los Angeles , USA.
Posts: 1,060
Thanks: 79
Thanked 379 Times in 109 Posts
Blog Entries: 1
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

Thanks Will, so simple.

Here is some more info, just an FYI.

https://developer.mozilla.org/en/Mob...wport_meta_tag

Jerry
jrod014 is offline  
Unread 8th Feb 2012, 11:37 AM   #9
Advanced Warrior
 
Join Date: 2006
Location: , , USA.
Posts: 647
Thanks: 60
Thanked 74 Times in 69 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

It will work with other AR codes or not?
Thx.
linkmetro is offline  
Unread 8th Feb 2012, 06:05 PM   #10
Digital Marketer
War Room Member
 
WillR's Avatar
 
Join Date: 2010
Location: Australia
Posts: 12,475
Thanks: 1,984
Thanked 8,187 Times in 4,079 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

Originally Posted by linkmetro View Post

It will work with other AR codes or not?
Thx.
Yes it will. It has nothing to do with the auto-responder code.

WillR is offline  
Unread 8th Feb 2012, 08:13 PM   #11
HyperActive Warrior
War Room Member
 
Join Date: 2011
Posts: 168
Thanks: 17
Thanked 28 Times in 21 Posts
Default
Re: Secret Tool For Mobile Squeeze Pages
Share on: 
fb share twitter share gplus share more share

WillR You are the man! Tanks for another great tip!!
sbishop is offline  
Closed Thread


Bookmarks

Tags
mobile, pages, secret, squeeze, tool


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 06:53 PM.