iframe script

Direct Linking PeerFly Offers on Facebook

facebook ads approved

I mentioned in my IMGrind review yesterday that the affiliate industry is constantly changing. One major change that we have seen over the past few years is that ad networks are no longer accepting direct affiliate links. AdWords is a great example. It used to be very easy “back in the day” to throw an affiliate campaign up on AdWords with a direct link and make bank. Well, as most affiliates have found out, AdWords is no longer accepting a direct affiliate link. It’s incredibly hard to get a direct link approved and even if you do you stand to get your account suspended for breaking the AdWords Terms of Service. Well, we have recently run into the same issue with Facebook.

Facebook no longer allows anyone to post a PeerFly link anywhere on Facebook. We are marked as spammy or unsafe.

peerfly blocked on facebook Direct Linking PeerFly Offers on Facebook

Needless to say, you are going to have a very hard time getting a PeerFly affiliate link approved by a Facebook Ads intern. However, I have recently found a very nice trick that will help you get direct links approved on Facebook. I’ve tested several campaigns and so far all of my ads have been approved! What’s the trick? Simply iFrame the affiliate offer!

Pro Tip: Our movie tickets offer has A TON of different interest angles you can when marketing it on Facebook and a TON of different demographics you can target.

I already have a tutorial on how to setup an iFrame for your affiliate offer, but I have included the code snippet below. Simply iFrame your PeerFly affiliate link and use your iFramed page as your destination link on Facebook.

Important
You cannot iFrame our offers on Facebook fan pages. You are not allowed to promote our offers using fan pages.

iFrame Script

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
    <title>Page Title</title>
    <meta name="keywords" content="keyword 1, keyword 2" />
    <meta name="description" content="Enter your page description" />
    <style>
    * {
        margin: 0;
        padding: 0;
    }
    body {
        margin: 0;
        padding: 0;
    }
    </style>
</head>

<body>
    <iframe src="http://peerfly.com/your_affiliate_link" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">
        <p>Click <a href="http://peerfly.com/your_affiliate_link">here</a>! (Your browser does not support iframes)</p>
    </iframe>
</body>
</html>

Facebook Ad Tips

Make sure that the offer you are trying to iFrame does not break the frame. You can do this by going to the page with the iFrame and if the address bar is showing the link to your iFramed page you are fine. If not, it’s unlikely your ad will get approved. You should also only use offers that do not have exit pop-ups. If you get an alert box when you try to leave your iFramed page your ad probably will not get approved.

Give it a try and let me know how it goes. I am currently optimizing my campaigns, but hopefully will have a case study early next week showing some of my campaign statistics and example creatives. Let me know if you have any questions and let’s make some money! :)

How to iframe an affiliate offer

iframe featured

Although I always suggest that PeerFly publishers learn how to create their own landing pages, it’s not always necessary. Direct linking is also common practice among affiliate marketers. Instead of creating a landing page and directing traffic to the offer through that, you simply use your affiliate link (Short Link or Long Link on PeerFly) and send the visitor directly to the offer. In some cases though, the company you are using to promote the offers will not allow you to use a direct affiliate link. For example, Facebook does not allow PeerFly publishers to directly link our offers using the peerfly.com affiliate link. So, what can you do if this is the case? IFrame it!

IFraming an affiliate offer

With PeerFly, you are more than welcome to iframe any offer we have as long as it is not specifically restricted in the Marketing Restrictions. Also, you need to iframe 100% of the offer landing page. I will explain and demonstrate this below, but it’s important to remember. But, what exactly is an iframe?

It’s an HTML element that allows to to frame a document within a document or a webpage within a webpage. In the example below, I take my affiliate link and place it within ipad2.html to make it look like ipad2.html is actually the affiliate offer page.

iframe example How to iframe an affiliate offer

HTML to iframe an affiliate offer

The HTML for iframing is actually very simple.  You can find the source for my sample page at:
http://lukepeerfly.com/demos/iframe/html.txt

You can view what it will look like here:
http://lukepeerfly.com/demos/iframe/ipad2.html

It is important thing to remember is to remove the page margin, which I did in the example within the <style> tags. You can remove all other margin and borders with frameborder=”0″, marginheight=”0″, and marginwidth=”0″ otherwise the page framed will look funny. Make sure you keep the width and height of the iframe at 100% as well. Of course, change the links to the pages being iframed (my peerfly.com short links) to your own unless you want me to get credit for your traffic.

That pretty much explains how to iframe a CPA offer. Please let me know if you have any questions.