[METHOD] TRICK FACEBOOK and become a true Facebook Ninja!

sbndnb

Regular Member
Joined
Dec 1, 2013
Messages
478
Reaction score
344
I'm not claiming to be an expert (or any good at all) at FB or CPA techniques, but I thought this technique might be useful to those that don't know it. If you have any questions feel free to ask them in this thread.

Since this method isn't exactly rocket science I will keep it short and simple. Like many of you I've been experimenting a lot with facebook and CPA. And a couple of days ago I realised something while playing around with Facebook's debugger: Facebook's URL linter (which scrapes the site's preview when sharing an url) doesn't recognize Javascript, so you can easily trick FB into thinking you're sharing a link to "url a", while redirecting all visitors to "url b".

How it works:

Step 1:
create an HTML file containing the following code and upload it to your server:
Code:
<html prefix="og: http://ogp.me/ns#">
<head>
<meta property="og:url" content="http://url-for-facebook-preview.com/" />
<script type="text/javascript">window.location = "http://affiliate-link-or-landing-page.com";</script>
</head>
</html>

Step 2:
(optional) shorten the link to the html file. I use Tinyurl for this.

Step 3:
Use the (shortened) link in your facebook posts and it will show a preview of the url specified in og:url. In practice your visitors will be sent to the html file on your server, and (assuming they have JS enabled) they will be redirected to your landing page / offer / affiliate link.

If you wish to play around with this, you can use the FB debugger to check the output of the Facebook linter and the generated preview here: https://developers.facebook.com/tools/debug/

Feel free to post any tips / twists / results!

PS: the thread title has nothing to do with the reputable Shezboy or his services, which I've heard are pretty awesome. And so are ninja's.
 
@op thanks a lot! been looking for this for around 5days now.. lol

@thunder

"I hope Facebook's URL linter will never read javascript"

lol
 
solved it myself!

:D
 
Last edited:
Thanks for the positive words guys!

okay... i got stuck on having my own custom BIG IMAGE + having a fb scraped url...

Basically I wanted a famous URL like google/youtube/facebook (which can be done already on this method tutorial)

but I also wanted to post a BIG IMAGE that is clickable...

I've had the same problem, the only workaround I've found so far is to omit the url and specify the title, image and description manually. The problem with this is it will display your website's url instead of "facebook.com".
You can find all Open Graph tags with their description over at http://ogp.me/
 
thanks op for these i will check it out.
 
@op thanks a lot! been looking for this for around 5days now.. lol

@thunder

"I hope Facebook's URL linter will never read javascript"

lol

Ahaha yeah you are right, but this has been around for some time frankly.
Although I am pretty sure in the future Facebook will start reading JS as well and patch this, so milk it while you can (as any other BH method).
 
Great method. I've a question though. Can we use a custom thumbnail while it still shows the og:url or it's not possible to do so?
 
Great method. I've a question though. Can we use a custom thumbnail while it still shows the og:url or it's not possible to do so?

Yes you can. You can use all of these properties in the HTML file:

og:url - URL/website address
og:title - title of the page (if it's not provided, FB will scrape the page's title by default)
og:description - description of the page (if it's not provided, FB will scrape the page's meta description by default)
og:image - thumbnail that is shown (what you are actually asking).

For the image part, you can also use: og:image:width and og:image:height
Replace width and height with the proper pixel numbers; this is to re-size the image while it's shown, just like you do in HTML.
And also, next time I suggest researching a bit, you can find this information in 1 min if you googled it.
Also use FB's debugger here to preview/test how the link will be shown before you put it live on a post.
 
Yes you can. You can use all of these properties in the HTML file:

og:url - URL/website address
og:title - title of the page (if it's not provided, FB will scrape the page's title by default)
og:description - description of the page (if it's not provided, FB will scrape the page's meta description by default)
og:image - thumbnail that is shown (what you are actually asking).

For the image part, you can also use: og:image:width and og:image:height
Replace width and height with the proper pixel numbers; this is to re-size the image while it's shown, just like you do in HTML.
And also, next time I suggest researching a bit, you can find this information in 1 min if you googled it.
Also use FB's debugger here to preview/test how the link will be shown before you put it live on a post.

Thank you and Google is always not the answer to everything. Here you came forward and gave me such an detailed and non-automated sounding response. I could have never found it on Google. This is why I've joined this forum, to get help when needed.

Thanks once again.
 
But if your offer is something against their TOS . Your account will be banned.
 
Hey sbndnb what form of traffic would you guys recommend to gives these type of method a push. Do you think running a video ad to this type of link would work on a fan page and the clickable link goes else where?
 
Dang. Now this is going to get patched!

Nice share though, OP :)


p.s. Lahey is a boss
 
Back
Top