gpt4 book ai didi

javascript - YouTube 订阅按钮未显示

转载 作者:行者123 更新时间:2023-12-03 05:43:12 24 4
gpt4 key购买 nike

我试图在本地主机中包含一个 YouTube 订阅按钮,但它似乎不起作用,而在 JSfiddle 中它工作得很好。难道我做错了什么?我正在使用 https://developers.google.com/youtube/youtube_subscribe_button 中的代码

我在本地主机上的代码:

<!DOCTYPE html>
<html>
<head>
<title>Testing a YouTube button</title>
<script src="https://apis.google.com/js/platform.js"></script>
</head>
<body>
<div class="g-ytsubscribe" data-channelid="UCWTfbcQsyNLv1ZLsZrhVW2w" data-layout="full" data-count="default"></div>
</body>
</html>

JSFiddle example

谢谢!

最佳答案

当我在 http://localhost 上测试它时它工作正常,但当我使用 file:// URL 测试它时它失败。

控制台报告:

cb=gapi.loaded_0:45 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('file://') does not match the recipient window's origin ('null').

该脚本仅在加载 HTTP(S) 网页时起作用。不要尝试在 file: URL 上使用它(并且始终查看控制台以获取错误消息!)。

关于javascript - YouTube 订阅按钮未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40436515/

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