s9e Media Sites

s9e Media Sites 2.15.6

No permission to download
@JoshyPHP not sure if it is s9e but my youtube in quotes are acting kind of wonky. I tried with default style and it's doing it for that also so I am assuming it isn't theme related. Below you will see desktop and then mobile and it is happening on both.

youtube.webpScreenshot_20180326-082936.webp
 
@JoshyPHP are you seeing CBS News videos autoplaying?

Code:
https://www.cbsnews.com/video/trump-expels-60-russians-over-poison-attack-in-uk/

Sample URL there that when embeds it autoplays.
 
Throwing a suggestion for acast (podcasts) into the mix...

https://www.acast.com/

Example URL:

Code:
https://www.acast.com/<PODCAST NAME>/<PODCAST ID>

Embed Code:

Code:
<iframe width="100%" height="188" src="https://embed.acast.com/<PODCAST NAME>/<PODCAST ID>" scrolling="no" frameborder="0" style="border:none;overflow:hidden;"></iframe>
 
Throwing a suggestion for acast (podcasts) into the mix...

I'll look into it. I like podcast sites because they're usually simple to implement and generally useful, but this one is still early in its growing phase so I'm not sure whether adding it is a net positive.

Is that a podcast site that you'd use in your forums or is it more of a general suggestion? If it's the former, would you be willing to sponsor its addition?
 
I don't know if there was something inherent before with embeds but my users are saying that they had line breaks inserted automatically when they embedded something and now it doesn't do that. Is that something that sounds like what was going on?

I have noticed that embeds are stacked next to each other and before were on individual lines but not sure what was automatically causing that before vs. now.
 
This add-on has always worked this way: if you put multiple videos on the same line, they appear on the same line.

The default XenForo media sites and most other add-ons display each video on a different line. If that's something you want to force, you can add the following rule to your custom CSS:

Code:
[data-s9e-mediaembed] {
    display: block !important;
}
 
This add-on has always worked this way: if you put multiple videos on the same line, they appear on the same line.

The default XenForo media sites and most other add-ons display each video on a different line. If that's something you want to force, you can add the following rule to your custom CSS:

Code:
[data-s9e-mediaembed] {
    display: block !important;
}
Perfect, fixed it of course. Thank you.
 
Does anybody here use a UI.X 2 theme? If so, have you experienced any issues with media embeds from this add-on or does it just work fine?
 
Top Bottom