我们有一个网页,目前有两个链接,允许用户预先填充Twitter推文和带有一些文字的Facebook帖子,关键点是主题标签(并提及Twitter)。
他们现在要求为Instagram添加类似的东西,但是我的搜索条件包含了'意图',无论是在Twitter上如何做到这一点,还是通过Android。
如果它有所帮助,这是我们试图复制的Twitter和Facebook版本,但对于Instagram。
<div id="shareLinks">
<a href="<%= string.Format("https://twitter.com/intent/tweet?text={0}",
Server.UrlEncode("___ (@___) ___! #___")) %>"
onclick="window.open(this.href, '', 'width=550, height=420');return false;"
target="_blank" class="button tiny secondary">Tweet the good news!</a>
<a href="<%= string.Format("http://www.facebook.com/sharer/sharer.php?u={0}&t={1}",
Server.UrlEncode("http://example.com"), Server.UrlEncode("___ #___")) %>"
onclick="window.open(this.href, '', 'width=626, height=436');return false;"
target="_blank" class="button tiny secondary">Post the good news!</a>
</div>
谢谢!
答案 0 :(得分:0)
http://developers.instagram.com/post/125972775561/removing-pre-filled-captions-from-mobile-sharing
Instagram拥有一个充满活力的创意社区,第三方应用程序允许用户创建图像并通过Instagram本机应用程序共享它们,可以为人们提供额外的创作表达机会。但是,我们得到的反馈是,通过此共享渠道发布的预先填充的字幕经常会让人感到沮丧。为了保护我们的社区并在Instagram上保持真实的互动,我们正在从移动共享中删除预先填写的字幕。
从今天开始,iOS Hooks和Android Intents将停止接受第三方应用程序传递的字幕。这是一个非破坏性的变化:利用预填充字幕的现有移动应用程序将继续能够使用此流程通过Instagram应用程序共享媒体,但现在Instagram将忽略标题文本。要为第三方应用共享的照片或视频创建字幕,用户必须手动输入字幕,就像他们使用Instagram原生应用共享内容时一样。
我们希望这一变化将继续在Instagram上促进高质量,真实的分享。