It plays only Youtube videos as you can read from its title.
You have mentioned: "You can change some common attributes of the player through the parameters of the plugin."
In which file do I edit to make these changes? Can you pls mail me a sample js file?
9 years ago
You can view the list of parameters in help file.
You can modify deploy/index.html like that:
$("#vertical-player").youtubeVideo({
playlist:"PL5oFnT4epJ3NazjL8zMPiphuQgdIHexAm",
apiKey:"AIzaSyAVdySQVk50BGzy_NdLyCEHcujFR9z12gQ",
showPlaylist:false,
...
...
});
9 years ago
Thanks a lot for your prompt response !
Since I am a new to this, Can you please mail me the above file with full parameters? (Also, I want to remove the channel name, user name and social media and Youtube buttons in controls..)
9 years ago
You can add/remove them via deploy/index.html by opening it in a text editor.
9 years ago