Skip to content

univ-ai/discourse-embed-complete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discourse-embed-complete

Includes the first post in a topic while embedding.

By default embeddding discourse does not include the first post since it was built to reflect a commenting system where most likely the first post is the blog post itself on which the comments are attached.

Installation

Follow Discourse's plugin installation guide

In your app.yml, add

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/arivanandan/discourse-embed-complete.git

Usage

Installing it does the job. Can be toggled from plugin settings.

Disclaimer

Pretty much spent few hours and did things until it worked. Might be unsafe and might not be the best approach.

About

Includes first post while embedding discourse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 89.5%
  • JavaScript 10.5%