mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-04-06 14:23:51 -04:00
feat(video): Use video thumbnail for social preview
This commit is contained in:
parent
f913f99747
commit
d6d8332165
@ -21,16 +21,20 @@ definitions:
|
||||
- &logo >-
|
||||
theme/assets/brand/logos/svg/logo/privacy-guides-logo-notext-colorbg.svg
|
||||
|
||||
- &thumbnail >-
|
||||
{%- if page.meta.get("thumbnail") -%}
|
||||
{{ config.site_url }}{{ page.meta.get("thumbnail") | replace("https://", "assets/external/") }}
|
||||
{%- else -%}
|
||||
{{ image.url }}
|
||||
{%- endif -%}
|
||||
|
||||
# Meta tags
|
||||
tags:
|
||||
# Open Graph
|
||||
og:type: video.other
|
||||
og:title: *page_title
|
||||
og:description: *page_description
|
||||
og:image: "{{ image.url }}"
|
||||
og:image:type: "{{ image.type }}"
|
||||
og:image:width: "{{ image.width }}"
|
||||
og:image:height: "{{ image.height }}"
|
||||
og:image: *thumbnail
|
||||
og:url: "{{ page.canonical_url }}"
|
||||
|
||||
# Video
|
||||
@ -50,7 +54,7 @@ tags:
|
||||
twitter:card: summary_large_image
|
||||
twitter:title: *page_title
|
||||
twitter:description: *page_description
|
||||
twitter:image: "{{ image.url }}"
|
||||
twitter:image: *thumbnail
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Specification
|
||||
|
Loading…
x
Reference in New Issue
Block a user