Yes, it works but not with https://... (i have to remove the 's'), and only with the browser address: http://www.youtube.com/watch?v=LBvDcz0yHZg
It doesnt' work with the share youtube link: http://youtu.be/LBvDcz0yHZg Thanks! El martes, 18 de septiembre de 2012 14:42:39 UTC+2, Massimo Di Pierro escribió: > > None of them. > > auth.wiki() support the newer MARKMIN which uses the > gluon.contrib.autonlinks module which supports the OEMBED protocol. > > You just add a link to the original youtube video and it will contact the > youtube oembed service to ask for the best way to embed it. > > {{from gluon.contrib.autolinks import expand_one}} > *{{=MARKMIN("... http://www.youtube.com/x1w8hKTJ2Co > <http://www.youtube.com/embed/x1w8hKTJ2Co> ...", autolinks=lambda link: > expand_one(link,{}) )}}* > > Massimo > > > On Monday, 17 September 2012 23:45:10 UTC-5, apps in tables wrote: >> >> Thank you for deciding to add the option. >> >> Please, let me understand. >> Is adding the plugin_wiki to the voting application, will make >> >> *{{=MARKMIN("embed:http://www.youtube.com/embed/x1w8hKTJ2Co >> <http://www.youtube.com/embed/x1w8hKTJ2Co> " )}}* >> >> or >> >> *{{=plugin_wiki.widget('youtube',code='* *x1w8hKTJ2Co * *')}}* >> >> possible (understandable) in cleditor? >> >> >> >>> Ashraf >>>> >>> -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

