Hello:
This may be a silly thing to report.
When I use the recommended syntax for both Widget:Iframe and Widget:SoundCloud, splitting up the parameters on separate lines, like this I get an error message.
{{#widget:Iframe
|url=http://docs.google.com/present/embed?id=dcn37mcz_22cmnwnwf8
|width=410
|height=342
|border=0
}}
{{#widget:SoundCloud
|id=16040214
|width=100%
}}
The error message is:
Error in Widget:SoundCloud
Error in Widget:Iframe
But if I put all of the parameters on a single line like this then the widget shows up:
{{#widget:SoundCloud|id=16040214|width=100%}}
Any idea why this is happening?
Thank you!
Patricia