• Hi guys,

    Is there a way to call the shortcode passing the URL as a variable?
    Maybe with do_shortcode()?

    Thanks
    Daniele

Viewing 1 replies (of 1 total)
  • Plugin Author binarymoon

    (@binarymoon)

    You want to access it programatically?

    If you update to the latest version of the plugin (that I’ve literally just published) you could use the get_shots method. eg

    <img src="<?php echo BrowserShots::get_shot( 'https://prothemedesign.com', 600, 450 ); ?>" />

Viewing 1 replies (of 1 total)
  • The topic ‘URL as PHP variable?’ is closed to new replies.