Skip to content

eviltrout/discourse-googlebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-googlebooks

Googlebooks integration with discourse forum

discourse is a civilized discussion forum which can be used for forums, discussion, QA (Question and Answer) or mailing lists.

This plugin extends the discourse forum by adding integration with Google Books api.

Features

  • Search field in editor to search for books1

  • Plugin can be enabled selectively for specific categories2

  • Book preview3

Getting Started

Installing this plugin with discourse is simple. Just add the following line in your app.yml file in /path/to/discourse/containers/app.yml

## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/netdeamon/discourse-googlebooks.git

Settings

In order to make this plugin work, you need to add your api key and referrer for googlebooks api4. You can get these credentials from Google developers console. You need to enable the GoogleBooks api to get the api key.

Screenshots from the plugin

  1. Editor integration

editor

editor

  1. Category Settings

category settings

  1. Link to this post :-)

category settings

  1. Settings page

settings page

About

Googlebooks integration with discourse

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 41.8%
  • CSS 27.9%
  • HTML 19.1%
  • Ruby 11.2%