s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
You can create your own template modification. I don't know how to restore the vertical scrollbar though.
Code:
        Template: bb_code.css
Modification Key: limit_tumblr_height
     Search Type: Regular expression
           Find: (^)
        Replace: iframe[src^="//s9e.github.io/iframe/tumblr."] { max-height: 600px }
 
Possible added become App Store the Apple ? Please
I don't know what kind of content from Apple's App Store could be embedded, so I guess the answer is no.

could you please add Sharebeast?
Sharebeast seems too niche to be included, sorry. The files' ID number is in the URL so you should be able to create a custom media site for yourself.

http://imgur.com/gallery/XKr67

how do we make that link work?
I don't know what a Imgur gallery is. Is that the same thing as an album? Can I treat galleries as albums? If so I'll update the add-on and this link will work.
 
to embed imgur albums... replace gallery with a. it works with s9e i believe. this should work:

Code:
http://imgur.com/a/XKr67

talking about imgur, they are rolling out an embed feature for gallery images which is probably related.

right now you can embed individual images using the regular img code. or galleries using the gallery specific embed code.

now, the company is offering an embed code for all kinds of images with attribution and meta data.

example link:
Code:
http://imgur.com/49H5yU8

embed code:

Code:
<blockquote class="imgur-embed-pub" lang="en" data-id="49H5yU8"><a href="//imgur.com/49H5yU8">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>

<blockquote class="imgur-embed-pub" lang="en" data-id="49H5yU8" data-context="false"><a href="//imgur.com/49H5yU8">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>

Second code removes meta data.

Would love to see this supported!
 
ok. i am not sure about this update. i am assuming you changed the code to treat:
Code:
http://imgur.com/gallery/49H5yU8
links as
Code:
http://imgur.com/a/49H5yU8

the way imgur works, this is not going to work out.

here is how:
Code:
http://broadbandforum.co/threads/embeds.95884/#post-912710
this text embeds:
Code:
http://imgur.com/gallery/49H5yU8
http://imgur.com/a/49H5yU8
http://imgur.com/49H5yU8

imgur gallery basically consists of two types of content. one type of post has just one image. which does not support the /a/ part. the other type of post is an actual gallery of multiple images so they should support the /a/ part.

i would recommend switching imgur embeds to their new code as i mentioned in the previous post above. that should resolve the embedding of single image and multi-image links both. thanks!
 
Ok. Did some testing... Imgur embedding works for ANY imgur hosted image and gallery. The code is different for the two cases though.

Code:
<blockquote class="imgur-embed-pub" lang="en" data-id="zsZYHSD"><a href="//imgur.com/zsZYHSD">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>

<blockquote class="imgur-embed-pub" lang="en" data-id="a/EGfcB"><a href="//imgur.com/zsZYHSD">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>

the first code is for individual image. second code is for an album. this causes issue because /gallery/ works for both cases :(. so to make the embedding automated... user would need to remove the /gallery/ part for individual images and replace it with /a/ for albums. hard to say if you can remotely detect if the link is pointing to single image or gallery. hope i was able to explain the issue. thanks.
 
It's possible to detect what kind of content a link points to but Imgur change their markup often enough that I can't always keep track.

Imgur has 3 different ways to include more or less the same content. I don't know how I'm going to proceed yet.
 
hehe. the just launched embed method i believe is focused on simplifying embeds for third party services like buzzfeed. i personally hate to hotlink because that removes the context and attribution. so this method has a lot of appeal for me. :)
 
Sharebeast seems too niche to be included, sorry. The files' ID number is in the URL so you should be able to create a custom media site for yourself.

Sharebeast is widely used in music forums, mainly Hip Hop ones. Please reconsider, I can assure you that it's not too niche. I know quite a few forums that would love to have it.
 
If there is demand for that site, the best course of action I can suggest is to get those websites to make a donation going towards adding support for Sharebeast. I have a couple of PayPal buttons on the add-on's page that I'll reproduce here for convenience.



Depending on the site, it takes me 1-2 hours to study a new site, create the files I need, generate a new version of the add-on, test the finalized add-on on my local test board while Travis CI runs its test suite, then upload the new version here. Each additional site increases the add-on's maintenance cost as more media sites break every now and then and need to be updated accordingly. The time I'm able to spend working on this add-on is limited and donations are a sure-fire way to influence which new media site I will support.
 
Top Bottom