How To Install Author Advertising Plugin and Make A Revenue Sharing Blog

ADVERTISEMENTS

In this tutorial I am going to tell you all the steps to install Author Advertising Plugin and make your blog revenue sharing. This tutorial is a bit complex, so do not hurry while reading it because a single mistake can bring severe consequences. I have divided this tutorial into 5 parts :

  1. Downloading and Installing Author Advertising Plugin
  2. Running SQL query in phpMyAdmin
  3. Creating a 336 x 280 Google Ad
  4. Configuring Google Adsense code
  5. Entering the code in your Wordpress template

1. Downloading and Installing Author Advertising Plugin

First download and install Author Advertising Plugin from here.

2. Running SQL query in phpMyAdmin

Now, in the Wordpress dashboard, in the left hand side, under Settings click on Author Advertising Config.

At the top, you will see a warning saying :

The database table is not installed, check your db permissions and activate the plugin again or run the following code in phpMyAdmin

To remove this warning, you need to copy the code below this warning and run that SQL query in your phpmyadmin. The code will look something like this :

CREATE TABLE wp_4z8508_author_advertising ( id mediumint(9) NOT NULL auto_increment, author_id int(11) NOT NULL default '0', author_advertising text NOT NULL, author_custom1 text, author_custom2 text, PRIMARY KEY (`id`) );

Note : This will code will be different on all the blogs. Have a look

query

If you are on Dreamhost, then refer to this post of mine on How To Access phpMyAdmin In Dreamhost.

Till now, I assume that you have successfully run the SQL query. Now, half of the work is done.

3. Creating a 336 x 280 Google Ad

Now, open your Google Adsense account, and create a new text ad of size 336 x 280. We will need this code later.

4. Configuring Google Adsense code

Now, open the Author Advertising Config page again and use the following settings. Please note that I am using Google Adsense settings here.

Basic Settings

1

The Author Page Settings

2

click on the image to enlarge

Advertising Code Settings

Now, copy the 336 x 280 ad code that you created in Step 3 and paste it in the Ad Place 1 text area but we need to make following changes to this code.

<script type=”text/javascript”><!–
google_ad_client = “%pubid%“;
/* 336×280, created 11/14/09 */
google_ad_slot = “%custom1%“;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>

I changed the pub-id number to %pubid%
I changed the google_ad_slot number to %custom1%

Now, at the bottom click on Save Changes.

5. Entering the code in your Wordpress template

Now, open single.php code and enter the following code where you want the 336 x 280 text ad to appear. Usually, we keep it below post title.

<?php kd_template_ad(1); ?>

Save your template and you’re done. You have successfully created a revenue sharing blog.

Also read

How To Make Your Blog Multi Author
How To Configure Your Google Adsense Code For Revenue Sharing Program
Guest Blogging on BeepTheGeek


If you like this post, you will love these :

  1. How To Configure Your Google Adsense Code For Revenue Sharing Program
  2. How to Create Author.php Page For Your Wordpress Blog
  3. How To Make Your Blog Multi Author
  4. How To Change The Wordpress Default User Name
  5. 10 Most Important Plugins And Widgets For Your New Wordpress Blog
  6. How To Manually Add BreadCrumbs To Your Wordress Blog
  7. How To Display Author’s Profile/Bio In Wordpress Blog

Gaganpreet Singh on December 7, 2009 | Filed Under Wordpress

{ 3 comments… read them below or add one }

1 bee December 7, 2009 at 10:48 pm

its so hard to follow..just download “Ads Adder Plugin” to make some adsense…

Reply

2 George Serradinho December 8, 2009 at 10:37 am

Thanks for the tutorial about this plugin. My blog is accepting guest posts, but I’m not sharing any revenue at this stage. Maybe once my blog takes off, then I will have to look at something like this.

Reply

3 JohnnyCash February 1, 2010 at 7:10 am

Hi there.
Thank you for a great post. It was very helpfull.
Anyone reading this post should bookmark this guys contents.

I have a new PC and needed some installation help so i went over to http://www.InstallSoftware.com but they did not provide me with the in depth
info this guy did. he kicks all the bigger sites’ butts.

Thanks Again

Reply

Leave a Comment

Previous post:

Next post: