I’m trying to get my Skuid Page that is public facing to show up in a good format when sharing links to apps like WhatsApp and Facebook Messager. To do so, I need to add meta data with tags from this website http://ogp.me/
However, I can’t seem to find a way to access the element directly and trying to add it with a query snippet $(‘head’).append(html code) doesn’t seem to work either. I’m guess it’s because the jquery isn’t ran when a link is shared.
Is there a way to access a Skuid pages head element directly?
thank you!