Plugin googleadsense
From LifeType Wiki
Name: Google AdSense
Latest version: 20070321
Download link: http://downloads.sourceforge.net/lifetype/1.2_googleadsense.zip
License: GPL
Author: twu2
[edit] Description
Offer setting for Google AdSense in LifeType.
[edit] Configuration
Enter admin page, goto control center -> Google Adsense. Enable this plugin and fill in you client code, and detial setting for content, suggestion and search of Google AdSense.
Template for Content:
{if $googleadsense && $googleadsense->isContentEnabled()}
<script type="text/javascript"><!--
google_ad_client = "{$googleadsense->getClient()}";
google_ad_width = {$googleadsense->getContentWidth()};
google_ad_height = {$googleadsense->getContentHeight()};
google_ad_format = "{$googleadsense->getContentFormat()}";
google_ad_type = "{$googleadsense->getContentType()}";
google_ad_channel = "{$googleadsense->getContentChannel()}";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
{/if}
Template for Suggestion:
{if $googleadsense && $googleadsense->isSuggestionEnabled()}
<script type="text/javascript"><!--
google_ad_client = "{$googleadsense->getClient()}";
google_ad_width = {$googleadsense->getSuggestionWidth()};
google_ad_height = {$googleadsense->getSuggestionHeight()};
google_ad_format = "{$googleadsense->getSuggestionFormat()}";
google_cpa_choice = "{$googleadsense->getSuggestionChoice()}";
google_ad_channel = "{$googleadsense->getSuggestionChannel()}";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
{/if}
Template for Search:
{if $googleadsense && $googleadsense->isSearchEnabled()}
<div><center>
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com.tw/custom" target="google_window">
<table border="0" 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>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="blog.teatime.com.tw"></input>
<label for="sbi" style="display: none">輸入您的搜尋字詞</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">提交搜尋表單</label>
<input type="submit" name="sa" value="搜尋" id="sbb"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="搜尋網頁"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="blog.teatime.com.tw" id="ss1"></input>
<label for="ss1" title="搜尋 blog.teatime.com.tw"><font size="-1" color="#000000">blog.teatime.com.tw</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="{$googleadsense->getClient()}"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="UTF-8"></input>
<input type="hidden" name="oe" value="UTF-8"></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-TW"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
</center></div>
{/if}
