copy paste script berikut
- Code:
//script start here
src="http://www.yvoschaap.com/ytpage/ytembed.js" type="text/javascript">//script end here
<div id="ytThumbs"></div>
//script start here
ytEmbed.init({'block':'ytThumbs','q':'','type':'user','results':10,'order':'new_first','player':'embed','layout':'thumbnails'});
//script end here
//form start hear onsubmit="ytEmbed.init({'block':'youtubeDivSearch','type':'search','q':document.getElementById('ytSearchField').value,'results': 20,'order':'new_first'}); return false;">
<input type="text" id="ytSearchField"> <input type="submit" value=" Search ">
//form end here
<div id="youtubeDivSearch"></div>
- Code:
<script src="http://www.yvoschaap.com/ytpage/ytembed.js"></script>
<div id="ytThumbs"></div>
<script>// <![CDATA[
ytEmbed.init({'block':'ytThumbs','q':'AlexaBoostUp','type':'search','results':5,'order':'most_relevance','player':'embed','layout':'thumbnails'});
// ]]></script>