Hi,
I just purchased pro and intend to embed google docs often....
Bizarre, but on localhost dev, I can use a regular iFrame (custom html) and google published sheet, but if it is contained in an "Advanced iFrame Pro", it will not load.
I tried this on a live site online, and it works, but I do most dev localhost would prefer if it works there too.
Maybe something this newbie is missing?
Thank you,
Sean
Can you please check the console with F12. There you normally get a good hints why the iframe does not load.
Also see here: http://www.tinywebgallery.com/blog/advanced-iframe/advanced-iframe-checklist
Best regards,
Michael
Hi Micheal,
Thanks for the quick reply.
This works
[advanced_iframe src="Google Docs LINK" width="100%" height="600"]
however, when using Gutenberg type insert (using Kadence theme), I get this error below when on localhost.
I guess using custom HTML is fine for now, but thought to share if this helps others.
Maybe an easy fix for localhost.
GET | |
scheme | https |
host | docs.google.com |
filename | spreadsheet link from google. |
|
|
amp;single | true |
widget | true |
headers | false" |
|
|
Address | 172.217.1.14:443 |
Bad Request
oops, the "this works"... is missing the shortcode 🙂
so this works
~~~
Square Bracket Open
advanced_iframe src="Google DOCS LINK" width="100%" height="600"
Square Bracket Close
~~~
Sorry, It seems to be a guttenberg problem or kadence container problem.
Top is regular/classic editor block with shortcode
Bottom is "advanced iframe pro" block guttenberg/kadence theme
removed link