s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
I'm not sure about that. I don't think it's worth modifying every embed code and wrap them in a custom div. If people want a bigger video, iframes and objects are already configured to allow full screen, and if a style needs smaller embeds they can do it just with CSS, e.g.
Code:
iframe { max-width: 250px }

I don't think the functionality is worth the cost on my end, sorry.
I would also like to use the responsive code. I am unable to use this addon at the moment cause I'm using Xenforo 1.3 Beta and it has that annoying BB Code bug but when I'm able to I'm going to do as you suggest in your resource and use your experimental configurator to not include youtube.
 
Hi

I seem to be too stupid to embed images in postings from flickr. How do I do this?

I tried it with just putting the url in the textbox like "http://www.flickr.com/photos/username/12345"

And with the icon for inserting images via url. Nothing works

What do I do wrong?
I'm not sure why you are asking for support on how to do this here. This add-on doesn't include a BBCode media site for Flickr.

This pack contains the definitions for 40 media sites: Bandcamp, Blip, Break, CBS News Video, CNN, Colbert Nation, CollegeHumor, Comedy Central, Dailymotion, The Daily Show with Jon Stewart, ESPN, Facebook, Funny or Die, Gamespot, GameTrailers, gfycat, GitHub Gist, Grooveshark, Hulu, IGN, Indiegogo, Instagram, Kickstarter, LiveLeak, Metacafe, Rutube, SlideShare, SoundCloud, Spotify, Straw Poll, Team Coco, TED Talks, Trailer Addict, Twitch, Ustream, Vimeo, Vine, VK, WorldStarHipHop, YouTube.
 
6XHmk.jpg


When I embed gfycat items, the top is the embed on the gfy link & the bottom is the embed on the gif link.

Is there a reason that the gfy link is completely messed up?
 
@JABRONI: I didn't really support URLs that point directly to the .gif, that's why it couldn't get the dimensions of the image. I've added support for it now.

If it works for you, please remember to rate, like, comment, subscribe, tweet, retweet, and whatever else the cool addons are supposed to ask. :)
 
@JABRONI: I didn't really support URLs that point directly to the .gif, that's why it couldn't get the dimensions of the image. I've added support for it now.

If it works for you, please remember to rate, like, comment, subscribe, tweet, retweet, and whatever else the cool addons are supposed to ask. :)

I think you misunderstood me, but cool that you added gif support.

The top picture is a regular link embed from gfycat like (http://gfycat.com/EasyFewKob)

The bottom picture was the gif embed from gfycat (http://fat.gfycat.com/EasyFewKob.gif)

For some reason, the regular embed for gfycat is messed up.

Here is another example,

6YX6L.jpg
 
@JABRONI: can you post the exact post in a code block please? I'd also need you to describe the difference between a regular link embed a gif embed. I've tried posting those URLs every which way but I can't reproduce locally.
 
Last edited:
Code:
[quote="CMPuLs3, post: 167473, member: 1"]I have decided that it has come time to add another member to The Varsity Club group, and that person is...

@[USER=3]Mogel[/USER]!

Mogel was the 3rd person to sign up on MP 2.0 (now TWF) when it relaunched, was an active member on my other forum, has the 2nd most posts here on TWF, has stayed true to this forum, continues to be active, and calls this place his home in terms of wrestling forums.

Everyone give him a big congrats!

[media=gfycat]SpicyWigglyCaimanlizard[/media]

[IMG]http://giant.gfycat.com/SpicyWigglyCaimanlizard.gif[/IMG][/quote]
 
The problem is there:
Code:
[media=gfycat]SpicyWigglyCaimanlizard[/media]

That tag must have been created on the previous version of the pack that didn't support .gif URLs. Make sure you have the latest version and try reposting the URL. The result should be:

Code:
[media=gfycat]height=360;id=SpicyWigglyCaimanlizard;width=640[/media]
 
The problem is there:
Code:
[media=gfycat]SpicyWigglyCaimanlizard[/media]

That tag must have been created on the previous version of the pack that didn't support .gif URLs. Make sure you have the latest version and try reposting the URL. The result should be:

Code:
[media=gfycat]height=360;id=SpicyWigglyCaimanlizard;width=640[/media]

Just downloaded the latest version with .gif support that you just released, and I get the same result as before.
 
Here's what I do:

Redo the same steps in your forum. If it happens differently on your side, I'm at a loss. Are you sure you're using the latest version? Check the version ID in your admin panel, it should be 201402160.
 
Here's what I do:

Redo the same steps in your forum. If it happens differently on your side, I'm at a loss. Are you sure you're using the latest version? Check the version ID in your admin panel, it should be 201402160.

xxFavYM.gif


6Z59G.png
 
I am getting this error when trying to add the addon via XML:

Parse error: syntax error, unexpected T_FUNCTION in /home4/XXXXXXXX/public_html/library/s9e/MediaBBCodes.php on line 63


Please advise
 
@JABRONI: Then I'm at a loss, sorry. There might be a problem that occurs when your forum tries to contact Gfycat's server to retrieve the image's dimensions. Check out the logs, see if there's a PHP error there. If there's none you can try to edit library/s9e/MediaBBCodes.php and remove the @ character from @file_get_contents then try again, and see if there's an error this time.

@masterchief: you must be running PHP 5.2. The addon requires PHP 5.3 or later. You can find some infos in PHP's manual.
 
Back
Top Bottom