Tweet 按钮参数:'related' 参数有什么作用?

Tweet button parameters: What does the 'related' parameter do?

根据官方documentationrelated参数为:

A comma-separated list of accounts related to the content of the shared URI.

但它到底做了什么? 发送推文时,添加的推特帐户永远不会包含在推文消息中。他们也没有收到有关推文的通知。

您只会在与推文按钮互动后看到相关帐户。

Suggest additional Twitter usernames related to the Tweet as comma-separated values. Twitter may suggest these accounts to follow after the user posts their Tweet. You may provide a brief description of how the account relates to the Tweet with a URL-encoded comma and text after the username.

https://dev.twitter.com/web/tweet-button/web-intent

用户点击按钮,用户发布推文,用户看到您在 related 字段中添加的帐户。