Skip to content

Instantly share code, notes, and snippets.

@acoyfellow
Created June 13, 2018 15:01
Show Gist options
  • Save acoyfellow/19dbfefc55b76981fd8a84dcb13755e4 to your computer and use it in GitHub Desktop.
Save acoyfellow/19dbfefc55b76981fd8a84dcb13755e4 to your computer and use it in GitHub Desktop.
Example of how to embed a .PDF into PhoneSites
<object data="https://go.optkit.com/docs/MarketingSalesFunnelMarketing101QA.pdf" type="application/pdf" width="100%" height="600px">
<p>
This browser does not support PDFs. Please download the PDF to view it: <a href="https://go.optkit.com/docs/MarketingSalesFunnelMarketing101QA.pdf">Download PDF</a>.
</p>
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment