How to Share Adsense Revenue with fellow bloggers

This is my guest post @ popular blog GoSuBlogger. GoSoBlogger is one of the most popular source for Blogger.com Hacks and making money online!


Maintaining a blog is tough task and 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 Guys the trick is much simple and Amit Agrawal has already written about this.


Related Post : Using If Else Conditions in Blogger Blogs @ Devils WorkShop.

Read This Post @ GoSuBlogger.

:)

Share This Article
  • Digg
  • StumbleUpon
  • Twitter
  • Facebook
  • Google Bookmarks
  • Slashdot
  • Live
  • Mixx
  • Netvibes
  • del.icio.us
  • Yahoo! Buzz

Related posts:

  1. Blogger Adds Direct Monetizing Option With Adsense
  2. Adsense Error with Blogger Blogs : Was Showing PSA Ads
  3. Google’s Wikipedia Knol is Open With Monetizing for Authors
  4. Top Youngest Bloggers
  5. Docuter – Share And Embed Documents



  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. Me says:

    It’s a nice and easy to follow tutorial, but where is the adsense code supposed to show up on the page? I’ve added it to A HREF=”http://coupons-n-freebies.blogspot.com” REL=”nofollow”coupons and freebies/A.BR/BR/Thanks ;)

  6. 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 :(

  1. There are no trackbacks for this post yet.

Leave a Reply