Share images #592
-
Is it possible to share images with any social network? I have read that it can be done on pinterest but I am interested in all the others as well. |
Beta Was this translation helpful? Give feedback.
Answered by
MurhafSousli
Feb 24, 2022
Replies: 1 comment
-
Exactly, all the others don't allow passing the images as URL parameters, the only way that works is by having a meta tag for the image e.g. <meta property="og:image" content="http://euro-travel-example.com/thumbnail.jpg"> So you should get your app SEO friendly using Angular Universal |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MurhafSousli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exactly, all the others don't allow passing the images as URL parameters, the only way that works is by having a meta tag for the image
e.g.
So you should get your app SEO friendly using Angular Universal