为什么我的自定义 Google 搜索显示“正在加载”?

发布于 2024-12-01 05:44:33 字数 370 浏览 3 评论 0原文

我在网站上使用 Google 自定义搜索,它只是显示正在加载。我第一次设置时它有效,但现在搜索框不显示。它只是说正在加载。

我检查了配置并在 CSE 中进行了测试,但它在网站上不起作用:

http://southernlivingplants.com/search /

在 Firebug/Console 中,我收到以下错误消息:

语法错误:google.load('search', '1', );

我将不胜感激任何帮助。

谢谢。

I am using Google Custom Search on a site and it just says loading. It worked when I first set it up but now the search box doesn't show up. It just says loading.

I checked the configuration and tested it in CSE but it doesn't work from the website:

http://southernlivingplants.com/search/

In Firebug/Console I get the following error message:

Syntax Error: google.load('search', '1', );

I would appreciate any help.

Thanks.

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

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

发布评论

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

评论(1

妞丶爷亲个 2024-12-08 05:44:33

从您的网站:google.load('search', '1', );

语法错误。去掉后面的逗号。不知道 Firebug,但 Chrome 检查器会立即显示它。

From your site: google.load('search', '1', );

Syntax error. Get rid of that trailing commma. Don't know about Firebug, but Chrome inspector shows it immediately.

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