s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
I'm having some problems with tmz video on mobile.

Using stock Android nexus device with stock chrome browser, VLC is triggered despite not having any defaults set.


Screenshot_20160531-143908.webp


I then uninstalled VLC and nothing tried to download, but I get no video on mobile.
I have the hyperlink to the original turned on and can click the to open TMZ mobile site in a new tab and the video plays.

Is the TMZ embed supposed to work on mobile? Its working fine on PC here.


Thanks for any help.
 
Having trouble with Facebook video embedding. It works, the video is shown and can play, but it throws ERRORS in the browser console. The following error is shown 4 times when the page with a thread with a Facebook video is loaded.
Using a Mac OSX based Safari 9.1.1

facebook_embed_error.webp
 
Facebook video embeds appear to be broken today. I am on the latest update. And someone videos are not embedding properly. Only the post content appears.

Can you check with this video link?

Code:
https://www.facebook.com/Nerdist/videos/1253478281336644/
 
IUv5d2o.png


no errors here. videos are not embedding. but the post content is. so we have separate issues with facebook embeds!
 
Getty seem to be changing their enlarged view so the pics are in collections. If you get the pic id you can still embed as http://www.gettyimages.com/detail/xxxxxx but you'll have to manually make this URL rather than copy and paste the enlarged view URL from the Getty website which is now a URL for a collection. i.e. http://www.gettyimages.com.au/event...2016-day-seven-642247671#-picture-id534945286

I've updated Getty Images. It works on Firefox but their viewer seems to have to some issues with Chromium.

Hey @JoshyPHP
Is there a way to add support for a Romanian News website?

No, sorry. This site's audience is too small globally and I have to focus on the more popular websites.

I'm having some problems with tmz video on mobile.

Using stock Android nexus device with stock chrome browser, VLC is triggered despite not having any defaults set.

I don't know, all I do is include an iframe. I've just checked their site and my code seems current so it might just be an issue on their end. You may want to send them a mail, make some noise on the Android app store and/or contact their video platform Kaltura.

Having trouble with Facebook video embedding. It works, the video is shown and can play, but it throws ERRORS in the browser console.

I wouldn't know about that. I have no errors on Chromium or Firefox on Linux and the video plays normally.

Can you check with this video link?

It works for me. Try with a new profile with no extensions installed to eliminate the possibility of an issue with an adblocker or privacy-type extension.

@JoshyPHP I'm having some issues, Amazon links are not working, it just shows a blank message.
http://www.47r-squad.com/threads/icewolfs-2016-new-system.13340/page-2#post-110658

I see it fine. If you don't, it's usually caused by overzealous adblockers.
 
I've updated Getty Images. It works on Firefox but their viewer seems to have to some issues with Chromium.



No, sorry. This site's audience is too small globally and I have to focus on the more popular websites.



I don't know, all I do is include an iframe. I've just checked their site and my code seems current so it might just be an issue on their end. You may want to send them a mail, make some noise on the Android app store and/or contact their video platform Kaltura.



I wouldn't know about that. I have no errors on Chromium or Firefox on Linux and the video plays normally.



It works for me. Try with a new profile with no extensions installed to eliminate the possibility of an issue with an adblocker or privacy-type extension.



I see it fine. If you don't, it's usually caused by overzealous adblockers.

Ah I see, probably because I am using adblock.
 
It works for me. Try with a new profile with no extensions installed to eliminate the possibility of an issue with an adblocker or privacy-type extension.
hmm. i do not use any ad blocker on my browser. let me check in other browsers and update to the latest version of the plugin. thanks!
 
Feature request. Embedding of Reddit Posts. I understand that Reddit Comments are already supported. Recently Reddit added support for embedding posts.

Here is a sample URL:
https://www.reddit.com/r/news/comments/4mgr22/muhammad_ali_the_greatest_of_all_time_dead_at_74/

Here is the related Embed Code:
HTML:
<blockquote class="reddit-card"><a href="https://www.reddit.com/r/news/comments/4mgr22/muhammad_ali_the_greatest_of_all_time_dead_at_74/?ref=share&ref_source=embed">Muhammad Ali, 'The Greatest of All Time', Dead at 74</a> from <a href="http://www.reddit.com/r/news">news</a></blockquote>
<script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script>

Embed code can be created using the share option on reddit posts which opens up a popup page like this:
https://embed.redditmedia.com/widge...l_time_dead_at_74/?ref=share&ref_source=embed
 
@JoshyPHP

Code:
[MEDIA=facebook]xxxxx[/MEDIA]

Something has broke. It doesn't show the Facebook video, only the text description of it.

Used to work fine.
 
Recently Reddit added support for embedding posts.

That's something I want to support. What sucks is that the way they embed submissions is entirely different from the way they embed comments: different HTML markup, different JavaScript, it's hosted on a different domain name and it's not even the same size on screen. Comments have no fixed width but submissions are limited to 600 px. I'm going to have to think about it.

Something has broke. It doesn't show the Facebook video, only the text description of it.

Facebook has stopped displaying videos inside of embedded posts. New posts will use the video player by default but you'll have to fix old posts manually, the way it's described in the post linked by OperaManiac.

Code:
[MEDIA=facebook]id=10153762113196633;type=video[/MEDIA]
 
Facebook has stopped displaying videos inside of embedded posts. New posts will use the video player by default but you'll have to fix old posts manually, the way it's described in the post linked by OperaManiac.
How can I fix all previous embeds to use the new format? Some kind of MySQL clause?

Gosh how annoying... now loads of broken embeds not showing videos!
 
How can I fix all previous embeds to use the new format?

If every Facebook embed is a video, you can switch them all using the add-on OperaManiac mentioned with those settings:

Code:
        Quick Find: [MEDIA=facebook]
Regular expression: (\[MEDIA=facebook\](\d+)\[/MEDIA\])
Replacement String: [MEDIA=facebook]id=$1;type=video[/MEDIA]

Attention though, this will break non-video embeds.
 
Top Bottom