On Tue, Sep 3, 2013 at 5:03 PM, John Stultz john.stultz@linaro.org wrote:
On 09/03/2013 04:33 PM, Mike Turquette wrote:
On Tue, Sep 3, 2013 at 2:29 PM, Fathi Boudra fathi.boudra@linaro.org wrote:
Hi Mike,
On 4 September 2013 00:09, Mike Turquette mturquette@linaro.org wrote:
Hi all,
I wanted to create a google doc spreadsheet for tracking some team activity and then embed in iframe for that spreadsheet into the team wiki page.
I tried adding something like the following:
=== Project Status === {{{#!html
<iframe width='500' height='300' frameborder='0' src='https://docs.google.com/spreadsheet/pub?key=0Ajx9x7R7ZLSidGVWcVI5YzhWVER5ZDdVbENKcDh1RUE&output=html&widget=true'></iframe> }}}
Nothing shows up. I decided to try an easier test:
=== Project Status === {{{#!html <b>Hello, world!</b> }}}
I can see the "Hello, world!" string, but the bold tags were ignored.
So is HTML embedding disabled in MoinMoin? Any idea on the best way to proceed?
<<IFrame(https://docs.google.com/spreadsheet/pub?key=0Ajx9x7R7ZLSidGVWcVI5YzhWVER5ZDd..., 800, 600)>>
Thanks for the quick response Fathi! I'm still unable to get this to work after trying several variations. Do you have an example in the Linaro wiki of iframe usage? Am I supposed to wrap the "<<IFrame(..)>>" part up in some other HTML wrapper?
I'm using it here: https://wiki.linaro.org/WorkingGroups/Kernel/AndroidUpstreaming
Great, turns out it wasn't pilot error, per se. I was using Google Drive's "publish" feature which gave me some strange URL that didn't play nice with moinmoin IFrame function. Just using the normal document share link did the trick.
Regards, Mike
thanks -john
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev