WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Droplets & Snippets => Topic started by: senger1985 on July 22, 2014, 11:36:32 AM

Title: Youtube Droplet
Post by: senger1985 on July 22, 2014, 11:36:32 AM
Does anyone know, how I can list the videoinformation(title, description etc.), when I use this Droplet?
http://www.websitebakers.com/pages/droplets/official-library/images/youtube.php
Title: Re: Youtube Droplet
Post by: senger1985 on July 22, 2014, 11:57:32 AM
It's okay!
I've found a way to do this!
Title: Re: Youtube Droplet
Post by: Hans on July 24, 2014, 11:10:45 PM
Could you please tell us how?
Title: Re: Youtube Droplet
Post by: Gast on July 25, 2014, 12:43:29 AM
one example: use another parameter in the dropletcode to show the infos from the video like

Code: [Select]
$returnvalue .= '<param name="showinfo" value="1"></param>';*see the Dropletcode from here -> http://www.websitebakers.com/pages/droplets/official-library/images/youtube.php

more / all parameter here -> https://developers.google.com/youtube/player_parameters?hl=en
Title: Re: Youtube Droplet
Post by: Hans on July 25, 2014, 03:56:12 PM
Thank you!