s9e Media BBCodes pack

s9e Media BBCodes pack 20231102

No permission to download
Joshy, Is it normal for a embedded twitter pic to only show the top half? Is there a better way to embed them? Thanks. Example..

http://www.dawgshed.com/index.php?posts/7268173/

Update:

Seems to only happen in Firefox.
It works for me on Firefox 31. What version do you use? Can you post a screenshot of the half-sized tweet please? It might be due to an extension, perhaps something that blocks scripts from running? Try running from a new profile and see if it works. If it does, I'd need to know what extensions you use.

I don't know if they provide a generic way to embed content from One Drive. If you have a video on One Drive, please try those instructions and post the embed code it generates.
 
It works for me on Firefox 31. What version do you use? Can you post a screenshot of the half-sized tweet please? It might be due to an extension, perhaps something that blocks scripts from running? Try running from a new profile and see if it works. If it does, I'd need to know what extensions you use.


I don't know if they provide a generic way to embed content from One Drive. If you have a video on One Drive, please try those instructions and post the embed code it generates.
Now i found out it is only happening on my windows 7 box. Works fine on Linux. I dont have another windows machine to test it. I just have to think its working for everyone else. Thanks Joshy.
 
Hi,

I love this add-on but I just have an inquiry. My users love to share gfycat media a lot but this can slow down loading times especially for users with slower internet. I was going to suggest they start putting the gfycat gifs in spoilers, but I noticed that the media doesn't show up in spoilers. There's just a big blank space.

Is this able to be fixed?

Thanks!
 
I think that must be an issue with your spoiler BBCode. Can you link me to a page that shows a Gfycat in a spoiler?
 
Hello,

Could you ad these site plz?
http://nieuws.vtm.be/
Does that site publish videos? All I see is articles and currently I don't extract videos from articles.

Their embed code kind of sucks (uses a script tag.) So far, I haven't found a clean way (preferably an iframe) to embed their videos. They outsource their video hosting too, which doesn't help.
 
Joshy i bet this has been requested in the past i could not find anything on it. What about Google maps? Is that possible? thanks.
 
That's the first time it's been mentioned in this thread if the search engine is to be believed. I'm not sure about Google Maps. The way my add-on works, if I were to implement it I would have to define each of the many different variables used in URLs and I'd need to keep it in sync whenever Google change their stuff. Their docs mention an API key too, I don't know whether it applies to all embeds.
 
That's the first time it's been mentioned in this thread if the search engine is to be believed. I'm not sure about Google Maps. The way my add-on works, if I were to implement it I would have to define each of the many different variables used in URLs and I'd need to keep it in sync whenever Google change their stuff. Their docs mention an API key too, I don't know whether it applies to all embeds.
I didnt think it had been requested. It was just a thought and not that important Joshy, dont worry about it. I thought maybe it would be easy but i know nothing about PHP lol
 
I'm pulling videos from several sources that use brighthouse as their host. After a handful of attempts to put this in myself, I'm forced to look to you for some assistance.

Hoping you can help me out.

Code:
<object id="flashObj" width="480" height="270" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=3710813114001&playerID=2436801239001&playerKey=AQ~~,AAAAPLMIMAE~,kKetLjW2WxVXWpp0mM9RUhm5kMHfb4Eg&domain=embed&dynamicStreaming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=3710813114001&playerID=2436801239001&playerKey=AQ~~,AAAAPLMIMAE~,kKetLjW2WxVXWpp0mM9RUhm5kMHfb4Eg&domain=embed&dynamicStreaming=true" base="http://admin.brightcove.com" name="flashObj" width="480" height="270" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>

Code:
<object id="flashObj" width="480" height="270" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"><param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=3710520179001&playerID=2436801239001&playerKey=AQ~~,AAAAPLMIMAE~,kKetLjW2WxVXWpp0mM9RUhm5kMHfb4Eg&domain=embed&dynamicStreaming=true" /><param name="base" value="http://admin.brightcove.com" /><param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" /><param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" /><embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1&isUI=1" bgcolor="#FFFFFF" flashVars="videoId=3710520179001&playerID=2436801239001&playerKey=AQ~~,AAAAPLMIMAE~,kKetLjW2WxVXWpp0mM9RUhm5kMHfb4Eg&domain=embed&dynamicStreaming=true" base="http://admin.brightcove.com" name="flashObj" width="480" height="270" seamlesstabbing="false" type="application/x-shockwave-flash" allowFullScreen="true" allowScriptAccess="always" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>
 
Ok I got it. The site didn't show any sign of a video in the two browsers I used because they needed Flash to be enabled by default to appear on the page. I looked into it but I don't think I'll be able to support this site in the foreseeable future.

I'm pulling videos from several sources that use brighthouse as their host. After a handful of attempts to put this in myself, I'm forced to look to you for some assistance.
If you post a link to the original URL (the one the users will post to your forums to show a video) I'll take a look at it. I've seen other Brightcove sites but I don't remember if there's anything that prevents me from embedding them.

Would it be possible to add "Vocaroo"?
Ok done.
 
Back
Top Bottom