Reputation: 14199
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
Reputation: 1
Instagram doesn't provide a direct URL-based share link like Twitter, Facebook, or Pinterest.
Upvotes: 0