Bug 44541 - opengraph information in the page head
Summary: opengraph information in the page head
Status: NEW
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: bugzilla.altlinux.org (show other bugs)
Version: unspecified
Hardware: all Linux
: P5 enhancement
Assignee: Олег Соловьев
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-05 14:11 MSK by Arseny Maslennikov
Modified: 2022-12-05 14:46 MSK (History)
1 user (show)

See Also:


Attachments
Пример телеграмного превью (30.71 KB, image/png)
2022-12-05 14:11 MSK, Arseny Maslennikov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arseny Maslennikov 2022-12-05 14:11:55 MSK
Created attachment 12033 [details]
Пример телеграмного превью

На разных ресурсах — например, на том же гитхабе, в  — внутри <head> есть <meta>-элементы, содержащие сжатую информацию о странице, предназначенные для автоматических генераторов превью для гиперссылок.

Подробнее:
https://yandex.ru/support/webmaster/open-graph/intro-open-graph.html

Пример таких html-элементов, вставляемых гитхабом на страницу https://github.com/iovisor/bcc/issues/4316:

<meta property="og:image" content="https://opengraph.githubassets.com/5e21b2cec3ea70056143f5067ca142d8fcdefcb0c2c23bd475106a6844d03e18/iovisor/bcc/issues/4316">
<meta property="og:image:alt" content="Since commit 40f3bf0cb04c (&amp;quot;mm: Convert struct page to struct slab in functions used by other subsystems&amp;quot;), slab_def.h and slub_def.h refers to structures (slab) and functions (slab_addre...">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:site_name" content="GitHub">
<meta property="og:type" content="object">
<meta property="og:title" content="tools: slabratetop fails on 5.16 kernel · Issue #4316 · iovisor/bcc">
<meta property="og:url" content="https://github.com/iovisor/bcc/issues/4316">
<meta property="og:description" content="Since commit 40f3bf0cb04c (&amp;quot;mm: Convert struct page to struct slab in functions used by other subsystems&amp;quot;), slab_def.h and slub_def.h refers to structures (slab) and functions (slab_addre...">

Было бы здорово видеть это и в багзилле.
Comment 1 Олег Соловьев 2022-12-05 14:23:35 MSK
(In reply to Arseny Maslennikov from comment #0)
> Было бы здорово видеть это и в багзилле.

В каких багзиллах (= bugzilla instance, не github/gitlab/jira/phabricator) это уже реализовано? Спрашиваю, потому что ТЗ отсутствует.
Comment 2 Arseny Maslennikov 2022-12-05 14:46:41 MSK
(In reply to Олег Соловьев from comment #1)
> (In reply to Arseny Maslennikov from comment #0)
> > Было бы здорово видеть это и в багзилле.
> 
> В каких багзиллах (= bugzilla instance, не github/gitlab/jira/phabricator)
> это уже реализовано? Спрашиваю, потому что ТЗ отсутствует.

bugzilla.mozilla.org, например.

См., например, https://bugzilla.mozilla.org/show_bug.cgi?id=1328707.