XF 2.3 Edit BB code media site: Google Document error

Ferdinand

Well-known member
Most of the time when a user shares a google drive file, docs, slides etc.

Screenshot 2024-11-27 at 21.26.40.webp

I get this error, is there anyway to make it just unfurl to the link URL like it used to before e.g.
Screenshot 2024-11-27 at 21.43.27.webp

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}&amp;embedded=true" width="100%" height="600"></iframe>
 
Back
Top Bottom