s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
It works for me. Maybe your site uses HTTPS or restrictive security settings that are not supported by the Vocaroo player.
 
I think it was becuase I had used the html embed widget elsewhere, then just copied the url from the widget instead of the url for the project page.

The project page added a #/ to the end
 
Has anyone had any issues lately with sites like Twitter and imgur getting cut in half when embedding? I'm trying to figure out if it's my style that's doing it.

S9xHJJp.png


That's an embedded tweet that includes a video.

Edit: Hmm partially solved it, it's the click image for full size feature. I added code to extra.css to remove that but it's still doing it when someone quotes the media. Back to digging.
 
@John1744 If you link to a public page on your website that displays this issue I will look into it. Chances are it'll work fine for me. In which case you need to give the most detailed information about your browser you can find. Also you should look for errors or warnings in the browser's developer console.

XenForo's default style limits the size of embedded media in quotes. You can prevent them from applying to this add-on by disabling the s9e_quote_css template modification.
 
@JoshyPHP I realized that despite having MSNBC and NBC Sports, we don't actually have an NBC News embed. Would it be simple to add it in?

http://www.nbcnews.com/news/us-news/cia-prepping-possible-cyber-strike-against-russia-n666636

<iframe src="http://www.nbcnews.com/widget/video-embed/786434627946" width="560" height="315" frameborder="0" allowfullscreen></iframe>

Also, I was wondering if it would be possible to make it so that we could embed iframe codes such as the above? Often, news sites only seem to have the Facebook, Google, etc., and website iframes but not direct links. If we copied in the iframe could the system figure out how to strip out the unnecessary code and embed the video?
 
Is ESPN videos broken for anyone? I believe they just recently switched to a new video provider (which while slightly faster to load the player their usability sucks and it takes so long for it to switch from SD to HD).
 
@cmpe I'd like to point out that if you had posted a link that you tried on your board, I'd be looking into the issue right now.

Edit: tested ESPN on my board, works for me. Try looking for errors or warnings in the browser's developer console.
 
What CSS error was "fixed" relating to sonnb's gallery? Everything seems to work for me.

Something about videos from this add-on being cut off, or having too much padding. That may be style-dependent (some styles may be unaffected) and it may have been fixed in a recent version of the gallery too, I didn't check.
 
@JoshyPHP I had a request for The Washington Post. Would it be possible?

<iframe width="480" height="290" scrolling="no" src="//www.washingtonpost.com/video/c/embed/0ebf7a5c-9240-11e6-bc00-1a9756d4111b" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

http://www.washingtonpost.com/video...bf7a5c-9240-11e6-bc00-1a9756d4111b_video.html

<iframe width='480' height='290' scrolling='no' src='//www.washingtonpost.com/video/c/embed/89ff38fc-9190-11e6-bc00-1a9756d4111b' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

http://wapo.st/2dA18WR
 
I added Washington Post Video but I didn't add support for the short links/redirector because those are a bit of a pain to maintain.
Fantastic! Thanks so much. So they need to use the link inside the embed code and delete out all the code? I checked a few twitter codes and they're all he short form.
 
Top Bottom