s9e Media Sites

s9e Media Sites 2.18.6

No permission to download
I've just checked on my local 2.2 with no add-ons and there's no | in the HTML when the option is disabled. At the same time, I don't see a dark mode in XenForo 2.2, by default.

The | is only output if there's a link next to it. Try enabling the link, make sure that the link is visible with no extra | then disable it again. It might help you find more about it.
 
@Enes3078 Yeah, so you have an extra | either way, which is what I was expecting. This add-on only adds one, and only when the link is displayed; That's the one on the left in the first screenshot.

I don't know what adds this | but that shouldn't be from this add-on.

I can wildly speculate and imagine a scenario where an admin modified your default style to add it while the link was enabled. In that case, you should take a look at any modifications made to the PAGE_CONTAINER template.
 
On safari my link(x) came up as dark mode, whereas on chrome it's in light mode. However when someone quotes the link in chrome it's in dark mode. My theme is running light mode. I am on Mac.
 
unrelated to this addon but looks like Truth Social had a major UI overhaul. And they broke their embeds. Embedding is still part of the share menu but the code does not work. Could be regional restriction though.

Code:
<iframe src="https://truthsocial.com/@realDonaldTrump/113672861551554010/embed" class="truthsocial-embed" style="max-width: 100%; border: 0" width="600" allowfullscreen="allowfullscreen"></iframe><script src="https://truthsocial.com/embed.js" async="async"></script>
 
Dumpert.nl embeds work, but when you click on them they redirect to the site with video.

Changing /embed to /item works, but loads full page with comments.
Code:
https://www.dumpert.nl/item/{$id}

Also when embedded in a profile post it jumps to that post when you load the front page (if a widget is on there and only on desktop). When changing /embed to /item not, but then i doesn't adjust to container.

Ah, found the reason
I'm not sure whether this was intentional or a bug but Dumpert's server is configured to only allow the website GeenStijl to embed their player. I don't know what to make of that. You can edit the media site and either disable the media site completely or temporarily disable the auto-embedding of their links in case they revert that change.
 
Last edited:
I don't remember hearing about Pixelfed before, there isn't much activity on Reddit, and the embed demo doesn't appear to work at the moment. The last two would need to change before I consider adding support for it. If someone wants to sponsor its development, it would only require the last one. Either way, for now that doesn't seem possible without creating my own embedding solution through their API. (assuming their API works)
 
Looks like maybe they changed the URL again?

/share/reel/

vs just /reel or /p for regular posts.
 
Last edited:
Back
Top Bottom