How to set up Social Media meta tags for Voila Dashboards hosted as dockerized container (Open Graph Protocol) #1351
Unanswered
BrainWave89
asked this question in
Q&A
Replies: 1 comment
-
@BrainWave89 maybe this could be achieved with a custom template, by adding these extra tags to the template by default? Here is an example of a template that could be useful for inspiration: https://github.com/voila-dashboards/voila-material |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am building a web app in Python using Jupyter Lab, Voila, and Docker. I use Google Cloud Run to deploy the dockerized container and I'd like to set up social media tags (specifically the ones listed below).
Here are a few observations and things that I've tried already:
It would be great if someone could explain how setting up social media tags is done correctly. Thank you so much and looking forward to hearing back from the Voila dashboard community.
Social media tags:
meta property 'og:title' content='Title of the article'/>
meta property 'og:image' content '//media.example.com/ 1234567.jpg'/>
meta property'og:description' content='Description that will show in the preview'/>
meta property'og:url' content='//www.example.com/URL of the article'/>
Beta Was this translation helpful? Give feedback.
All reactions