Skip to content

Instantly share code, notes, and snippets.

@brojask
Created May 28, 2016 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brojask/3c724f13409f11877258cb5e8354f012 to your computer and use it in GitHub Desktop.
Save brojask/3c724f13409f11877258cb5e8354f012 to your computer and use it in GitHub Desktop.
<?php
function cwc_viewpdf($attr, $url) {
return '<iframe src="http://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');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment