ChiefsPlanet Mobile
Media Center>how the hell do you embed just a portion of a youtube video (a few seconds instead of
go bo 03:41 PM 07-20-2017
the whole damn thing)?

tia...
[Reply]
mr. tegu 04:56 PM 07-20-2017
As far as I know the most you can do is embed it with a certain starting point. I don't think you can cut stuff towards the end of the video.
[Reply]
go bo 05:53 PM 07-20-2017
well, crap... :-)
[Reply]
Simply Red 06:16 PM 07-20-2017
some you can - some you can't - at least that's the way it used to be - if you're looking for a movie quote go getyarn.io
[Reply]
eDave 07:03 PM 07-20-2017
First thing you have to do is of course get the specific time you want your embedded video to start and the specific time you want it to end at. Then convert them into seconds. Let’s say you want to embed only the part of the video starting from 02:16 up to 02:58.

In seconds, your start time would be ( 2 * 60 ) + 16 = 136 and your end time would be ( 2 * 60 ) + 58 = 178.

Next, grab the embed code from the Youtube video, and append the following parameters to the video URL in the embed code:

?start=[your_start_time]&end=[your_end_time]&version=3 (Replace [your_start_time] and [your_end_time] with your actual start and end times in seconds.
[Reply]
BWillie 07:32 PM 07-20-2017
Drink antifreeze and the thoughts will come to you.
[Reply]
go bo 12:08 AM 07-24-2017
Originally Posted by BWillie:
Drink antifreeze and the thoughts will come to you.
i tried that and it made me think trump got elected... :-) :-) :-)

mescaline was much better... :-)
[Reply]
go bo 12:09 AM 07-24-2017
Originally Posted by eDave:
First thing you have to do is of course get the specific time you want your embedded video to start and the specific time you want it to end at. Then convert them into seconds. Let’s say you want to embed only the part of the video starting from 02:16 up to 02:58.

In seconds, your start time would be ( 2 * 60 ) + 16 = 136 and your end time would be ( 2 * 60 ) + 58 = 178.

Next, grab the embed code from the Youtube video, and append the following parameters to the video URL in the embed code:

?start=[your_start_time]&end=[your_end_time]&version=3 (Replace [your_start_time] and [your_end_time] with your actual start and end times in seconds.
i saw that on google, but it didn't work, the chrome xss or whatever blocked it...
[Reply]
Up