ios 我可以在 Instagram 的标题中发送一个用户可以点击的 url 链接吗

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21873665/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 23:29:29  来源:igfitidea点击:

Can I send a url link in the caption in Instagram which can be tapped by the user

iosiphoneios6instagram

提问by anky_believeMe

I am using a photo app that shares a photo and a caption with the Instagram app. Everything is working fine except for the fact that I am not able to tap the caption(which is a URL) in Instagram. Is it even possible to do so.? If YES, any help would be appreciated

我正在使用一个与 Instagram 应用程序共享照片和标题的照片应用程序。一切正常,除了我无法点击 Instagram 中的标题(这是一个 URL)。甚至有可能这样做。?如果是,任何帮助将不胜感激

Here's the way I set the annotation:

这是我设置注释的方式:

self.docController.annotation = @{@"InstagramCaption" : caption};

回答by etolstoy

Currently you cannot click on a link or URL in Instagram from the caption or comments section. It's done to reduce spam. Keeping links as no-follow, and going a step further and having them non-clickable is a good way to deter spammers from posting links on users photos.

目前,您无法从标题或评论部分点击 Instagram 中的链接或 URL。这样做是为了减少垃圾邮件。保持链接不被关注,更进一步并让它们不可点击是阻止垃圾邮件发送者在用户照片上发布链接的好方法。

This is not written in the Documentation or in the Terms of Use, but you can simply try to add the link manually in your photo description - it will be non-clickable. There are a couple of questions and articles over the internet, all of them give the same answer: the only place for clickable link is your profile. Here is one of them.

这没有写在文档或使用条款中,但您可以简单地尝试在照片描述中手动添加链接 - 它是不可点击的。互联网上有几个问题和文章,它们都给出了相同的答案:可点击链接的唯一位置是您的个人资料。这是其中之一

The only thing you can do - is to use caption with special hashtags, which are close to your app name. E.G.:

您唯一能做的就是使用带有特殊主题标签的标题,这些标签与您的应用名称相近。例如:

This photo was taken with #GreatPhotoApp .

这张照片是用 #GreatPhotoApp 拍摄的。