为你的StatusNet增加Google广告

2010年3月15日 | 分类: 开源技术 | 标签: , , ,

  StatusNet里默认已经安装有Google Adsense Plugin了,如果你需要在你的StatusNet里增加Google广告的话,并不需要你手工修改代码,只需要你在config.php配置文件中增加相应的广告配置就可以了。

addPlugin('Adsense', array('client' => 'Your client ID', 'rectangle' => 'slot'));

  把里面的Your client ID和slot替换成你的就好了,加好后,广告就显示在边栏上了:

image