Embed PDF using Shortcodes in Wordpress by jcanfield
gist:3311713 #PHP #Wordpress #PDF #Embed #HTML
Summary
This is a very primative shortcode that does what the title says it does. Embed's a PDF into your Page or Post while using Wordpress.
// Usage:
// id="embed-name"
// url="http://yourlocation.com/tothe/biggestandbaddest.pdf"
// width="990px"
// height="660px"
And that is that.