Ferdinand
Well-known member
Most of the time when a user shares a google drive file, docs, slides etc.
I get this error, is there anyway to make it just unfurl to the link URL like it used to before e.g.
Ideally I'd like any google file to display like this, for now I have disabled Edit BB code media site: Google Document
I didn't use oEmbed or advanced features and my code was:
Embed template:
I get this error, is there anyway to make it just unfurl to the link URL like it used to before e.g.
Ideally I'd like any google file to display like this, for now I have disabled Edit BB code media site: Google Document
I didn't use oEmbed or advanced features and my code was:
Code:
https://docs.google.com/document/pub?id={$id}
https://docs.google.com/document/d/{$id}/
https://docs.google.com/open?id={$id}
https://docs.google.com/viewer?a={$id}
Embed template:
Code:
<iframe src="https://docs.google.com/document/pub?id={$id}&embedded=true" width="100%" height="600"></iframe>