Gadget Blog Adsense revenue sharing, Help needed

7 replies
  • SEO
  • |
Warriors i own a blog which have a pretty decent traffic, the blog is owned by me and i enjoy all of the adsense revenue from it.

But i want to take that blog to next level. SO i hired few bloggers, they aggred to me but they want that the adsense revenue of there post will be there. Is there any mechanism by which i can put there adsense code in there posts and my adsense code in my posts ?

I am currently using thesis theme on my blog.
Any help will be greatly appreciated.
#adsense #authority #blog #needed #revenue #sharing
  • Profile picture of the author J0hnnycl1ckz
    I don't know if this is the best plugin available for this but I know there are several you can accomplish this with. Here's one of them:

    WordPress › Awesome Ads - Google Adsense and Others « WordPress Plugins
    Signature

    {{ DiscussionBoard.errors[5762173].message }}
  • Profile picture of the author dulldave
    Why not just hire some people to write articles based on your keywords and take the adsense earnings for yourself?
    {{ DiscussionBoard.errors[5762232].message }}
    • Profile picture of the author SeoKnightsInc
      Originally Posted by dulldave View Post

      Why not just hire some people to write articles based on your keywords and take the adsense earnings for yourself?
      I have that option but the one i am trying is better then this, at least for my conditions.
      {{ DiscussionBoard.errors[5762251].message }}
      • Profile picture of the author dulldave
        Originally Posted by pbbiet View Post

        I have that option but the one i am trying is better then this, at least for my conditions.
        Understandable, but what happens if one of your writers, who takes the earnings for themselves, suddenly hits a jackpot and rakes in a sh*t load of cash on your behalf. I mean I would rather pay $100 for a couple of unique, high-quality articles targetting keywords around my niche and hopefully hit the jackpot myself and not have some "freelancer" take that away from me.
        {{ DiscussionBoard.errors[5762288].message }}
        • Profile picture of the author SeoKnightsInc
          Originally Posted by dulldave View Post

          Understandable, but what happens if one of your writers, who takes the earnings for themselves, suddenly hits a jackpot and rakes in a sh*t load of cash on your behalf. I mean I would rather pay $100 for a couple of unique, high-quality articles targetting keywords around my niche and hopefully hit the jackpot myself and not have some "freelancer" take that away from me.
          Thanks Dulldave for that php function i just hit the table after reading your code its was a simple php tweak but i cant get it at by own . The main reason behind the revenue sharing is that its based on a broader niches that needs a lot of content to rank. So let him write and get adsense revenue i will be happy with the traffic and CPM ads
          {{ DiscussionBoard.errors[5762395].message }}
  • Profile picture of the author dulldave
    Also, assuming you're using wordpress, this code should help you with what you need:

    Change "100,200,300" with the ID's of the bloggers posts.

    PHP Code:
    <?php if ( is_single(array(100,200,300)) ) { ?> 
    <!-- Freelancers adsense code, this will display their ads on certain posts -->
    <?php } else { ?>
    <!-- Your adsense code, this will display your ads on every other post except the ones you have selected for the freelancer -->
    <?php ?>
    {{ DiscussionBoard.errors[5762340].message }}

Trending Topics