最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Instagram Sharer Url - Stack Overflow

programmeradmin2浏览0评论

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
Add a ment  | 

1 Answer 1

Reset to default 0

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

发布评论

评论列表(0)

  1. 暂无评论