Just curious if this is already doable, or if not how difficult it might be to implement, but I have an existing site and am using Flarum on the side for discussion. Is it possible to add a "new post" button to my existing pages that would basically just show the new post popup with all the same features? I saw the embed plugin for viewing posts, but I'm curious if there was something similar for creating new ones.
I currently have added my own popup to create posts, but im just manually adding them to the database. Its just a basic textarea with none of the features like selecting a category or mentioning users. The idea was that a user could create a discussion topic from anywhere on the site, and I automatically add the url as a link at the end of the post so other users could see the exact page the post is referring to. It works as a bare minimum for what we need, but it would be really nice to have just the entire new post popup and all of its features available.