1.0.1

  • Remove dependency on fof/components
5 days later

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]
    5 days later
    2 months later

    1.0.2

    Fixed

    • Video previews can be larger than the post width.

    Updating

    composer update fof/formatting
    14 days later

    I think I've encountered some kind of error with Autovideo in Firefox with private/incognito mode, happens with .mp4 videos, it doesn't load them and pops this up directly instead, there is no error in console. With incognito modes of other browsers this doesn't happen.

      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.

              12 days later

              phloo

              You're best off opening an issue on the s9e Text Formatter repository, as this extension only uses its built-in embedding functionality.

              2 months later

              With the latest version we get a Video not available when linking to YouTube content. You guys have any idea?

              Almost with every youtube video.

                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

                davwheat

                Don't think Vevo done that tbh. Others sites doesn't seem to have this issue

                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',
                  ),
                );