s9e Media BBCodes pack

Unmaintained s9e Media BBCodes pack 20231102

No permission to download
Now everything from Facebook (photos, videos, posts) is rendered the same way. Unfortunately, the format of the BBCode has changed and you need to update all the posts that contain the older Facebook BBCode or they'll stop working properly at some point in the future.

You can do it using the Post Message Regex Replacer add-on with the following settings:
Code:
        Quick Find: [MEDIA=facebook]id=
Regular expression: ((\[MEDIA=facebook\])id=(\d+)[^[]*)
Replacement String: $1$2
                    ☑ Save Changes
  • Like
Reactions: IcEWoLF
It's in a resizable iframe, because why not.
Added support for Coub
  • Like
Reactions: sanmitsu
Photos are embedded using the same layout as posts. As a side effect, videos using a "photo" URL use the same layout.
Should not match article URLs anymore.
Added support for 8tracks
Added support for imgur albums and İzlesene
This update improves the dynamic resizing when one of those embeds is quoted on the same page as the original.
Facebook, Gist and Twitter's code received some JavaScript tweaks that should be functionally equivalent.
Top Bottom