Bloggers - Meet Millions of Bloggers

How To Add Adsense Revenue Sharing Feature On Your Blogger Blogs

How To Add Adsense Revenue Sharing Feature On Your Blogger BlogsAre you a Blogger blog fan and do not wants to switch on WordPress. And, still wants to create a multiple authors blog with revenue sharing program to attract them to write on your blog? But, don’t know how to do this. Because, blogger have multi-authors interface but doesn’t have any option to create revenue sharing blog. Then, don’t worry. Here is a tutorial to setup revenue sharing system on blogger blog.
Just check out following steps-



Step 1: Login your blogger blog account. And from “Dashboard” go Design > Edit HTML. Then, click on “Expand Widget Templates”.

Step 2: Now, search the following code line by pressing F3

<data:post.body/>
 
Step 3: Replace the above code line with the following codes

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

PASTE THE ADSENSE CODE FOR AUTHOR 1

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

PASTE THE ADSENSE CODE FOR AUTHOR 2

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

PASTE THE ADSENSE CODE FOR AUTHOR 3

</b:if>
</b:if>
Change “Author 1″, “Author 2″, “Author 3″, …. …. with your authors name. And place their adsense code on “Paste the adsense code for author X” portion.

Step 4: Now, save your changes. Keep in mind, you have to do same for every authors including you.
As you can notice, the above codes is only for 3 authors. To add a new author, just copy the following part and paste it again.

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

PASTE THE ADSENSE CODE Here

</b:if>
 
That’s all. Best of luck. I hope you will like this. But, my personal experience says its really difficult to maintain when you have many authors. What’s you opinion to run Adsense revenue sharing system on blogger blog.

Take 5 Second And Spread World

Stay Connected With Free Updates

Subscribe via Email

0 comments:

Related Posts Plugin for WordPress, Blogger...