s9e Media Sites

s9e Media Sites 2.15.3

No permission to download
Hi @JoshyPHP,

What's the best way to add bunny.net embed code?

Their videos look like this in terms of the URL:
HTML:
https://video.bunnycdn.com/play/{video_library_id}/{video_id}

which translated to:
HTML:
https://iframe.mediadelivery.net/embed/{video_library_id}/{video_id}?autoplay=false

Thanks
 
You'd need to create a custom media site, which is a default feature in XenForo and doesn't require this add-on. There's a section in the manual about it. XenForo 1.x used to require PHP in order to support multiple variables/IDs, but I'm not sure how those are handled in XenForo 2.x. My own media sites are generated programmatically so I don't normally use XenForo's admin panel and I'm not familiar with it.
 
You'd need to create a custom media site, which is a default feature in XenForo and doesn't require this add-on. There's a section in the manual about it. XenForo 1.x used to require PHP in order to support multiple variables/IDs, but I'm not sure how those are handled in XenForo 2.x. My own media sites are generated programmatically so I don't normally use XenForo's admin panel and I'm not familiar with it.
Would you mind adding bunny.net to your add-on 😁? It’s pretty common media hosting these days after Vimeo
 
I looked into it but I don't see much link sharing from that domain on Reddit and I don't think it's really popular among the average users, so I'll have to decline.

If you want to sponsor the addition of that site into this add-on, send me a message with an actual example of each type of URLs you'd like to support and I'll give you a quote asap. Otherwise, if you're having troubles creating a custom media site for yourself, ask about it in the general support forum and I'm sure someone will help you.
 
When I "create" a link via the share button in the amazon app, I've get a URL like: https://amzn.to/3XNctZf
This isnt converted with your add-on as "real" amazon links are.
Any possibility to include this shortend version as well?
 
amzn.to are usually affiliate links. might be better to use an addon to tag all amazon links. amazon here in india has started generating links like these https://amzn.eu/d/0PWauUu which are more annoying if you are creating affiliate links on the fly using an addon.
 
Yes, it would remove the tracking/tag from the amzn.to URL, although it would re-add the associate tag configured in the add-on, if applicable. The issue with those short links is that in order to embed them, they need to be resolved (by the server hosting that forum) and Amazon does not like that kind of automated activity. They tend to block those requests, causing them to fail unpredictably.
 
I recommend add veed.io
Good free service. Allows you to upload videos of large sizes (250 Mb) without registration.

Sample url
https://www.veed.io/view/3bb96100-cec4-4051-aa66-0363e0336094?sharingWidget=true&panel=share

Embed code
HTML:
<iframe src="https://www.veed.io/embed/3bb96100-cec4-4051-aa66-0363e0336094" width="744" height="504" frameborder="0" title="123.mp4" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
 
Last edited:
My users get problem with Tumblr. If they use Share → Copy link via Tumblr dashboard (https://www.tumblr.com/) or search page (https://www.tumblr.com/search/), media won't inserted.
For example:
https://scianvih.tumblr.com/post/691082761549856768 — ok
https://www.tumblr.com/scianvih/691082761549856768?source=share — error
While default Xenforo media here works ok with both links:

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited:
My users get problem with Tumblr. If they use Share → Copy link via Tumblr dashboard (https://www.tumblr.com/) or search page (https://www.tumblr.com/search/), media won't inserted.

I didn't know the www. URLs existed, that's why they were treated as normal links. I'll add support for them in the next update.

XenForo's default media site for Tumblr works differently than this add-on's, that's why they may support different kinds of URLs.
 
I post a lot of news on one of my sites which has to do with politics. For some reason of late, some CNN links to articles unfurl, while others don't. They seem to have the same paths other than the article name, yet it is his and miss now.

Examples of URL's that don't Unfurl...

Examples of URL's that do...

URL's to the working versions above:
HTML:
https://www.cnn.com/2023/02/06/politics/desantis-disney-reedy-creek-bill
HTML:
https://www.cnn.com/2023/02/06/politics/tulsi-gabbard-testifying-hearing-weaponization

Any idea why this happens?
 
For some reason of late, some CNN links to articles unfurl, while others don't.

Unfurl'ing is a default XenForo feature, unrelated to media sites or this add-on. Judging by what you posted, that's something you could report as a bug.

 
Hello! I'm (finally) upgrading a 1.5 forum which was using the old s9e Media Pack add-on, and I wondered if once the 2.x upgrade's complete, installing s9e Media Sites will mean previous embeds show up as they did before? Thanks!
 
Top Bottom