JoshyPHP updated s9e Media BBCodes pack with a new update entry:
Improved templating
Read the rest of this update entry...
Improved templating
Improved templating
Read the rest of this update entry...
Improved templating
<!-- s9e_MediaBBCodes::renderYoutube() -->
<div class="responsiveVideoContainer"><!-- s9e_MediaBBCodes::renderYoutube() --></div>
<!-- s9e_MediaBBCodes::renderYoutube(1280, 720) -->
I don't know about News Inc but if you can link me to a thread of your forum where their content is being linked I'll look into it.
Same for Twitpic, if you can link me to examples of Twitpic being linked or being embedded I'll look into it.
Yeah, like I said, I'd never heard of them before. I know you're on the lookout for new sites to add so that's why I brought it up.I've looked into News Inc but their player doesn't work for me for some reason and the site doesn't seem to be very popular so for the time being I don't plan to add it.
As for extracting pictures from Twitter, technically it's feasible but it doesn't have much value (it wouldn't be any different from using the![]()
<?php echo file_get_contents('http://www.slideshare.net/johnmaxfield376/10-reasons-why-russia-invaded-ukraine');
<?php
echo file_get_contents(
'compress.zlib://http://www.slideshare.net/johnmaxfield376/10-reasons-why-russia-invaded-ukraine',
false,
stream_context_create(array('http' => array('header' => 'Accept-Encoding: gzip')))
);
Added support for their new host and new embed URLs
Added support for ABC News videos
I started with the easiest one. I'll add WSJ later, but I haven't looked into the Economist yet.Nice. Were the others a pain?
It's a bug on my end. I thought Instagram used base62 but they use base64 and URLs with dashes or underscores didn't work. I'll release a fix in a moment.Found a hiccup with the Instagram code. This link:
instagram.com/p/lu-DQMijxr/
Fixed Instagram. Added WSJ Live.
We use essential cookies to make this site work, and optional cookies to enhance your experience.