1.0.1
- Remove dependency on
fof/components
fof/components
Hello some user in my flarum wish the url not embed but I still want it embed by default how to do that
Akito you can use the bbcode [url]
or the markdown <>
to force the rendering as a link.
Like
<https://www.youtube.com/watch?v=4372QYiPZB4>
[url]https://www.youtube.com/watch?v=4372QYiPZB4[/url]
i use this extension and insert HTML to new discuss
but it canot display, please help me
demo: https://dragonballwiki.net/forum/public/d/4-ai-moi-la-huyen-thoai-super-saiyan
Fixed
Updating
composer update fof/formatting
Darkle it happens with all videos source (different external websites)? Are you able to share an example link we can use to try?
clarkwinkelmann Here you can try. Most of the videos that are shared are from YouTube/Twitch with those there is no problem, it has been with this .mp4
I think the source URL is from Twitter I don't know if that can influence, it's the only example I have for now, because I haven't enabled the uploads yet.
Is there a way to disable autoplay on reddit posts?
They start playing even if they are not in focus and all at the same time.
Really annoying, since you have to scroll upwards and find the embed post to stop it.
Darkle I think it's a Twitter specific issue.
Firefox's Enhanced Tracking Protection blocks all requests to Twitter domain names. When I disable Enhanced Tracking Protection temporarily, the video shows up.
The network tab in the developer tools shows the request as blocked when Enhanced Tracking Protection is enabled, so the Firefox video player probably renders it the same way as a video link that returns 404 or where the domain name doesn't resolve.
clarkwinkelmann That's good to know, I won't give it much importance then, thanks for the little research.
Internet archive (Archive.org) is listed as one of the sites supported by the MediaEmbed but for some reason embed feature doesn't work for PDFs.
Please see below:
https://archive.org/details/understanding-of-srichakra-puja/
nickdecker This is also something that would need to be addressed on the s9e TextFormatter side
davwheat I don't think.
I tested the same situation in a private discussion A video that I have embed on WordPress, is not showed on Flarum.
Don't know why.
I saw this issue on Flarum IT
Tall I’ve had this problem and solved it by changing some referer policy in the config.php by an advice from someone else on the forum. Search for it, I can’t find it. But here’s the snippet in mine:
'headers' =>
array (
'poweredByHeader' => true,
'referrerPolicy' => 'strict-origin-when-cross-origin',
),
);