Hi.
I need to use a URL param to fill a parameter into a shortcode in the page, to change a file that will be displayed in a viewer (DFLIP).
Have you any suggestion on how to use your plugin?
Thanks.
Stefano.
Not tried it yet, but sometimes shortcodes pass variables to their code, usually “hardwired” into the page post such as:
[prog_shortcode name=Chris location=UK]
so I’m wondering if this will work:
…my_blog/slug?name=Chris&location=UK
(on page)
[prog_shortcode name=[URLparam param=name] location=[URLParam param=location]]
Hi
I am trying to put this in my wordpress post with URL param. But it fails to render
<a href="https://www.skyscanner.com.au" onclick="window.open('https://www.google.com.au/[URLParam param='paramname']', '_blank');
return true;">multiopen</a>
]]>