Hello
I'm testing videoshared field type.
Until today I'm using the Youtube and Dailymotion API manually.
I'm using 2 parameters which are not in videoshared and which are, for me, very usefull :
managing the link to Youtube and Dailymotion
Ending a video : Using videoshared, at the end of the video, we get a list of others 'linked' videos.
Using the parameter :
rel=0' in Youtube
related=0' in Dailymotion
allows to stop at the end of the video without displaying other videos.
Managing Hyperlink to Youtube and Dailymotion :
On both player clicking on the name of the player (Youtube ou Dailymotion), we open directly the corresponding site with the current video and link to others videos. In this case we may get out of the original site.
Youtube and Dailymotion propose solutions to stay in the original site.
Youtube : using '
modestbranding= 1' allows to hide YOUTUBE in the right bottom of the player. It is replaced by a discret 'youtube' at the top right. Of course this is a link to Youtube but it's not so visible as the original one.
Dailymotion : using '
logo=0' suppress the link to Dailymotion site. We always stay in the original site.
I have not tested others players
best regards
Michel