s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
Any plan for a GoogleDrive integration? I know that you can now play videos directly from a link with no logon! :)
 
Unfortunately I don't know what the difference as I've only ever found them through google searches, but I do appreciate you considering and responding.
 
Just curious. Most Medium posts I embed fits a much smaller embed box. I am assuming that they have a fixed height for their embeds? This looks pretty awkward.
Yes, it's fixed. For some reason, I can't get it to work in a dynamic iframe because of some technical issue with messaging. If you want a better fit, you can replace the default embed code with this:
Code:
<a class="m-story" href="https://medium.com//{$id}"></a><script async src="//static.medium.com/embed.js"></script>

Any chance for NBC Sports embeds?

Here is the video share link:

WSOF 22: Palhares named official winner by submission
I looked into it and there's a good chance I'll add it as soon as I find the time.
 
errm.

you mean i convert this:
Code:
'medium'=>array('Medium','https://medium.com/',array('blogging'=>1),'!medium\\.com/[^/]*/(?:[-\\w]+-)?(?\'id\'[\\da-f]+)!',array('!medium\\.com/[^/]*/(?:[-\\w]+-)?(?\'id\'[\\da-f]+)!'),7=>'<iframe width="400" height="454" src="https://api.medium.com/embed?type=story&amp;path=//{$id}" style="border:solid 1px;border-color:#eee #ddd #bbb;border-radius:5px;box-shadow:rgba(0,0,0,0.15) 0px 1px 3px" allowfullscreen="" frameborder="0" scrolling="no" data-s9e=""></iframe>'),
to this:
Code:
'medium'=>array('Medium','https://medium.com/',array('blogging'=>1),'!medium\\.com/[^/]*/(?:[-\\w]+-)?(?\'id\'[\\da-f]+)!',array('!medium\\.com/[^/]*/(?:[-\\w]+-)?(?\'id\'[\\da-f]+)!'),7=>'<a class="m-story" href="https://medium.com//{$id}"></a><script async src="//static.medium.com/embed.js"></script>'),

:p
 
I was thinking about editing the media site in the Admin panel instead. Then you can add Medium to the list of excluded sites to keep your changes through upgrades.
 
Top Bottom