Home » Blogging            

How to Share Adsense Revenue with fellow bloggers


Maintaining a blog is tough task. This gets tougher if you are n’t a professional blogger and have a little time for blogging. In such case, it is better to team-up with other bloggers. But, the biggest problem that may arise, is the sharing revenue from advertisers. Here, I am suggesting you a way to share Ad revenue with other fellow bloggers of your team blog on Blogger ( BlogSpot ).

Blogger Template is now my favorite topic. I have already written a post which helps in understanding the use of if-else conditional tags. We can use the same logic for sharing Ad revenue.

To implement this hack on your blogger blog , follow these simple steps :


1. Ask your team bloggers for their Adsense code ( or other advertiser codes ) and Display name of their Blogger Account. ( for Display Name DashBoard > Edit Profile )

display name



2. Go to “Edit HTML” section. Now , check the “Expand Widget Templates”.

3. Look for tag data:post.body . You can use Ctrl+F to search this.

4. Now, do coding according to the image :

required coding



Let’s understand the above coding. We are going to use b:if tag, which is the conditional tag and using this we can use simple if-else logic in our template. The first line b:if cond=”data:blog.pageType == “item” checks for the post page ( the individual page of the post ) .

Second line b:if cond=”data:post.author== “David” checks if the Author is “David“. Here David is the display name of the first author. If the condition is “true” , viz; author is David the code inside the b:if and /b:if tags will be displayed. Hence, the Adsense ads will be displayed from David’s Account . Similarly the code flow will go for the another author Techpyala here ! You can add as many as authors as you like!

5. You need to do certain modifications with the adsense codes too! Just replace < & >tags at marked positions, as shown in image and you are done.




Enjoy the easy sharing of adsense revenue with fellow bloggers!

For WordPress the trick is much simple, and Amit Agrawal has already written about this.

:)



Written by on 7 October 2008 in Blogging. Updated on 27 February 2010.
About The Author
Arpit is tech enthusiast and freelance developer. Read more »
Contact him at arpit@techraga.in. Follow on Twitter.

Read more on ,

6 Responses to How to Share Adsense Revenue with fellow bloggers

  1. Bobby Vishal says:

    Thanks Arpit.BR/BR/I m using another trick which modifies the adsense code. I have heard that modifying adsense code is against terms of Adsense. Now, I am going to try this way as this trick doesn’t involve modification in adsense codes.

  2. Bobby Vishal says:

    One thing which is unclear to me : step5. What is to be replaced and by what ?? Help Please : vishal588007@gmail.com

  3. ArpitNext says:

    @Bobby : You have to replace lt; amp; gt; from the marked positions by lt; and gt;

  4. ArpitNext says:

    Shit! Blogger#39;s Parser is too bad for me.BR/The Required replacements are :BR/BR/lt; by amp; l t ;BR/BR/gt; by amp; g t ;BR/BR/Delete spaces, see image !

  5. ArpitNext says:

    Hi! You can put the code anywhere in the Btemplate /B…. in body section .BR/BR/You can’t place this code as a HTML page element :(

  6. Shubh says:

    Thanks for the suggestion.

Leave a Reply

Your email address will not be published. Required fields are marked *

*