diff --git a/website/src/data/showcase/social-embed.png b/website/src/data/showcase/social-embed.png new file mode 100644 index 0000000000..e753544646 Binary files /dev/null and b/website/src/data/showcase/social-embed.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index bc14828f5d..762308188f 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -686,6 +686,14 @@ const users = [ source: 'https://github.com/shabados/docs', tags: ['design'], }, + { + title: 'social-embed', + description: 'Drop-in replacement for embed-friendly websites (and à la carte APIs for detecting and parsing them)', + preview: require('./showcase/social-embed.png'), + website: 'https://social-embed.git-pull.com/', + source: 'https://github.com/social-embed/social-embed', + tags: [], + }, { title: 'SpotifyAPI-NET', description: 'A Client for the Spotify Web API, written in C#/.NET',