CPA Iframe Management With Wordpress

flexnds

Power Member
Joined
Jan 4, 2010
Messages
643
Reaction score
699
What is it?

I've been getting more into CPA and it seemed like a pain to keep track of all my iframed offers, and when an offer is expiring you have to remember where the hell you put it. I also wanted to have all the functionality of Wordpress including the content management and all the great stat plugins available too without having to rely completely on the cpa company's stats. Using wordpress stats also allows you to get an idea of where your traffic is coming from so you can capitalize on what works. The wp_head and wp_footer are left in the theme, so you shouldn't have any problems using your favorite stats plugin. Please let me know if anything should be added or taken out or any ideas to expand on this. Thanks!

Dowload The Theme

HTML:
http://www.mediafire.com/?wle42sqhqdtt8fr

VT

HTML:
http://www.virustotal.com/file-scan/report.html?id=bc8524cb7d6d9b8fad4042f928e335f1097c558372f98a73120d659d1e91c799-1314790412

Here is the code in the single.php file

PHP:
<?php if ( get_post_meta($post->ID, 'offer') ) : ?>

<iframe src="<?php echo get_post_meta($post->ID, 'offer', true); ?>" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">
<p>Click <a href="<?php echo get_post_meta($post->ID, 'offer', true); ?>">here</a>! (Your browser does not support iframes)</p>
</iframe>

<?php endif; ?>

Just make a field named "offer" without double quotes of course and then put your affiliate link as the value. I also ripped out a lot of the bullsh*t out of the theme so it will load faster. The only thing that slows loading time is the iframed site itself.
 
Last edited:
I just saw the video .... AMAZING! .... This plugin is going to be so useful..... Thank you for sharing/developing this plugin!

+rep
 
You might want to edit your video and remove your pub id...

Also, the iframe isn't working in Chrome here.

Edit, NM, adblock was keeping the iframe from showing.
 
Last edited:
You might want to edit your video and remove your pub id...

Also, the iframe isn't working in Chrome here.

Edit, NM, adblock was keeping the iframe from showing.

Ya, just read right now that maxbounty is stupid on iframing...
 
Last edited:
I'll make another video later.. Trying to blur out the pub id is going to take longer than making a new video.. Off to bed now..
 
damn this is a nice share
iframe is working just fine for me.
Are you going to post new video in this thread?
 
Is there a new video on this? Very interested in the progress of this plugin. I have GhostCPA and have a ton of WP sites, but it's not the easiest code (GCPA's) to integrate into WP.

Look forward to the video. :)
 
Here's the video

[youtube]pOorpiahNwQ[/youtube]
 
Great share! I wasn't expecting this to work with a clickbank offer but it did. I wasn't expecting it to work with Adwords but it did. I wasn't expecting to cash in but I set up a small $25 campaign, made 7 sales and $150. I'm going to watch this for a couple days and if its still working I'll scale it up.

Thanks again!
 
Great share! I wasn't expecting this to work with a clickbank offer but it did. I wasn't expecting it to work with Adwords but it did. I wasn't expecting to cash in but I set up a small $25 campaign, made 7 sales and $150. I'm going to watch this for a couple days and if its still working I'll scale it up.

Thanks again!

Awesome man! Keep it up.. It will work with any URL. So you can pretty much iframe anything quickly and have it work correctly in all browsers.
 
Just make a field named "offer" without double quotes of course and then put your affiliate link as the value. I also ripped out a lot of the bullsh*t out of the theme so it will load faster. The only thing that slows loading time is the iframed site itself.

could you explain this more? i have installed the theme you shared, but there dosent seem to be the option to add the affiliate link on the new post page as it shows in your video.

is there something more to do to set it up then just install the wp theme?
 
could you explain this more? i have installed the theme you shared, but there dosent seem to be the option to add the affiliate link on the new post page as it shows in your video.

is there something more to do to set it up then just install the wp theme?

It will work the same as in the video. The first time you use it you just have to type the word "offer" without double quotes in the "Name" field below the post content area on the add new post page. The "Value" is simply any page you wish to iframe. After you do this once, the drop down for "offer" in the "Name" field will always be available.
 
what i am saying is that the entire section is not there on the add post page.

hFlaD
 
There is a drop down menu at the top right of your screen that says "Screen Options". Pull down that and check custom fields..
 
Nice share, can any body tell if it's safe with email submit ? or should we fake the referer ??
 
Nice share, can any body tell if it's safe with email submit ? or should we fake the referer ??

I would fake it if possible, unless the network states iframing is permitted. Companies like maxbounty will not allow any iframing. Though, to be honest I have not put much thought into faking a referral using an iframe. Not even sure how that would work. Hopefully someone can chime in on this.
 
There is a drop down menu at the top right of your screen that says "Screen Options". Pull down that and check custom fields..

i see that, but it just seems to get stuck with the loading wheel spinning...
have tried chrome, firefox, and safari, same deal for all. even tried it with a fresh wp install incase any other plugins were interfering...

the similar buttons on other pages all work fine.
am totally stumped here...

you are talking about this yes? myblog.com/wp-admin/post-new.php#screen-options

help!

I would fake it if possible, unless the network states iframing is permitted. Companies like maxbounty will not allow any iframing. Though, to be honest I have not put much thought into faking a referral using an iframe. Not even sure how that would work. Hopefully someone can chime in on this.


look up brad's cpa redirector plugin on this site. using that will make any traffic look like it came from one of your blog posts.
 
Back
Top