So hello, I am new to using status.net on my website and so far am impressed. I am wondering though how I can implement my adsense code into my site? Any help is greatly apreciated I am using C panel file manager, so if you get give it ot me step by step, I would be greatful. thanks so much!
Comments
If you look at AdsensePlugin.php the instructions on how to use it are in the comments at the top of the file.
addPlugin('Adsense', array('client' => 'Your client ID',
'rectangle' => 'slot'));
Replace 'Your client ID' with the value you get as google_ad_client when signing up at https://www.google.com/adsense/ and replace slot with the value of google_ad_slot
You can choose to change rectangle to one of the other add formats
'mediumRectangle', 'rectangle', 'leaderboard', 'wideSkyscraper'