I hope someone can help. I am trying to embed an editable google doc into an iFrame, I am currently using
<iframe src="https://docs.google.com/document/d/1bYwsERISJ8-jnn-tgDiMwkQEop1YvP41JZqhUQmYbHc/edit?widget=false&chrome=false&headers=false&gridlines=false&embedded=true" width='1000' height='800' seamless="seamless" scrolling="no"></iframe>
which is a shared test document. This works fine on my windows desktop but does not work on any mobile devices e.g. Android phone, iPad.
Any ideas why or what I could be doing wrong?
Update 1
Perhaps having a URL with test will may be helpful http://google-test.itproz.co.uk
Looks like this is a known issue with no resolution from Google: https://productforums.google.com/forum/?hl=ta#!topic/docs/WPMBrNIcLWU
I'm troubleshooting the same issue on another site and if I find out anything, I'll post here.
I have a Google Form embedded on a wordpress.org site using an iFrame.
The code I'm using is:
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdNU2bOyHaWD9YupFcq1gGXfOMwku3l38O0MIaqx9aQ9IXUpA/viewform?embedded=true" width="100%" height="4000" frameborder="0" marginheight="0" marginwidth="0">Carregando…</iframe>
My Google Account and my original file are in Portuguese and it shows so when I open the website using Firefox. However when using Chrome, it shows the "layout text" in English.
Is there a workaround for this?
Thanks!
Since the latest Google maps update, I'm unable to print the map via my chrome browser.
If I try to print it with firefox, and have a look at the preview, the map shows up.
My code:
<iframe width="600" height="300" marginheight="0"
src="http://maps.google.com/maps?ie=UTF8&q=loc:{address} {number}#{latitude},{longitude}&z=14&output=embed&iwloc=near"
frameborder="0" marginwidth="0" scrolling="no">
</iframe>
It displays the following (in chrome):
And if I try to print it, I get:
While in Firefox and Safari, it shows up perfect.
I assume that this is a chrome issue? (I've tested it on different chrome browsers, on different computers, both MAC and PC)
Or is there something I'm missing, or that I should add with the new maps.
Small detail, if I Go to the developer site of google maps (https://developers.google.com/maps/documentation/embed/guide) and I try to print it from there, it won't print either. Which I think is strange, since both maps and chrome are build by Google.
Does anybody else have this issue, or is it just me? And if it is just me, what am I doing wrong?
(My chrome version: 33.0.1750.152, working on OSX 10.9.2)
I have read and studied too much about this, and unfortunatelly there is no solution to this, to print the iframe insertion using Chrome. I also don´t know the reasons, so I decided to change, to improve! :)
I easyly changed my html codes to use the Google API, then it becomes to print the map again.
In my searches around the web, I found and started to use a very simple to implement jQuery plugin for Google Maps, called $goMAP(); Cons: you need to have a little bit of jQuery and JSON knowledge.
In the Example Page you can find a lot of implementations, I know one of it will fits to you.
And If you need more technical information, you can find whatelse you need in the Google Maps API.
These are some complementary URLs I´ve read before to adopt the solution:
https://code.google.com/p/chromium/issues/detail?id=353937
http://themeforest.net/forums/thread/google-maps-iframe-issue-in-chrome/110324
I hope not have disapointed you, but helped instead :)
Daniel
I have recently been having same problem but discovered that when Chrome's "Strict site isolation" feature is enabled the map iframes do not print, disable the feature and they all work
See:
chrome://flags/
#enable-site-per-process
I was wondering why this code
<video src="http://brexes.com/Images%20and%20Videos/GamilaSecretVideo.mp4" controls></video>
works on every browser instead google chrome?!
Is there any way to get it work on all the browser containing google chrome?
Code here: http://jsfiddle.net/TQ4d4/
Just try to open it in google chrome and different browsers.
Oh it worked for me now, I just had to close the browser and re-open it
<?php
$url="http://www.tnpsc.gov.in/Notifications/257_not_eng_grp2k11.pdf";
$url_test=urlencode($url);
?>
<iframe style="border-style: none;" src="http://docs.google.com/viewer?url=<?php echo $url_test; ?>&embedded=true" height="500" width="500"></iframe>
iframe displays the pdf content. but the code doesnt work with ie6.
ie6 displays nothing inside iframe.
How to display pdf content using google doc in ie6
If you really must use IE6, try installing the Google Chrome Frame
It essentially embeds Google Chrome into IE.
IE6 is not supported by Google Docs
See the "System requirements" for more details:
http://docs.google.com/support/bin/answer.py?hl=en&answer=37560
Not even Microsoft supports IE6 any longer for a lot of reasons. So you should migrate to a supported Browser as soon as possible