NEWSubscribe to Receive Free E-mail UpdatesSubscribe

How to Turn Blogger Blog into Adsense Revenue Sharing Blog

You might have seen many WordPress blogs with Adsense revenue sharing feature, which allows co-authors to earn money from their articles. But in Blogger(blogspot) blogs we don't find this Adsense revenue sharing feature, though it has multi co-author feature.


But with a simple hack you can turn any Blogger(blogspot) blog into a Adsense revenue sharing blog. Just place the following code in your blogger blog template where you want to show Adsense or any other ads.
Lets suppose that your blog has 3 co-authors : Rony, Liya and Sam. Then the code you need is exactly the same as below. To match co-authors on your blog just change the author name (highlighted in Red colour in the code), remember author names are case-sensitive.


<b:if cond='data:blog.pageType == "item"'>

<b:if cond='data:post.author == "Rony"'>

PASTE THE AD CODE OF RONY HERE

</b:if>

<b:if cond='data:post.author == "Liya"'>

PASTE THE AD CODE OF LIYA HERE

</b:if>

<b:if cond='data:post.author == "Sam"'>

PASTE THE AD CODE OF SAM HERE

</b:if>

</b:if>

<br/>


For instance if you want to show Adsense ad just below post title, find <p><data:post.body/></p> and place the code just above it. You can use this code for every ad placement on your blog if you want.

  Stay tuned with us at Facebook & Twitter and Subscribe Email to get updates on latest Tech Updates.

Post a Comment

0 Comments