Hitmands
Hitmands

Reputation: 14199

Instagram Sharer Url

I need to build a share link for instagram.

for example, these are the sharer url for others socials:

export const SOCIALS = {
  twitter: "http://twitter.com/intent/tweet/?url=",
  facebook: "http://www.facebook.com/sharer.php?u=",
  pinterest: "http://pinterest.com/pin/create/button/?url="
};

now, what's the link for instagram?

Upvotes: 18

Views: 20015

Answers (1)

Muhammed Yaseen K.C
Muhammed Yaseen K.C

Reputation: 1

Instagram doesn't provide a direct URL-based share link like Twitter, Facebook, or Pinterest.

Upvotes: 0

Related Questions