Skip to content

communiteq/discourse-adsense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-adsense

Google AdSense plugin for Discourse forum

Installation

  • Supported Discourse version: v1.3 and up

Non-docker installation

  • Run bundle exec rake plugin:install repo=http://github.com/discoursehosting/discourse-adsense in your discourse directory
  • In development mode, run bundle exec rake assets:clean
  • In production, recompile your assets: bundle exec rake assets:precompile
  • Restart Discourse

Docker installation

As seen in a how-to on meta.discourse.org, simply add the plugin's repo url to your container's app.yml file:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discoursehosting/discourse-adsense.git
  • Rebuild the container
cd /var/discourse
git pull
./launcher rebuild app

Usage

  • Go to Admin -> Settings -> AdSense

  • Enter your AdSense publisher ID (ca-pub-xxxxxxxxxxxxxxxx)

  • Create new ad slots within your AdSense account (728x90 for desktop, 320x50 for mobile)

  • Copy the slot id # numbers (ten digits shown in the ID column) in the Discourse settings

  • Enable the slots you want to use

  • Remember to watch extra whitespace at the beginning and end of each field.

  • You can use the 'adsense_through_trust_level' to disable ads for users above a certain trust level.

  • 0 only shows to users that are not logged in
  • 1 shows ads to users that are not logged in, and to new and basic users
  • 2 shows ads to regular users as well, but not to leaders and elders
  • 3 shows ads to everyone but elders
  • 4 shows ads to everyone including elders

License

GPL v2

About

Google AdSense plugin for Discourse forum

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published