This message was deleted.
# questions
b
This message was deleted.
👀 1
c
@sticky-area-45739 I have just used the embed function with an formula generated Airtable share view with custom url param filters. Something I worked out is that Stacker have an vey basic version of embedding. That is to say you can pass them a url for embedding but not the whole embed code snippet. For things like youtube and other media audio players this will likely mean that the way the player looks in the end will be what ever the default is. The other thing you need to be aware of when linking resources into stacker is CORS. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS the thing you are embedding needs to be setup to support CORS otherwise it will error out. Whenever your doing stuff like this you should open the browsers console. You can see errors in there and start googling them
s
That's super helpful, thanks @clever-art-10420! I'll reply with that info in the thread