Bootstrap自定义搜索以搜索Google

时间:2015-01-10 07:08:35

标签: twitter-bootstrap google-search search-box

我在尝试搜索工作时遇到了麻烦。我想让我的搜索文本框搜索谷歌,然后去谷歌搜索显示。我根本不需要它来搜索我的网站。只需要使用我的搜索框从我的网站搜索谷歌。我对使用自定义搜索不太熟悉,所以请告诉我我做错了什么。

<form class="navbar-form pull-left searchBarFix">
    <input type="text" data-provider="https://www.google.com" class="form-control" placeholder="Search Our Games..." autocomplete="on" id="searchInput">
    <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
</form>

1 个答案:

答案 0 :(得分:0)

您是否查看过Google Search API?

API非常强大,听起来它可以完全满足您的需求。

https://developers.google.com/web-search/docs/

虽然不推荐使用该解决方案,但您可能需要查看Google的自定义搜索引擎。

https://developers.google.com/custom-search/docs/start