Require: jQuery Google Feed and valid google api key

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
jQuery(window).ycodacss('ycodaslider-3.0.css');
jQuery(window).bind("load", function() {
    jQuery("div.ycodaslider")
    .ycodafeeds()
    .ycodaslider({scroll:true});
});