s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
@SonicRC Judging by its Alexa rank and Reddit activity, this site doesn't seem popular enough to warrant its inclusion. If you want to use it, you can create the media site for your forums using the following settings:

Code:
Media Site ID: gameswelt
   Site Title: Gameswelt TV
     Site URL: http://gameswelt.tv/
   Match URLs: gameswelt.tv/*/*,{$id}
   Embed HTML: <iframe width="538" height="326" src="http://www.gameswelt.tv/player/embed.php?width=538&amp;height=326&amp;videoID={$id}&amp;fqdn=default&amp;portal=gwtv" frameborder="0" scrolling="no"></iframe>
 
Code:
<div style="background-color:#fff;display:inline-block;font-family:'Helvetica Neue',Arial,sans-serif;color:#a7a7a7;font-size:11px;width:100%;max-width:594px;min-width:300px;"><div style="overflow:hidden;position:relative;height:0;padding:64.309764% 0 0 0;width:100%;"><iframe src="//embed.gettyimages.com/embed/453560512?et=HikW2CBvS3lgxT8mQyjdXg&sig=CTPRVUz1mllt_kWX_4i2zAfvdkT1kQpLsUFNa4W5kfk=" width="594" height="382" scrolling="no" frameborder="0" style="display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;"></iframe></div><p style="margin:0;"></p><div style="padding:0;margin:0 0 0 10px;text-align:left;"><a href="http://www.gettyimages.com/detail/453560512" target="_blank" style="color:#a7a7a7;text-decoration:none;font-weight:normal !important;border:none;display:inline-block;">#453560512</a> / <a href="http://www.gettyimages.com" target="_blank" style="color:#a7a7a7;text-decoration:none;font-weight:normal !important;border:none;display:inline-block;">gettyimages.com</a></div></div>

Hi guys. Is it possible to add Getty Images embed codes please?
 
All you need to embed a Getty Images photo is an iframe. The embed code they propose on their site may contain a link in addition to the iframe but all I use is an iframe. The iframe's URL requires the photo's ID (which you can find in the original URL) as well as two variables "et" and "sig" which you can find in the preview URL that correspond to the original page, e.g. http://embed.gettyimages.com/preview/3232182
 
Yes, there's a rule in your stylesheet that limits the size of iframes and embeds in quotes.

Code:
.bbCodeQuote iframe, .bbCodeQuote object, .bbCodeQuote embed {
    max-width: 200px;
    max-height: 150px;
}
 
Top Bottom