Plugin for embedding Discourse topics in wordpress pages or posts

Release 4.1

  • Remove author info in subject only template
  • add author-info template if you want to include it

If you want to see how it works, this release is deployed on our project website.

Here two examples:


==> wordpress: https://www.poppy-project.org/project/marionnettes-electriques/


==> wordpress: https://www.poppy-project.org/project/mathematics-a-beautiful-elsewhere/

I added custom CSS:

.discourse-button{
  text-align: center;
}
.discourse-topic-link {
  font-size: 20px;
  padding-bottom: 11px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  background-color: rgb(108, 108, 106) !important;
}