|
Site Admin |
|
Joined: 1. Aug 2005, 12:53 Posts: 11232
|
Please see the docmtnation:
Also shortcodes are supported. You have to replace the bracket [ with {{ and ] with }}. So if the shortcode is [link] you have to use {{link}} because shortcode attributes which include shortcodes are not supported directly by Wordpress. Also be aware of single and double quotations: src="http://demo.{{url domain='home'}}/url". So only use ' for attributes of the nested shortcode.
So [advanced_iframe securitykey = "key" src"{{my_shortcode_url}}/example1u2/screenshot.html "]
Is what you need.
Best, Michael
|
|