Simple Audio Video Embedder

Started by SMFHacks.com Team, August 09, 2010, 10:42:47 PM

Previous topic - Next topic

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro



vbgamer45

Requires two requests to parse only do video sites that I can get the information from the url directly.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MaXiForum.cz

Quote from: vbgamer45 on February 10, 2011, 03:21:14 PM
Requires two requests to parse only do video sites that I can get the information from the url directly.

Ok and what can i do?
http://tn.nova.cz is not possible?
Sorry, I still don´t know what do you mean...

Arantor

What he's saying is, it's theoretically possible but he won't add it. Normal sites, you can predict the embed code based on the URL - but that one you can't, it requires lookups. Aeva does support lookups so it could be added to that, but Nao isn't taking any sites unless they're actually popular.

MaXiForum.cz


henrik1782

Hi...

Arantor maybe I am not correct, but as I remember. in Aeva you can set up a site yourself... I have not tried it so I dont know how difficult it is.
My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

vbgamer45

I plan to add crawling support later on. Have an idea on how to do it once I get a good block of time to work on it. The main problem with Avea and common problem with programmers is they load up their code with bloat/overkill I focus on keeping mods simple making as few edits as possible to themes,sources etc.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

青山 素子

Embedding video alone is bloat in my view, but some people like that kind of bloat. Me? I would rather visit a link if I care enough to view the video instead of having Flash load when I don't expect. (I run Linux. Flash is awful outside of Windows.)
Motoko-chan
Director, Simple Machines

Note: Unless otherwise stated, my posts are not representative of any official position or opinion of Simple Machines.


Arantor

Quote from: vbgamer45 on February 12, 2011, 11:12:51 AM
I plan to add crawling support later on. Have an idea on how to do it once I get a good block of time to work on it. The main problem with Avea and common problem with programmers is they load up their code with bloat/overkill I focus on keeping mods simple making as few edits as possible to themes,sources etc.

The main "problem" with Aeva is that people turn everything on, then complain when it goes slowly. Turn on the most common ones and it flies through (faster on my sites than SAVE does, in fact, and more consistently and reliably)

henrik1782

Hi...

Is it possible to implement www.slideshare.net. I know that this is not an ordinary audio/video site but no other mod support a slideshare site... Please consider...

This is the adress for a sample slideshare page. The other code was taken from the site, as I dont know if it is needed to implement it.
http://www.slideshare.net/charlotteshj/lav-en-anetavle

Copy the code below and paste it into your website.
<div style="width:425px" id="__ss_59704"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/charlotteshj/lav-en-anetavle" title="Lav en anetavle">Lav en anetavle</a></strong><object id="__sse59704" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=start-p-genealogi-14607&stripped_title=lav-en-anetavle&userName=charlotteshj" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse59704" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=start-p-genealogi-14607&stripped_title=lav-en-anetavle&userName=charlotteshj" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/charlotteshj">Charlotte S H Jensen</a>.</div></div>

Without related content
<div style="width:425px" id="__ss_59704"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/charlotteshj/lav-en-anetavle" title="Lav en anetavle">Lav en anetavle</a></strong><object id="__sse59704" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=start-p-genealogi-14607&rel=0&stripped_title=lav-en-anetavle&userName=charlotteshj" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse59704" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=start-p-genealogi-14607&rel=0&stripped_title=lav-en-anetavle&userName=charlotteshj" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/charlotteshj">Charlotte S H Jensen</a>.</div></div>

For WordPress.com blogs
[slideshare id=59704&doc=start-p-genealogi-14607]
My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

henrik1782

Hi vbgamer45

Do you want the same codeparts as in the last post for the next samples...?

Great to hear by the way... :)
My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

henrik1782

No problem...

http://www.slideshare.net/charlotteshj/folketllingen-det-skal-du-lgge-mrke-til

Copy the code below and paste it into your website.
<div style="width:425px" id="__ss_62507"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/charlotteshj/folketllingen-det-skal-du-lgge-mrke-til" title="Folketællingen - det skal du lægge mærke til">Folketællingen - det skal du lægge mærke til</a></strong><object id="__sse62507" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=folketllingen-det-skal-du-lgge-mrke-til3117&stripped_title=folketllingen-det-skal-du-lgge-mrke-til&userName=charlotteshj" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse62507" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=folketllingen-det-skal-du-lgge-mrke-til3117&stripped_title=folketllingen-det-skal-du-lgge-mrke-til&userName=charlotteshj" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/charlotteshj">Charlotte S H Jensen</a>.</div></div>

Without related content
<div style="width:425px" id="__ss_62507"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/charlotteshj/folketllingen-det-skal-du-lgge-mrke-til" title="Folketællingen - det skal du lægge mærke til">Folketællingen - det skal du lægge mærke til</a></strong><object id="__sse62507" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=folketllingen-det-skal-du-lgge-mrke-til3117&rel=0&stripped_title=folketllingen-det-skal-du-lgge-mrke-til&userName=charlotteshj" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse62507" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=folketllingen-det-skal-du-lgge-mrke-til3117&rel=0&stripped_title=folketllingen-det-skal-du-lgge-mrke-til&userName=charlotteshj" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/charlotteshj">Charlotte S H Jensen</a>.</div></div>

