Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SocialMetaTagInfo

import type { SocialMetaTagInfo } from "https://googleapis.deno.dev/v1/firebasedynamiclinks:v1.ts";

Parameters for social meta tag params. Used to set meta tag data for link previews on social sites.

interface SocialMetaTagInfo {
socialDescription?: string;
socialImageLink?: string;
socialTitle?: string;
}

§Properties

§
socialDescription?: string
[src]

A short description of the link. Optional.

§
socialTitle?: string
[src]

Title to be displayed. Optional.