Title: No Content in iFrame (After update, not HTTPS issue.)
Last modified: August 21, 2016

---

# No Content in iFrame (After update, not HTTPS issue.)

 *  Resolved [refreshingdesign](https://wordpress.org/support/users/refreshingdesign/)
 * (@refreshingdesign)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-content-in-iframe-after-update-not-https-issue/)
 * Hello,
 * I just updated the plugin to the latest version and after update, the iframe 
   no longer displays any content. I’m using do_shortcode (pasted below) and have
   verified that $resume holds the correct file path, and that the file exists at
   that path.
 * `<?php echo do_shortcode('[gview file="'.$resume.'" height="924px"]'); ?>`
 * This worked just fine until the most recent plugin update. Any ideas?
 * Thanks!
 * [http://wordpress.org/plugins/google-document-embedder/](http://wordpress.org/plugins/google-document-embedder/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [refreshingdesign](https://wordpress.org/support/users/refreshingdesign/)
 * (@refreshingdesign)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-content-in-iframe-after-update-not-https-issue/#post-4227008)
 * Another note – I saw another thread here where someone was getting blank content
   and it was an HTTPS issue, fixed by an edit to gviewer.php. Nothing in this situation
   is HTTPS but I tried that edit to make sure, no luck.
 * Here is the HTML on the page:
 *     ```
       <p class="gde-text"><a href="http://www.meganstarkevans.com/wp-content/plugins/google-document-embedder/load.php?d=http%3A%2F%2Fwww.meganstarkevans.com%2Fwp-content%2Fuploads%2F2013%2F10%2FWebsiteResume10-13.pdf" class="gde-link">Download (PDF, 78KB)</a></p>
       <iframe src="//docs.google.com/viewer?url=http%3A%2F%2Fwww.meganstarkevans.com%2Fwp-content%2Fuploads%2F2013%2F10%2FWebsiteResume10-13.pdf&hl=&embedded=true" class="gde-frame" style="width:100%; height:924px; border: none;" scrolling="no"></iframe>
       ```
   
 *  [k3davis](https://wordpress.org/support/users/k3davis/)
 * (@k3davis)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-content-in-iframe-after-update-not-https-issue/#post-4227098)
 * Hello,
 * The issue from that thread was rolled into the latest update, so there is no 
   need to apply it. However HTTPS may still be the issue if the parent page is 
   HTTPS since the document you’re linking to is HTTP. If so, change your `$resume`
   variable to the https version.
 * FWIW I was able to embed the resume URL in your sample code without issue, so
   if the above doesn’t happen to be the cause, I would suggest following up on 
   the usual suspects – clearing browser cache and Google cookies. If you’re still
   stuck, please send a support request from the plugin settings (Support tab) so
   I can see the URL with the problem and some debug information.
 * Thanks,
 * Kevin
 *  Thread Starter [refreshingdesign](https://wordpress.org/support/users/refreshingdesign/)
 * (@refreshingdesign)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/no-content-in-iframe-after-update-not-https-issue/#post-4227103)
 * Thanks, Kevin. The issue did just resolve itself – must have been one of those“
   usual suspects” you were right. Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘No Content in iFrame (After update, not HTTPS issue.)’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-document-embedder_484848.svg)
 * [Google Doc Embedder](https://wordpress.org/plugins/google-document-embedder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-document-embedder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-document-embedder/)
 * [Active Topics](https://wordpress.org/support/plugin/google-document-embedder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-document-embedder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-document-embedder/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [refreshingdesign](https://wordpress.org/support/users/refreshingdesign/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/no-content-in-iframe-after-update-not-https-issue/#post-4227103)
 * Status: resolved