Support

Account

Home Forums Front-end Issues How to embed pdf on page Reply To: How to embed pdf on page

  • Most of your code was removed, you need to use code tags.

    However, using the plugin you mention you need to call the shortcode for it to work. I’m using the same plugin on a site, the code looks like this

    
    echo do_shortcode('[pdf-embedder url="'.get_field('drawing').'"]');
    

    my field is set to return the URL of the pdf file.