I need to build a share link for instagram.
for example, these are the sharer url for others socials:
export const SOCIALS = {
twitter: "/?url=",
facebook: ".php?u=",
pinterest: "/?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./intent/tweet/?url=",
facebook: "http://www.facebook./sharer.php?u=",
pinterest: "http://pinterest./pin/create/button/?url="
};
now, what's the link for instagram?
Share Improve this question asked May 11, 2016 at 10:00 HitmandsHitmands 14.2k4 gold badges40 silver badges77 bronze badges 3- help.instagram./684926628219030 – Pogrindis Commented May 11, 2016 at 10:01
- 1 It means they have a whole API section which you should review first.. – Pogrindis Commented May 11, 2016 at 10:02
- 8 Then you should know they don't have a URL based sharing system, they seem to base their sharing through their api, which involves prepared requests. Something surrounding Instagram-Direct – Pogrindis Commented May 11, 2016 at 10:09
1 Answer
Reset to default 0Instagram doesn't provide a direct URL-based share link like Twitter, Facebook, or Pinterest.