Event click on youtube API
- by Youss
I'm working with Youtube API and Jquery. With a certain script I can get Youtube Feeds as an image, take a look at the example: JsFiddle
I'm trying to do a Jquery click event which will have to invoke another script called 'embedly' like this:
$("a").click(function(event) {
event.preventDefault();
$(this).embedly({
chars: 220,
…