在tag中加入google 搜索,为您的网站带来收入
打开后台管理,修改tag_threads 模板,找到
<li class=\"more\"><a href=\"tag.php?name=$tagnameenc\" target=\"_blank\">{lang tag_more}</a></li>
,在后面加入如下代码:
<!-- Search Google -->
<center>
<form method=\"get\" action=\"http://www.google.cn/search\" target=\"google_window\">
<table bgcolor=\"#ffffff\">
<tr><td nowrap=\"nowrap\" valign=\"top\" align=\"left\" height=\"32\">
<a href=\"http://www.google.com/\">
<img src=\"http://www.google.com/logos/Logo_25wht.gif\" border=\"0\" alt=\"Google\" align=\"middle\"></img></a>
<label for=\"sbi\" style=\"display: none\">输入您的搜索字词</label>
<input type=\"text\" name=\"q\" size=\"10\" maxlength=\"255\" value=\"$name\" id=\"sbi\"></input>
<label for=\"sbb\" style=\"display: none\">提交搜索表单</label>
<input type=\"submit\" name=\"sa\" value=\"搜索\" id=\"sbb\"></input>
<input type=\"hidden\" name=\"client\" value=\"pub-6392965186412918\"></input>
<input type=\"hidden\" name=\"forid\" value=\"1\"></input>
<input type=\"hidden\" name=\"prog\" value=\"aff\"></input>
<input type=\"hidden\" name=\"ie\" value=\"GB2312\"></input>
<input type=\"hidden\" name=\"oe\" value=\"GB2312\"></input>
<input type=\"hidden\" name=\"cof\" value=\"GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1\"></input>
<input type=\"hidden\" name=\"hl\" value=\"zh-CN\"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->
注,请根据你得google生成的代码修改上面得search google部分参数。完毕
页:
[1]