Search code examples
google-apigoogle-drive-apigoogle-docsgoogle-appsgoogle-docs-api

Is google phasing out the Google Docs Viewer?


I'm unable to find any reference to the Google Docs Viewer anywhere on the web except on sites from a few years ago. It still works, but I want to be a little more confident before I deploy code that relies on it.

Here's an example of the viewer in an iframe

<iframe src="https://docs.google.com/gview?url=http://www.adobe.com/enterprise/accessibility/pdfs/acro6_pg_ue.pdf&embedded=true" style="width: 300px; height: 200px;" frameborder="0"></iframe>

Solution

  • It hasn't been phased out and in fact there is still small support on Wordpress and Joomla for the same usage.

    Your iframe should work fine so long as it is setup correctly. Here is some short how-to for embedding Google Docs if you run into trouble:

    http://wcmshelp.ucsc.edu/advanced/google-docs.html

    Good luck!