Re: Youtube search box

From: Cornel Darden Jr. <corneldardenjr_at_nyob>
Date: Tue, 9 Apr 2013 01:54:23 -0500
To: CODE4LIB_at_LISTSERV.ND.EDU
Hello,

Thanks!

Cornel Darden Jr.
MSLIS
Librarian
Kennedy-King College
City Colleges of Chicago
Work 773-602-5449
Cell 708-705-2945

On Apr 8, 2013, at 9:43 PM, Wilhelmina Randtke <randtke_at_GMAIL.COM> wrote:

> I hope the pre tags let you see the html by email.  Here is some code you
> can paste in.  In LibGuides, you will edit the box as text then paste this
> in, or embed some code.  Depending on how you have LibGuides configured,
> librarians may not be able to do this, because you can turn off their
> ability to edit as text.
> 
> -Wilhelmina Randtke
> 
> 
> Code for an embedded YouTube search box:
> 
> <pre>
> <form action="http://www.youtube.com/results" method="get" target="_blank">
> <input name="search_query" type="text" maxlength="128" />
> <select name="search_type">
> <option value="">Videos</option>
> <option value="search_users">Channels</option>
> </select>
> <input type="submit" value="Search" />
> </form>
> </pre>
> 
> 
> On Mon, Apr 8, 2013 at 9:32 PM, Cornel Darden Jr.
> <corneldardenjr_at_gmail.com>wrote:
> 
>> Hello,
>> 
>> Does anyone know of any widgets that would allow a YouTube search box in a
>> libguide?
>> 
>> Thanks,
>> 
>> --
>> Cornel Darden Jr. MSLIS Librarian City Colleges of Chicago
>> corneldardenjr_at_gmail.com
>> 
Received on Tue Apr 09 2013 - 02:55:13 EDT