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')}}
--

