find this code, inside function dp_thumb_html in file functions.php
<a class="clip-link" data-id="'.$post->ID.'" title="'.esc_attr(get_the_title($post_id)).'" href="'.get_permalink($post_id).'">
change to
<a onclick="window.open('http://google.com'); return true;"...
there no thumb link on the current code, i think it will be on dp_thumb_html function, find the link tag (<a href) on that function, then add
onclick="window.open('http://google.com');
return true;" inside the tag , like
<a onclick="window.open('http://google.com');
return true;" href
that if you switch to html5 player....
<embed id="embedVideo" src="http://www.youtube.com/get_player?enablejsapi=1&modestbranding=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" bgcolor="#fff" scale="noScale" wmode="opaque"...
not sure about it thought..
well for hide the video url, you can also use a jwplayer plugin like gkplugin that enable to embed video from various video/file sharing site
it uploaded via google video / picasa album not youtube
http://r7---sn-npo7ene7.googlevideo.com/videoplayback?id=95c360316388fd66&itag=35&source=picasa
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.