Add LinkedIn embed (#5933)

Co-authored-by: Prikshit singh <prikshit.singh@aimedlabs.com>
This commit is contained in:
Prikshit Singh
2023-10-18 08:42:20 +05:30
committed by GitHub
parent 12f7e3d1da
commit bb8fd93628
4 changed files with 72 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ import GoogleSlides from "./GoogleSlides";
import Grist from "./Grist";
import InVision from "./InVision";
import JSFiddle from "./JSFiddle";
import Linkedin from "./Linkedin";
import Loom from "./Loom";
import Lucidchart from "./Lucidchart";
import Marvel from "./Marvel";
@@ -298,6 +299,13 @@ const embeds: EmbedDescriptor[] = [
icon: <Img src="/images/jsfiddle.png" alt="JSFiddle" />,
component: JSFiddle,
}),
new EmbedDescriptor({
title: "LinkedIn",
keywords: "post",
defaultHidden: true,
icon: <Img src="/images/linkedin.png" alt="LinkedIn" />,
component: Linkedin,
}),
new EmbedDescriptor({
title: "Loom",
keywords: "video screencast",