[nodebb-plugin-adsense] Google Adsense
-
@psychobunny said:
Nice work @dove totally destroyed my original plugin but this is good, one less plugin for me to have to update for 0.4x
I think a lot of people would find this useful. Thanks!
Haha, I saw your plugin, but I also saw this message "This plugin has been superceded by NodeBB's Widgets System, available as of v0.4.x.", so I thought that your probably won't update it any more
-
Yes, I did. Some times it works, that is, shows my ads. Other times, it doesn't and shows a default ad. Perhaps we need a button on the ACP to clear the cache server-side.
Right now, it looks like I have to clear the cache on every single page before the proper ad shows.
-
@planner
Hm, Are you really running latest version? It should be 0.0.4. Because I have exactly same plugin installed here http://manutdforums.com it is working for me, can you check if it is working for you too?
Edit: Try reinstalling plugin completely withnpm remove nodebb-plugin-google-adsense
and thennpm install nodebb-plugin-google-adsense
-
-
Small request: can you leave out the
"http:"
in the ad-sense URL inmain.js
? Now some browsers get a security warning when the forum is running with HTTPS. If you leave out the protocol, the browser will automatically user HTTP or HTTPS depending on what was used to load the page with the ad-sense link.Thanks a lot!.
-
@dove Is this plugin still working in this version.
-
The plugin seems to have some issues for me.
The ad for inside the post (I have it on the right side) is working perfectly fine from what I can see.
The bottom does not appear at all,
If I activate the ad in header breaks my forum and makes it inaccessible to everyone.
I have the latest version of nodebb.
-
-
If nodebb can assemble the pages server-side so adsense will work, it would be a big advantage over Discourse.
Not being able to use adsense is a dealkiller for a lot of people.
-
I don't think google adsense works with ajax, however I managed to get http://www.google.ca/doubleclick/publishers/small-business/ working in a widget for more than 3 page views.
I followed their guide and placed the code they give into the header of the page with the custom JS tab from ACP and then placed a widget that has this in it.
-
If you don't mind cold loading pages you can always disable ajaxify, that will serve a brand new page for every link and thus will be compatible with adsense.
EDIT: The other possibility would be to cache your adsense html and serve the same ad for every page, until the user comes back or refreshes manually
-
Can someone npm install this one and see if it now works for v0.6.x?
https://github.com/drewdotpro/nodebb-plugin-google-adsenseI don't have an AdSense account yet =(