Bart Rylant
Bart Rylant
MacOS with Chrome
No errors in the console. It works perfectly in Safari.
Same issue with posts from Instagram and Facebook by the way
This url https://www.instagram.com/reel/DDP7yUypbZs/ Generates this code on the front-end: ``` ``` Or in the control panel:
Will it be fixed in the front-end if I put in ``` url, [ 'facebook:token' => 'token', 'instagram:token' => 'token', ] ``` ?
It probably has to do with this: https://developers.facebook.com/blog/post/2024/09/04/update-on-instagram-basic-display-api/
If I do ``` {{ craft.oembed.render( block.bron, [ 'instagram:token' => 'xxxxxxx', ] ) }} ``` it says `A sequence element must be followed by a comma. Unexpected token "arrow function"...