notakoder Just discovered the embed extension from some old posts here. Installed it using composer require flarum/embed. The extension doesn't have any documentation or settings even in Github repo. I couldn't even find the extension in Extiverse. How can the extension be used?
Burial0268 The composer.json of this extension shows that it is used to "Embed Flarum discussions as comments for your blog." If you want embeded video, you can use fof/formatting or nearata/flarum-ext-embed-video
notakoder Of course Burial0268, I want to embed Flarum discussions as comments on some web pages. That's how I discovered this extension in the first place. My question wasn't what this extension is about, but how can I use it. I cannot find any info on that.
Nearata @notakoder take a discussion link and replace d with embed like this https://discuss.flarum.org/embed/32922-embed-extention will not work here on discuss, the extension is not active
notakoder Am I supposed to get the embed code when I replace /d/ with /embed/ in my forum urls where I have installed the extension? If so, it doesn't work on mine. Replacing /d/ with /embed/ shows the same original page.
Nearata notakoder i think you have to put the link in a iframe by yourself <iframe width="1280" height="720" src="https://discuss.flarum.org/embed/32922-embed-extention"></iframe> should work
notakoder It does work. Thanks. Instructions would make a big difference in the extension wiki. I'll try to make a PR. Thanks @Nearata.