Viral Videos plugin Flash plugins - Demo 12 / 14
Introduction
Here is the viral videos plugin in it's default configuration.
JavaScript coding
The only configuration option we have added here is a description text that will be used when the user shares the page link to social sites.
$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
plugins: {
viral: {
// load the viral videos plugin
url: 'flowplayer.viralvideos-3.2.5.swf',
// define a video title used in sharing
share: {
description: 'Extreme surfers riding big waves'
}
}
}
});
Take a look at a standalone version of this demo. View its source code to get things going on your page.