Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15133

Re: How to create youtube links for webpage?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From "Christoph M. Becker" <cmbecker69@arcor.de>
Newsgroups comp.lang.php
Subject Re: How to create youtube links for webpage?
Date Tue, 24 Mar 2015 20:50:47 +0100
Organization solani.org
Lines 38
Message-ID <mesf6j$poa$1@solani.org> (permalink)
References <5520c742-de1e-479f-8d3c-e7621f32b301@googlegroups.com> <mekdgq$3e2$1@dont-email.me> <df9bfafc-012c-4e74-bc7b-c7d9718ed3d0@googlegroups.com> <mekirv$nn6$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
X-Trace solani.org 1427226643 26378 eJwNyMEBwCAIA8CVFEgC41iV/Uew9zw4J7eCYKDRFbOc5XVsjHmPayGt2zL3n4IstXib+hCwB/t4EAQ= (24 Mar 2015 19:50:43 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Tue, 24 Mar 2015 19:50:43 +0000 (UTC)
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
X-User-ID eJwFwYERAEEEBLCWGHZRjvP0X8InMConnKDjcKZs136IXU/Jj8QO05Koq6yOsV7RE9dH/g5/EIQ=
In-Reply-To <mekirv$nn6$1@dont-email.me>
Cancel-Lock sha1:O2g2nLpBzq4f5KKvAYJJhIZwlfg=
X-NNTP-Posting-Host eJwNyskBwDAIA7CZSGwI43DuP0Krt3hVtAxKBZfbhcl2ieu1sngMusYEjKca/bfzJNtGLDs+McsRxQ==
Xref csiph.com comp.lang.php:15133

Show key headers only | View raw


Beauregard T. Shagnasty wrote:

> Aamir Shaikh wrote:
> 
>> Beauregard T. Shagnasty wrote:
>>> aamirshayanshaikh wrote:
>>>> I want to create links for my webpage by clicking which specified
>>>> video of YouTube could play  and video must be embedded..
>>>
>>> The necessary HTML:
>>>
>>> <iframe
>>>    title="YouTube video player" class="youtube-player"
>>>    type="text/html"
>>>    width="600" height="400" src="http://youtube.com/embed/abcdefghijk"
>>>    frameborder="0" allowFullScreen>
>>> </iframe>
>>>
>>> Naturally, you replace "abcdefghijk" with the code for your particular
>>> video. Adjust width and height as required.
>>
>> Thanks Beauregard T. Shagnasty ....but I cant change this abcdsd when
>> click on link..
> 
> You don't change it ... you type *your* unique code in the HTML of your 
> web page. My "abcdefghijk" is just a filler because I did not know the 
> exact code to *your* video. (Nor the URL of your web page.)
> 
> Try using this URL in the code above:
>    src="http://youtube.com/embed/ZdqjcMmjeaA"

Apparently, the OP is/was looking for some kind of playlist, i.e. a list
of links to the videos; as soon as a link is clicked, the respective
video will be embedded into the page.

-- 
Christoph M. Becker

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to create youtube links for webpage? aamirshayanshaikh@gmail.com - 2015-03-21 11:00 -0700
  Re: How to create youtube links for webpage? "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> - 2015-03-21 18:32 +0000
    Re: How to create youtube links for webpage? Aamir Shaikh <aamirshayanshaikh@gmail.com> - 2015-03-21 12:31 -0700
      Re: How to create youtube links for webpage? "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> - 2015-03-21 20:04 +0000
        Re: How to create youtube links for webpage? "Christoph M. Becker" <cmbecker69@arcor.de> - 2015-03-24 20:50 +0100
          Re: How to create youtube links for webpage? "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> - 2015-03-24 20:45 +0000
      Re: How to create youtube links for webpage? Denis McMahon <denismfmcmahon@gmail.com> - 2015-03-24 18:56 +0000
    Re: How to create youtube links for webpage? richard <noreply@example.com> - 2015-03-22 22:33 -0400
      Re: How to create youtube links for webpage? "Beauregard T. Shagnasty" <a.nony.mous@example.invalid> - 2015-03-23 02:47 +0000

csiph-web