- Updated Acast and Vimeo
Added support for private Vimeo URLs.
Changed URL matching to match host names case-insensitively. The rest of the URL remains case-sensitive.
This is a recommended upgrade if you're running 2.7.0 or later.
The handling of line breaks around media embeds has been changed to match the text layout more closely and be more consistent with XenForo's default media sites:
- When two BBCodes are on the same line, the two embeds are on the same line.
- When two BBCodes are on consecutive lines, the two embeds are on consecutive lines.
- When two BBCodes are separated by a blank line, the two embeds are separated by a blank line.
The default behaviour in XenForo is similar, with the...
Fixed an issue with some special characters in Odysee URLs.
Added support for dark theme in Reddit embeds.
TikTok and WSHH have been updated.
Experimental support for Guzzle has been added, disabled by default.
Guzzle is a PHP library used by XenForo to retrieve data from external sources. This add-on uses native cURL calls for the same purpose. If this means anything to you and you want this add-on to use the same Guzzle client as XenForo, you can add the following to your config.php file:
Code:
PHP:$config['http']['s9e.client'] = 'guzzle';
Future versions of this add-on may...
Embedded tweets have been slightly restyled to show some sort of placeholder while the actual content is loading. The height of embedded tweets is now cached within the browser, which may improve the user experience on repeat viewings.
Overloaded URL tags in the form are now processed as and counted a... has become harder for me to guarantee and...
A number of improvements have been made to the lazy loader. The goal is to generally improve efficiency and make dynamically-sized embeds such as tweets as nondisruptive as possible.
- The size of dynamically-sized embeds (e.g. tweets) is cached locally in the browser. This will improve the user experience on repeat viewing or when the same embed is shown multiple times on a page.
- Visible embeds are loaded as soon as possible. Previously, the lazy loader waited a tiny fraction...
Telegram embeds now support dark themes. No functional change in embedded tweets.