For WordPress.com blogs
[slideshare id=62507&doc=folketllingen-det-skal-du-lgge-mrke-til3117]


http://www.slideshare.net/erfagruppe/fankultur-rock-musikmag-marts-2010

Copy the code below and paste it into your website
<div style="width:477px" id="__ss_4733859"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erfagruppe/fankultur-rock-musikmag-marts-2010" title="Fankultur rock musik.mag. marts 2010">Fankultur rock musik.mag. marts 2010</a></strong><object id="__sse4733859" width="477" height="510"><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=fankulturrockmusik-mag-marts2010-100712040541-phpapp02&stripped_title=fankultur-rock-musikmag-marts-2010&userName=erfagruppe" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4733859" src="http://static.slidesharecdn.com/swf/doc_player.swf?doc=fankulturrockmusik-mag-marts2010-100712040541-phpapp02&stripped_title=fankultur-rock-musikmag-marts-2010&userName=erfagruppe" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">documents</a> from <a href="http://www.slideshare.net/erfagruppe">erfagruppe</a>.</div></div>

Without related content
<div style="width:477px" id="__ss_4733859"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erfagruppe/fankultur-rock-musikmag-marts-2010" title="Fankultur rock musik.mag. marts 2010">Fankultur rock musik.mag. marts 2010</a></strong><object id="__sse4733859" width="477" height="510"><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=fankulturrockmusik-mag-marts2010-100712040541-phpapp02&rel=0&stripped_title=fankultur-rock-musikmag-marts-2010&userName=erfagruppe" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4733859" src="http://static.slidesharecdn.com/swf/doc_player.swf?doc=fankulturrockmusik-mag-marts2010-100712040541-phpapp02&rel=0&stripped_title=fankultur-rock-musikmag-marts-2010&userName=erfagruppe" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">documents</a> from <a href="http://www.slideshare.net/erfagruppe">erfagruppe</a>.</div></div>

For WordPress.com blogs
[slideshare id=4733859&doc=fankulturrockmusik-mag-marts2010-100712040541-phpapp02&type=d]



http://www.slideshare.net/erfagruppe/improvisation-musikmag-jan-2010

Copy the code below and paste it into your website.
<div style="width:477px" id="__ss_4733869"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erfagruppe/improvisation-musikmag-jan-2010" title="Improvisation musik.mag. jan 2010">Improvisation musik.mag. jan 2010</a></strong><object id="__sse4733869" width="477" height="510"><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=improvisationmusik-mag-jan2010-100712040643-phpapp02&stripped_title=improvisation-musikmag-jan-2010&userName=erfagruppe" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4733869" src="http://static.slidesharecdn.com/swf/doc_player.swf?doc=improvisationmusik-mag-jan2010-100712040643-phpapp02&stripped_title=improvisation-musikmag-jan-2010&userName=erfagruppe" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">documents</a> from <a href="http://www.slideshare.net/erfagruppe">erfagruppe</a>.</div></div>

Without related content
<div style="width:477px" id="__ss_4733869"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/erfagruppe/improvisation-musikmag-jan-2010" title="Improvisation musik.mag. jan 2010">Improvisation musik.mag. jan 2010</a></strong><object id="__sse4733869" width="477" height="510"><param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=improvisationmusik-mag-jan2010-100712040643-phpapp02&rel=0&stripped_title=improvisation-musikmag-jan-2010&userName=erfagruppe" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse4733869" src="http://static.slidesharecdn.com/swf/doc_player.swf?doc=improvisationmusik-mag-jan2010-100712040643-phpapp02&rel=0&stripped_title=improvisation-musikmag-jan-2010&userName=erfagruppe" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"></embed></object><div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">documents</a> from <a href="http://www.slideshare.net/erfagruppe">erfagruppe</a>.</div></div>

For WordPress.com blogs
[slideshare id=4733869&doc=improvisationmusik-mag-jan2010-100712040643-phpapp02&type=d]
My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

rlh2006

Quote from: vbgamer45 on August 11, 2010, 12:02:22 AM
Taking requests on any video/media sites that you would like to see added.

Just in case it is not already there: southparkstudios
368 Urban Terror avatars for your site or forum.
The avatars pack is 11.6 mbs. Direct free download for the avatars pack is right here: urt_avatars.zip This avatar pack is 1up Clan's way of contributing to both the Urban Terror gaming community and the Simple Machines community. Due to the size of the pack, SMF has not approved it.

grynmoors

How do we use this mod? There's no button in the post area for "include video" (like there is for insert image)...what's the BBC that we're supposed to use? How do my users know what to do?

!RFAN


grynmoors

Quote from: !RFAN on February 20, 2011, 02:42:54 AM
no BBC no Button

just post the link to the video and it will show your video.

LOL Thanks! I was trying all ways of bbc code, never occured to me to just put the link. AWESOME MOD.

Advertisement: