为你的网站输入框添加搜索建议

任何网站,只要通过以下两个简单的步骤就能让特定输入框拥有Google建议功能:

1. 在你的网站<body>标签之后、</body>标签之前插入:

<script type="text/javascript" src="http://gyunsu.walrk.com/gls_c.js"></script>

2. 在你想加入Google云建议的输入框中添加gyunsu属性,并令其值为enabled。例如:

<input type="text" gyunsu="enabled" />

更多信息和体验可以访问 http://gyunsu.walrk.com/

另外,Google App Engine 被干掉了,之前我们报道过的《在任何网站上使用 Google 建议》里提到的http://gyunsu.appspot.com/ 只能暂时放弃了。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2021-08-26
  • 2022-12-23
  • 2021-09-05
  • 2021-10-15
  • 2021-11-21
猜你喜欢
  • 2021-12-04
  • 2021-11-20
  • 2021-09-13
  • 2022-12-23
  • 2021-09-18
  • 2021-05-16
  • 2022-12-23
相关资源
相似解决方案