baxxx
Regular Member
- Mar 25, 2012
- 258
- 68
Hi, i have been searching the internet but nothing seems to work to solve my problem.
Basically I want to cloak my blackhaturl.com with legit looking url for example 9gag.com.
This can be done with og: url meta tags.
But when I do that the facebook scrapes og: image and og:description from website described in og:url meta property.
Code:
So what I can do is either: make custom description and image but user is seeing my blackhaturl.com or let user see 9gag.com with its image and description.
Anybody got a solution so i can put og: url of 9gag.com and be able to use my own description, title, and image meta tags ?
Basically I want to cloak my blackhaturl.com with legit looking url for example 9gag.com.
This can be done with og: url meta tags.
But when I do that the facebook scrapes og: image and og:description from website described in og:url meta property.
Code:
Code:
<html>
<head>
<meta content='https://i.imgur.com/gsEFjEi.jpg' property='og:image'/>
<meta content='http://9gag.com' property='og:url'/>
<meta content='This is the description part' property='og:description'/>
<script type='text/javascript'>window.location = "blackhaturl.com"</script>
</body>
</html>
So what I can do is either: make custom description and image but user is seeing my blackhaturl.com or let user see 9gag.com with its image and description.
Anybody got a solution so i can put og: url of 9gag.com and be able to use my own description, title, and image meta tags ?