You want to url pdf thema functions.php
[php] function cwc_viewpdf($attr, $url) {
return ‘<iframe src="https://docs.google.com/viewer?url=’ . $url . ‘&embedded=true" style="width:’ .$attr[‘width’]. ‘; height:’ .$attr[‘height’]. ‘;" frameborder="0">Your browser should support iFrame to view this PDF document</iframe>’;
}
add_shortcode(’embedpdf’, ‘cwc_viewpdf’);
[/php]
You will do this to add [php] [embedpdf width="600px" height="500px"]https://infolab.stanford.edu/pub/papers/google.pdf[/embedpdf] [/php]