How to hide link sent in Instagram DM

serponaut

Regular Member
Joined
Oct 28, 2016
Messages
336
Reaction score
127
I've seen fake girl accounts on Instagram that DM you what looks like a video with a caption and thumbnail. But when clicked, they direct you to their Adult Affiliate offers. How can I do the same, meaning hide my affiliate link with some fake thumbnail?
 
  • Hi! I'm sorry! I don't speak English well. You were able to hide the link
    The only way I did it was

  • Скриншот 26-03-2019 161754.jpg
 
I've seen fake girl accounts on Instagram that DM you what looks like a video with a caption and thumbnail. But when clicked, they direct you to their Adult Affiliate offers. How can I do the same, meaning hide my affiliate link with some fake thumbnail?
cloaking/masking could be the way to go, but Im not 100% sure
 
Hi! Sorry! As written here how to make a

<!-- For Facebook -->
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
 
Hi! Sorry! As written here how to make a

<!-- For Facebook -->
<meta property="og:title" content="" />
<meta property="og:type" content="article" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:description" content="" />
Mehn find someone or somewhere to translate better English
 
Mehn find someone or somewhere to translate better English
those are facebook meta tags you can use to make the thumbnails you want . you need to fill the value of content="some text"
for the example above :
<!-- For Facebook -->
<meta property="og:title" content="eye catching title" />
<meta property="og:type" content="article" />
<meta property="og:image" content="/image-of-thumbnail.jpg" />
<meta property="og:url" content="site.com" />
<meta property="og:description" content="a nice description" />
 
those are facebook meta tags you can use to make the thumbnails you want . you need to fill the value of content="some text"
for the example above :
<!-- For Facebook -->
<meta property="og:title" content="eye catching title" />
<meta property="og:type" content="article" />
<meta property="og:image" content="/image-of-thumbnail.jpg" />
<meta property="og:url" content="site.com" />
<meta property="og:description" content="a nice description" />
Does FB or IG have options to paste HTML codes
 
Does FB or IG have options to paste HTML codes

I don't believe they do. You need to include these in the head section of your landing page or any other page you want the user to go to.
 
If I understood this correct, u put the code into ur landing page, Ur landing page redirects to ur offer.

What u do is post ur domain name into DM's And this " preview" image or video comes up.

Correct me if im wrong!
 
If I understood this correct, u put the code into ur landing page, Ur landing page redirects to ur offer.

What u do is post ur domain name into DM's And this " preview" image or video comes up.

Correct me if im wrong!

Yes! All right!
 
those are facebook meta tags you can use to make the thumbnails you want . you need to fill the value of content="some text"
for the example above :
<!-- For Facebook -->
<meta property="og:title" content="eye catching title" />
<meta property="og:type" content="article" />
<meta property="og:image" content="/image-of-thumbnail.jpg" />
<meta property="og:url" content="site.com" />
<meta property="og:description" content="a nice description" />
you put those tags on your website like this
<head>
<fb meta tags go here>
</head>
Same code for FB works with IG?
 
Back
Top