wordpress內嵌pdf說明

因為有點老了,避免之後忘記怎麻用,先記錄一下
參考網址 : http://www.qna.tw/how-to-embed-pdf-file-into-web-page

先利用wordpress的上傳功能將pdf上傳
上傳完成後複製檔案網址,接著就編輯內文插入iframe

<iframe src=”http://docs.google.com/viewer?url=網址&embedded=true” width=”600″ height=”780″ style=”border: none;”></iframe>

例如

<iframe src=”http://docs.google.com/viewer?url=https://cowmanchiang.me/wp/wp-content/uploads/2011/02/resumev2-201102081.pdf&embedded=true” width=”600″ height=”780″ style=”border: none;”></iframe>
This entry was posted in WordPress. Bookmark the permalink.