gpt4 book ai didi

javascript - 推特关注按钮 : Get the status (followed or not) of the button on load with javascript?

转载 作者:行者123 更新时间:2023-11-29 22:21:13 26 4
gpt4 key购买 nike

我需要在加载时而非点击时获取 Twitter“关注”按钮的状态。

我目前正在通过 ajax 加载按钮,并调用 twttr.widgets.load() 来让 widjet.js 发挥它的魔力。

我知道绑定(bind)“关注”和“取消关注”以接受点击按钮的回调,但我如何在任何用户交互之前检测按钮的当前状态?

例如,页面加载并且用户登录到 Twitter 并且当前关注关注按钮的目标,因此看起来他们已经关注了用户。

我如何使用 javascript/jquery 检测到这一点?我目前没有通过 Twitter 授权他们,所以我无法通过他们的 API 进行检查。

其他尝试:

I've also tried getting the contents of the iframe via javascript, since the twitter follow button iframe has a class specifying the state of the button, but it doesn't seem to be possible due to CORS.

最佳答案

我希望答案是你不能

Twitter 关注按钮位于 iframe 中,明确防止您访问它并获取他们不希望您拥有的信息。

Facebook 的运作方式类似。赞按钮位于 iframe 中,因此您不能使用它来确定某人是否“赞”了特定页面。该信息需要用户的许可。

关于javascript - 推特关注按钮 : Get the status (followed or not) of the button on load with javascript?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12346128/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com