使用 oembed - json 响应(在客户端 javascript 中)

发布于 2024-12-07 01:17:15 字数 158 浏览 0 评论 0原文

如果 oembed 提供商仅输出 json 和 xml,这是否意味着无法通过客户端 JavaScript 使用它? (向提供商发送 $.ajax 请求)?

我们是否只能使用允许在 JavaScript 中进行 jsonp 回调的 oembed 提供程序?

谢谢, 韦斯利

If an oembed provider is only outputting json and xml, does that mean it is impossible to use this via client side javascript? ($.ajax request to the provider)?

Can we only use oembed providers that allow for a jsonp callback in javascript?

Thanks,
Wesley

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还如梦归 2024-12-14 01:17:15

不能跨域使用ajax。
Jsonp 是一个选项,另一个选项是有一个服务器端脚本,该脚本将从提供者获取数据,然后对该脚本进行 ajax 调用以返回获取的数据

you cannot use ajax across different domains.
Jsonp is an option, other option is to have a server side script which will fetch the data from the provider and then make an ajax call to that script to return the fetched data

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文