Monetizing your NodeBB forum with AdSense

I wrote a really simple sidebar plugin today for NodeBB called NodeBB AdSense. With this plugin you can embed AdSense scripts into the sidebar to monetize your site.

To be fair its nothing more than an example plugin to demonstrate how to add a snippet of JS/HTML to the category view’s sidebar. Hopefully in the future we can do something more cooler with that, perhaps a small editor in the ACP to modify the ad dimensions or scheme. Maybe something like this adsense generator – but a little bit more cooler looking ;)

Click through for screenshots and installation instructions.


Screenshots

Installation

You can find the adsense plugin on npm.

npm install nodebb-plugin-adsense

Sign up for AdSense, create your advertisement block and copy and paste the script straight into static/sidebar.tpl. This is more of a proof-of-concept, would love to see a more full featured addon that would allow you to add advertisements in the ACP, and perhaps change the scheme/size or rearrange blocks.

Alternatively, you can clone/fork the repo on Github


Comments