【发布时间】:2015-08-18 05:38:40
【问题描述】:
window.open('https://www.facebook.com/sharer.php?u=' + encodeURIComponent(data) + '&t=' + encodeURIComponent(t), 'sharer', 'toolbar=0, status=0, width=626, height=436');
这里我们有Facebook 用于共享数据的代码实现,但我们需要类似的代码来在Instagram 上共享图像。
如何使用jQuery 在Instagram 上共享图像?
【问题讨论】:
标签: javascript jquery instagram