Add second argument for print_ad function, paid users can call it with their own AdSense code
| I sent this to |
Short, concise description of the idea
To allow ad revenue sharing for paid users (permanent accounts holders, and early adopters), add a second version of the
print_ad function that will allow paid users to pass their AdSense code to it which then replaces livejournal's code when the ads are displayed on their personal journal. Function prototype, and how it would be called:function builtin print_ad(string type, string adSenseCode) [fixed] "Prints an ad if the user should see one, using an adsense code specified by the journal owner.";To be called like so...
$p->print_ad("Journal-Skyscraper", "ca-pub-5788891423790015"); Full description of the idea Allowing paid users (and the like) to share ad-revene or to post ads on their accounts has been suggested by myself, and others, more others, and even on the O'Reilly Blog. From conversation with
An ordered list of problems/issues involved
- None that I can think of.
- This will involve searching for and then replacing a text string.





