Hey Mike,
I believe there is a way to do that but there is a bit more to it that a simple domain masking set up. I'm working on something like this with Scott James for a turn key solution we have in development. That stuff hurts my brain and I don't really understand how he was going to work it, but supposedly there is a way. You might try contacting him at websitesforrockstars.com and asking if it's something he can help with. (reference this post, he is a IC member as well).
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
Hey John,
I was going through the video, I think i missed Aweber instructions where Scott James hops into it easily. When i went to Aweber it was offering the 1$ 30 day free trial. Is that the right place to be or is there a discount you have offered for mmm insider circle members? I'll continue to search... until then thank you Erik
http://musicmarketingmanifesto.....oresponder is the best link I know of. That's for the $1 trial.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
<script type="text/javascript">// <![CDATA[ var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())); if (mobile) { document.location = "http://www.yoursite.com/mobile.html"; } // ]]></script> ___________________________________________________ Thank you for posting the additional code Tim! Exactly where do we put it relative to the other code that Scott gave us. I figure that it goes in between <head> and </head>, but where exactly? Has anyone tested this on Samsung Galaxy's yet?
This is an old thread so I may be forgetting the convo, but if the requirement is to put it between the head tags, you can literally put it anywhere between those tags. I personally look for the close head tag and put any code I am inserting directly above it. That way I can find it easier later. But it really shouldn't matter.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
Any time, that's the beauty of these old threads. Jump in any time.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
Not sure if I missed this in the training. I guess I should review it, but I'm going to be lazy and ask here anyway....
Does the code for the mobile squeeze page sign-up form have to be different than the code for the computer browser signup page?
I'm using Mail Chimp. Maybe that's a Mail Chimp/AutoResponder service question?
Taiji Miyagawa said
Does the code for the mobile squeeze page sign-up form have to be different than the code for the computer browser signup page?I'm using Mail Chimp. Maybe that's a Mail Chimp/AutoResponder service question?
I suggest you use a different signup form (and thus different signup form code) for two reasons: (1) so you can do the conversion tracking as John teaches, and (2) so you can tailor it to fit the size of your mobile squeeze page. The video walks you through how to do it in Aweber. I don't use Mail Chimp, but I would think that there's a similar way to design your signup form in Mail Chimp.
Any Mail Chimp users out there that can walk Taiji through the process of designing a form that will fit the size of her mobile squeeze page?
Thanks Charley,
I know how to grab the HTML code, thanks. But also thanks for the reminder of using a different sign up code conversion tracking and tailoring it for the mobile page....I think that in Mail Chimp, I have to create a separate list and create a separate form for that.
-taiji
OK, I found out that it's just a single line of code, combined with a hidden field that I put in the form to track signups from different devices......at least, that's how I understand things. I need to figure out how to test things out....
Let me know what the problem is exactly (include links) and I'll see if I can't get things fixed for you.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
Thanks John.
Never mind the question of copy and optimization yet....the mobile.html file is in the root of musicsignup.info, but the redirect to that file is not working for some reason.
(I still have tweaking to do on the mobile.html file too...I messed something up with the HTML generated by Mail Chimp...)
Okay, well, let me know if you have a specific issue you need resolved and I'll forward your question to Scott who helps me with the tech stuff.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.
The issue is that when people go to MusicSignup.info via a mobile device, the index.html page loads rather than the page formatted for mobile devices.
It must be something I did wrong with the code.....which is currently this (placed at the top of the index.html file, right after <html>):
<head>
<!--start mobile redirect code-->
<script>
<script type="text/javascript">// <![CDATA[
var mobile = (/iphone|ipad|ipod|android|blackberry|mini|samsung|windowssce|palm/i.test(navigator.userAgent.toLowerCase()));
if (mobile) {
document.location="http://www.musicsignup.info/mobile.html";
}
</script>
<!--end mobile redirect code-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<title>Free Downloads</title>
<!--[if IE]>
<style type="text/css">
li{list-style:none;}
</style>
<![endif]-->
Thanks, I've asked @scottjames to jump in and see if he can help. I'll check back in shortly to see if this is resolved.
Having trouble with your marketing? Wish you could have an experienced direct-to-fan marketing expert look over your actual campaigns, music, or content and offer feedback? Or perhaps you’re just looking for a little one-on-one assistance so you can ask questions that pertain to your specific goals and get a second, more experienced, perspective? Click here to book a session with me now.