News:

Wondering if this will always be free?  See why free is better.

Main Menu

Simple Audio Video Embedder

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

Previous topic - Next topic

dand

Quote from: dand on October 02, 2018, 06:40:20 AM
Quote from: vbgamer45 on October 01, 2018, 10:25:22 AM
Yes they do. If you have a new version

Sorry, I ment with a start time set, for example:

https://youtu.be/HW0Rb72cadk?t=1h58m31s

Not supported?

Can this be added maybe? Lot of work?

UltimatePremium

Quote from: SMFHacks.com Team on October 02, 2018, 04:57:55 PM
4.5.2
+Added support for DTube

Gents,

FYI

Just in case someone get confused as I was on the first go with DTube link.

It will only work correctly if we copy video link from browser bar as there will be added (#!) to the the link itself.
If you copy link from (***) three dots (option under video) it wont work.

Not a big deal, I'm happy to use it as it is.

Thank you so much for supporting DTube  ;D

vbgamer45

Whats the other link type look like?
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

UltimatePremium


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

UltimatePremium

Can't get DTube to work anymore  :(

Showing empty space in posts.

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

UltimatePremium

#3067
Ok,

I have issues with custom theme called surface-ol-lite

all other embed links works fine but Dtube

default works fine  :(

Leszko

SMF 2.0.15

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

Arantor

I think it's a thinly veiled request to do more sites.

pocttopus


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

That one does not look possible since the their is information in the embed code that you can't get from the url.
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

UltimatePremium

Hi all.

Wondering if there is an option to disable embedding video in the NEWS section and just show it as a regular link?

Please see attached for more info

vbgamer45

There is not an option. You can try to add some extra characters to link to stop it from being emebeded.
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

UltimatePremium

Quote from: vbgamer45 on October 20, 2018, 08:41:12 AM
There is not an option. You can try to add some extra characters to link to stop it from being emebeded.

Ok, adding an extra 'forward slash' at the of the link helped :)

Thanks

blork

Great modification. Works great. Thanks!

A couple of requests:

Soundcloud
There's an option for this, but it doesn't work as expected. The only way I've got it working is via a method somebody posted earlier in the thread, and it's not very intuitive.

Example using this song:
https://soundcloud.com/metalbladerecords/portrait-burn-the-world

Posting the link as normal does nothing. To get it to embed, you need to do the following:

1. Click the "Share" button below the player
2. Click "Embed" in the popup dialog and you'll get the following embed code:
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/326257619&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
3. Extract part of the "src" content and URL decode the %3a. This results in:
https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/326257619
4. Post the URL from step 3. This will then result in the expected embed.

Is there a say to simplify this?


Bandcamp
This site isn't currently supported.

Example using this album:
https://nanowarofsteel.bandcamp.com/album/stairway-to-valhalla

1. Click "Share/Embed" below the album cover.
2. Click "Embed this album"
3. Select your player style
4. You then get the following embed code:
<iframe style="border: 0; width: 350px; height: 470px;" src="https://bandcamp.com/EmbeddedPlayer/album=532708865/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/transparent=true/" seamless><a href="http://nanowarofsteel.bandcamp.com/album/stairway-to-valhalla">Stairway To Valhalla by Nanowar Of Steel</a></iframe>

It looks like the most important thing needed is the "album" parameter in the "src" attribute, e.g. 532708865

There's also the ability to embed specific tracks if you click on a track title and then repeat the steps above. The only difference seems to be an additional "track" parameter in the code.

<iframe style="border: 0; width: 350px; height: 470px;" src="https://bandcamp.com/EmbeddedPlayer/album=532708865/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/track=1251623123/transparent=true/" seamless><a href="http://nanowarofsteel.bandcamp.com/album/stairway-to-valhalla">Stairway To Valhalla by Nanowar Of Steel</a></iframe>

It could all be a lot of work, and I don't expect anything, but adding these would be appreciated!

vbgamer45

Thanks its a little tricky because those require an extra step to gather information on the page. At the moment this mod does not do a remote fetch request to the page so couldn't be added easily.
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

Advertisement: