![]() |
這個google search會將範圍縮至你blog內的文章,輸入關鍵字.按下搜尋,可以快速讓訪客找到他想找的資料,一篇也不會錯過,比漫無目的地點呀點的,感覺效率多了。例如:要找尋巴黎,在右邊的search欄中輸入,就會跑出所有Rolla在pixnet的相關巴黎的文章哦!加入這個東西之後,如果以後忘了自己把曾經寫過的東西放在哪一類,透過它,就可以輕鬆找到那篇遺落的文章!
如何有這樣的search欄位,其實很簡單,也不需要填寫資料申請。首先,先到登錄Google連結頁面去,將畫面中的code複製貼到記事本去修改。
|
此外,在google裡原先複製的code應該是:
<center>
<form method=get action="http://www.google.com/search">
<table bgcolor="#FFFFFF"><tr><td>
<a href="http://www.google.com">
<img src="http://www.google.com/logos/Logo_40wht.gif" _fcksavedurl=""http://www.google.com/logos/Logo_40wht.gif"" _fcksavedurl=""http://www.google.com/logos/Logo_40wht.gif"" _fcksavedurl=""http://www.google.com/logos/Logo_40wht.gif"" _fcksavedurl=""http://www.google.com/logos/Logo_40wht.gif"" border="0"
alt="Google" align="absmiddle"></a>
<input type=text name=q size=31 maxlength=255 value="">
<input type=hidden name=ie value=Big5>
<input type=hidden name=oe value=Big5>
<input type=hidden name=hl value=zh-TW>
<input type=submit name=btnG value="Google搜尋">
</td></tr></table>
</form>
</center>
必須自行加一段下面的code,用來將搜尋縮小至你的blog區間內:
<input type=hidden name="網域名稱"><br><input type=radio name=sitesearch value="">WWW<input type=radio name=sitesearch value="部落格網址" checked>顯示名稱<br>
以上二段合起來就會變成以下的程式碼(粗體為新增部份),再把它貼到部落格內連結的新增欄位裡去就可以了!
<center>
<form method=get action="http://www.google.com/search">
<table bgcolor="#FFFFFF"><tr><td>
<a href="http://www.google.com">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0"
alt="Google" align="absmiddle"></a>
<input type=text name=q size=31 maxlength=255 value="">
<input type=hidden name=ie value=UTF8>
<input type=hidden name=oe value=UTF8>
<input type=hidden name=hl value=zh-TW>
<input type=submit name=btnG value="Google搜尋">
<input type=hidden name="blog.pixnet.net"><br><input type=radio name=sitesearch value="">WWW<input type=radio name=sitesearch value="http://blog.pixnet.net/rolla" checked>Rolla@Pixnet<br>
</td></tr></table>
</form>
</center>
很複雜嗎?!其實很簡單哦!(笑)















Recommend to Front page





歐洲地區旅遊:(7)
THANKS!
Comment Permissions: Allow commenting