Viewing 1 replies (of 1 total)
  • Plugin Contributor Enej Bajgorić

    (@enej)

    Hi Micahpearson

    you are using the systacs wrong.
    you can try something like

    do_shortcode(‘[wiki-embed url=”http://en.wikipedia.org/wiki/Rutger_Hauer”%5D’);

    but what I would do isntead is something like this

    if(function_exists('wikiembed_shortcode')):
    echo wikiembed_shortcode(array( 'url' =>'http://en.wikipedia.org/wiki/Rutger_Hauer'));
    endif;

    You can also look at the code to see what other parameters you can pass into the function. 🙂

    Cheers

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Wiki Embed] Shortcode for Pages’ is closed to new replies.