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 " )}}*
>
> or
>
> *{{=plugin_wiki.widget('youtube',code='* *x1w8hKTJ2Co * *')}}*
>
> possible (understandable) in cleditor?
>
>
>
>> Ashraf
>>>
>>
--