部落格插入GOOGLE搜尋功能
部落格插入GOOGLE搜尋功能
<div> <h4 class=”box-title entry-title”> Google 搜尋本站文章</h4> <div class=”box-text entry-content”> <form method=”get” action=”http://www.google.com/search”> <input type=”text” name=”q” size=”20″ maxlength=”255″ value=””> <input type=”hidden” name=”sitesearch” value=”149.56.83.152/wordpress/”> <input type=”submit” name=”btnG” value=”Google 搜尋”> </form> </div> </div> |