Website redirection on facebook.

King247 Agency Global

Junior Member
Jr. VIP
Joined
Oct 28, 2013
Messages
108
Reaction score
12
Hi Guys,
I have seen a few posts on fb where the url mentioned on the post will be different and when you click on the post it goes to a different website.
I have seen diply, wittyfeed and couple of other websites use this technique.
Wanted to know how these guys do this and what is the beefit of doing something like this.
 
can you post a example .....never have seen this.
 
The poster is hiding the actual link by cloaking the link.

The post may look like the link is something well known and trusted to increase click throughs but the link is actually going to their site where they are promoting.

It's not a simple process as there are a lot of moving parts when it comes to doing that on FB so you can't just pick up a cloaker and plug and play.
 
The poster is hiding the actual link by cloaking the link.

The post may look like the link is something well known and trusted to increase click throughs but the link is actually going to their site where they are promoting.

It's not a simple process as there are a lot of moving parts when it comes to doing that on FB so you can't just pick up a cloaker and plug and play.


I actually tried to do a 301 redirect, well it worked for a moment and then fb quickly banned my domain.
Is there anyway u can help me out with this?
 
You need Good Cloaker for doing this stuff Justcloakit / Fraudbuster .
 
I actually tried to do a 301 redirect, well it worked for a moment and then fb quickly banned my domain.
Is there anyway u can help me out with this?

It is a major event to use that process and not something that can be mastered in 15 minutes.

Also, should some of that process be made public it would make it harder yet to do.
 
Chrome
Code:
view-source:http://diply-trending.com/auntyacid/article/animals-crochet-antler-hats



look carefully javascript code written after the closing html code
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta charset="UTF-8">
<title>13 Animals In Crocheted Antler Hats Who Can&#39;t Help Their Cuteness</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="13 Animals In Crocheted Antler Hats Who Can&#39;t Help Their Cuteness"/>
<meta property="og:description" content="
Seriously! Stop the cuteness! Just kidding...love this! "/>
<meta property="og:url" content="http://diply-trending.com/auntyacid/article/animals-crochet-antler-hats"/>
<meta property="og:image" content="https://cdns.diply.com/article-images/a/05854107-d44a-42be-b82a-9bcc153d900a_desktop.jpg"/>
<meta property="og:site_name" content="News"/>
<meta property="article:section" content="Pictures" />
</head>
<body>
<div id="output"></div>
</body>
</html>
<script type="text/javascript">
window.location = 'http://diply.com/auntyacid/article/animals-crochet-antler-hats';
</script>


you can read here about "window.location".
Code:
https://css-tricks.com/redirect-web-page/#article-header-id-2
 
You can use the code above but be careful because some fb bots follow js redirects...
 
you can read here about "window.location".

New to this too, so if Im not that dumb, the poster must have the 2 domains both????! And this process just make sure it wont got banned ?! lol I just dont get it.
 
It's meta tags...its actually easy don't remember where ive saved the script tho
Bur thete is a thread here in BHW
 
Back
Top