From 0fcc0ae37c959116c910f349a8025bd6921fdfc8 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 16 Jun 2022 07:41:57 -0400 Subject: Improve URL previews for sites with only Twitter card information. (#13056) Pull out `twitter:` meta tags when generating a preview and use it to augment any `og:` meta tags. Prefers Open Graph information over Twitter card information. --- changelog.d/13056.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/13056.feature (limited to 'changelog.d/13056.feature') diff --git a/changelog.d/13056.feature b/changelog.d/13056.feature new file mode 100644 index 0000000000..219e2f6c1e --- /dev/null +++ b/changelog.d/13056.feature @@ -0,0 +1 @@ +Improve URL previews for sites which only provide Twitter Card metadata, e.g. LWN.net. -- cgit 1.5.1