Introduction

Add a document (ex. PDF, PowerPoint, Word, etc.) to your WordPress websites using Google Docs Viewer. Documents can be embedded into the page, added as a link, or as a URL. More information about Google Docs Viewer can be found at https://docs.google.com/viewer.

Using the Google Docs Viewer shortcode makes it convenient for your users to view documents without having to leave your site or open a document in a separate program.

Embedded

Embed the Google Doc Viewer inside your WordPress posts and pages. You can set the width and height or have it automatically sized.

Link

Add a link to your page that will open the document in a full size window or tab.

Link Example

URL

You can also just show the url on your page.

http://docs.google.com/viewer?url=https%3A%2F%2Fintenseplugin.com%2Fwp-content%2Fuploads%2F2014%2F05%2Fbigtable-osdi06.pdf

Explore More Shortcodes

[intense_content_section]
<h2>Introduction</h2>
Add a document (ex. PDF, PowerPoint, Word, etc.) to your WordPress websites using Google Docs Viewer. Documents can be embedded into the page, added as a link, or as a URL. More information about Google Docs Viewer can be found at <a href="https://docs.google.com/viewer">https://docs.google.com/viewer</a>.

Using the Google Docs Viewer shortcode makes it convenient for your users to view documents without having to leave your site or open a document in a separate program.
[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Embedded</h2>
Embed the Google Doc Viewer inside your WordPress posts and pages. You can set the width and height or have it automatically sized.

[intense_google_docs_viewer document="1137" height="600"][/intense_google_docs_viewer]
[/intense_content_section]
[intense_content_section]
<h2>Link</h2>
Add a link to your page that will open the document in a full size window or tab.

[intense_google_docs_viewer type="link" document="1137" target="_blank"]
Link Example
[/intense_google_docs_viewer]
[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>URL</h2>
You can also just show the url on your page.

[intense_google_docs_viewer type="url" document="1137"]
[/intense_google_docs_viewer]
[/intense_content_section]

[intense_snippet snippet_id="Child Theme | Shortcodes/footer" snippet_title="Shortcode Page Footer"]