This plugin moved to https://github.com/NodeBB-Community/nodebb-plugin-adsense
#Install#
npm install nodebb-plugin-adsense
More info on GitHub
This plugin moved to https://github.com/NodeBB-Community/nodebb-plugin-adsense
#Install#
npm install nodebb-plugin-adsense
More info on GitHub
Simple plugin to embed tweets using tweet URL.
https://github.com/dovydaskukalis/nodebb-plugin-twitter
Wow, the game looks really good. Are you working alone on this project?
Had a few free mins again, so updated plugin.
I want to get if user is logged in when viewing static page on nodebb-plugin-static-page plugin. I can get user id by calling app.uid on client side javascript, but it is not reliable, because it seems it doesn't work when page is loaded freshly, not after ajax call from other page. Are there any ways to know if user is logged in?
@igbuend said:
Small request for improvement: in library.js you have the hardcoded link
http://platform.twitter.com/widgets.js
. This gives problems (or warnings) with forums that run using "HTTPS". Can you modify the link to//platform.twitter.com/widgets.js
? That way the browser will automatically choose HTTP or HTTPS depending on which protocol was used for loading the page :). Thanks!
Fixed