s9e Media Sites

s9e Media Sites 2.15.6

No permission to download
newimage updated s9e Media Sites with a new update entry:

2.7.4

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...

Read the rest of this update entry...
 
newimage updated s9e Media Sites with a new update entry:

2.7.7

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...

Read the rest of this update entry...
 
jessy updated s9e Media Sites with a new update entry:

2.7.11

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...

Read the rest of this update entry...
 
thanks to dear member @jessy updated s9e Media Sites with a new update entry:

2.7.19

Starting with this update, pages scraped via this add-on are saved to the internal-data://temp, which is usually located at the root of your forum in the internal_data/temp directory. The filenames will appear as s9e.xxxx.html.gz where xxxx is a string of 32 alphanumeric characters. The files are automatically removed by XenForo after a few days.

In most cases it will not make any difference. In some rare cases, it may slightly speed up embedding links from unreliable sources that require...

Read the rest of this update entry...
 
thanks to dear member @jessy updated s9e Media Sites with a new update entry:

2.8.0

This update contains many small changes that are purely technical and shouldn't have any visible effect, and it adds support for Facebook "pfbid" URLs. If you do not care about or use Facebook, you can stop reading there.

Concerning Facebook, it has come to my attention that they have recently started obfuscating their URLs, encrypting them with an unspecified algorithm that generates a different value every time. According to...

Read the rest of this update entry...
 
Back
Top