Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter adopted3

    (@adopted3)

    fyi… i found that this code works:


    <?php
    global $wp_embed;
    $post_embed = $wp_embed->run_shortcode('[embed]https://example.com/example.pdf[/embed]');
    echo $post_embed;
    ?>

    not sure why do_shortcode didn’t work.

    Plugin Author Pat Hawks

    (@pathawks)

    I agree, it’s odd that do_shortcode wasn’t working for you.
    Glad you found something that did work, though.

    Yeah, do_shortcode won’t work for me either.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Embed PDF using do_shortcode()’ is closed to new replies.