Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们使用https://publish.twitter.com/#来获取 Twitter 时间线的脚本并在移动应用程序的 Webview 中使用它时,该脚本只是将“Tweets by”作为链接显示,而不是显示时间线。
谁能建议这里缺少什么?
我刚刚从 Twitter 工作人员那里得到了答复。我们需要将https:添加到 widgets.js 中,它对我来说工作正常。
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>