Azure / api-management-developer-portal

Developer portal provided by the Azure API Management service.
MIT License
487 stars 316 forks source link

Add og:image tag to Developer Portal metadata #1558

Closed hansukyang closed 2 months ago

hansukyang commented 2 years ago

It would be great if there is a way to add og metadata property (https://ogp.me/) for sharing the developer portal via social media, at least for the home page.

Example from the link:

<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" />
<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" />
<meta property="og:image" content="https://ia.media-imdb.com/images/rock.jpg" />
...
</head>

The main benefit would be to control the image that gets shown when the developer portal page is shared on LinkedIn, Twitter, Facebook etc.

ghost commented 2 years ago

@hansukyang, thank you for opening this issue. We will triage it within the next few business days.

ghost commented 2 years ago

@hansukyang, thank you for requesting this feature.

sid6mathur commented 2 years ago

+1 for this HTML hygiene feature for the 2020s :)