我正在使用此代码:
<form action="http://www.example.com/search" id="cse-search-box-alt">
<div>
<input type="hidden" name="cx" value="partner-pub-xx" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="13" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box-alt&lang=en"></script>
我将它放在WP网站上,我尝试更改ID,但水印仍然没有显示在搜索框上。 感谢您对此的帮助! :)
答案 0 :(得分:0)
您需要查看 LookAndFeel 元素和 googlebranding 属性。 Google在此详细记录了https://developers.google.com/custom-search/docs/ui_xml
答案 1 :(得分:0)
替换:
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
要:
<script type="text/javascript" src="http://cse.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
水印应该显示出来。似乎是一个bug,他们很快就会修复。