- /
- /
- /
Embed Shortcode
The RockPress Embed shortcode is provided as an alternative for times when you are not using the block editor.
Usage
[rockpress_embed url="https://rock.yourwebsite.com/page/56"]
Shortcode Parameters
url(string) – The URL of the page that you want to embed.background-color(string) – The background color for the embedded page.pass-query-string(boolean) –trueorfalse. Pass the query strings from the parent page to the embedded page. Default isfalse.css(string) – CSS to inject into the embedded page.align(string) – Valid values arewide,full,left, orright. It is up to your theme to provide styles for these values.class(string) – The CSS class name to give to the container.
