Hey @Urigo,
When constructing the embedly post you're using encodeURI() but really you should be using encodeURIComponent() as you are putting the encoded string as a query param.
This results in some urls failing to embed e.g. below:
https://www.google.com/maps/@45.5067683,-122.6069459,11z
Cheers
Sebastian