Thanks.
That's what I did.
On Friday, November 16, 2012 11:56:49 PM UTC+13, Massimo Di Pierro wrote:
>
> No. You do not need it. You just cut and paste the link to the youtube
> video page and it will embed the video automatically.
>
> On Thursday, 15 November 2012 22:32:17 UTC-6, Andrew W wrote:
>>
>>
>> Does the plugin_wiki syntax work in auth.wiki ? (I'll try it tonight).
>> From the book (plugins section):
>>
>> For example, to embed a YouTube video in a plugin_wiki page, you can do
>>
>> ``
>> name: youtube
>> code: l7AWnfFRc7g
>> ``:widget
>>
>> or to embed the same widget in a web2py view, you can do:
>>
>> {{=plugin_wiki.widget('youtube',code='l7AWnfFRc7g')}}
>>
>>
>>
--