为什么我的自定义 Google 搜索显示“正在加载”?
我在网站上使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您的网站:
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.