jQueryは
$(function() {
// videoThumb is a css class found in the foreach list class="videoThumb". ytvideo is the holder ID set as div ID
$(".videoThumb4").on('click').ytplaylist({
holderId: 'ytvideo4',
html5: true,
playerWidth: '520',
autoPlay: false,
sliding: false,
listsliding: true,
social: true,
autoHide: false,
playfirst: 0,
playOnLoad: false,
modestbranding: true,
showInfo: false
});
});
主なクリック可能なリンクはこれです
<a class="videoThumb4" href="http://www.youtube.com/watch?v=' . $yValue['videoid'] . '">
' . $yValue['description'] . '
</a>
次に、このリンクを下にあるボタンのようにしたい。同じ価値と機能を持つ。このボタンは正しいですか
<input class="videoThumb4" onclick="ytplaylist();" type="button" name="previewSel" value="Preview" id="previewbut">
サンプルリンクはYTでした