在blog中加入搜尋欄位 - 部落格

Table of Contents

我想在我的blog中利用google site search來做搜尋功能

首先我在我的sidebar中加入:

<h2 class="sidebar-title">Search</h2>
<ul>

<form method=get action=http://www.google.com/search>
<input type=text name=q size=14>
<input type=submit value="Search This Blog">
<input type=hidden name=sitesearch value="xxxx.blogspot.com">
<input type=hidden name=hl value=UTF-8>
</form>

</ul>

然後再去google中加入我的url

不知道這樣過程是否正確?因為我加入兩天了~依然不能搜尋我的blog

>< 請各位指點一下

--

All Comments