The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

any one using Landing Pages for mobile CPA offers

Does anyone have a basic INDEX HTML FILE that we can just tweak and add an image...For a Super Simple Landing PAGE like CMA had shown earlier but with the HTML and we can just edit it.

I just want one where we can add our tracking link.
 
Does anyone have the basic code to create a mobile landing page with clickable link?
 
If you need help making a professional lander , we can help you. We can make a lander as low as $ 15 or $ 20 for 3 landers. Do ping me on Skype landerpro
 
If you're already using Photoshop and Dreamweaver to build your landing pages you don't need to do anything much different just add

HTML:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
  <meta name="apple-mobile-web-app-capable" content="yes">

In Between the <head> </head> tag of your html document.

Thanks Cash Money I needed that bit of code.
 
Thanks
If you're already using Photoshop and Dreamweaver to build your landing pages you don't need to do anything much different just add

HTML:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
  <meta name="apple-mobile-web-app-capable" content="yes">

In Between the <head> </head> tag of your html document.
 
Hi!

In case you've got a button that'll lead your user to the offer, just make sure you have the following text on your code:

<html>
<head><title>Get this offer now!</title>
</head>
<body>
<a href="tracking link here"><img src="button_image.jpg"></a>
</body>
</html>



Hope this helped!

Cheers!
 
I create my own with HTML / CSS, but they are very simple usually and I also spent alot of time learning that stuff.
 
banners
Back