diff --git a/packages/lib-content/package.json b/packages/lib-content/package.json
index 81bfebd594f..a08da3a1086 100644
--- a/packages/lib-content/package.json
+++ b/packages/lib-content/package.json
@@ -30,6 +30,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
+ "@next/third-parties": "~14.2.7",
"@zooniverse/async-states": "~0.0.1",
"@zooniverse/react-components": "~1.13.0",
"dayjs": "~1.11.11",
diff --git a/packages/lib-content/src/screens/Home/DefaultHome/components/Introduction.js b/packages/lib-content/src/screens/Home/DefaultHome/components/Introduction.js
index 7fb573d810b..04770dac988 100644
--- a/packages/lib-content/src/screens/Home/DefaultHome/components/Introduction.js
+++ b/packages/lib-content/src/screens/Home/DefaultHome/components/Introduction.js
@@ -6,6 +6,7 @@ import { useTranslation } from '../../../../translations/i18n.js'
import Stats from '../../../../components/Stats/Stats.js'
import SubHeading from '../../../../components/HeadingForAboutNav/SubHeading.js'
+import { YouTubeEmbed } from '@next/third-parties/google'
const StyledSignIn = styled(Button)`
width: 47%;
@@ -115,13 +116,11 @@ export default function Introduction() {
-
>
diff --git a/packages/lib-content/src/screens/Home/DefaultHome/components/Researchers.js b/packages/lib-content/src/screens/Home/DefaultHome/components/Researchers.js
index 23038bd23db..7fa0980688c 100644
--- a/packages/lib-content/src/screens/Home/DefaultHome/components/Researchers.js
+++ b/packages/lib-content/src/screens/Home/DefaultHome/components/Researchers.js
@@ -1,4 +1,5 @@
import { Anchor, Box, Paragraph } from 'grommet'
+import { YouTubeEmbed } from '@next/third-parties/google'
import { useTranslation } from '../../../../translations/i18n.js'
import styled, { css } from 'styled-components'
import { SpacedHeading } from '@zooniverse/react-components'
@@ -62,9 +63,9 @@ const VideoWrapper = styled(Box)`
`
const YOUTUBE_SOURCES = [
- 'https://www.youtube-nocookie.com/embed/CaTNIoJy4Dg?si=-rG8luvWD_FtFBc5', // PH TESS
- 'https://www.youtube-nocookie.com/embed/8lZiZoBcMjE?si=wPKWlRjQcKeTIOB5', // Wildcam Gorongosa
- 'https://www.youtube-nocookie.com/embed/B6diEbpEblQ?si=tt3jtcINdleiBT8g' // Backyard Worlds
+ ['CaTNIoJy4Dg', 'Around the Zoo – Planet Hunters TESS'],
+ ['8lZiZoBcMjE', 'Around the Zoo – Wildcam Gorongosa'],
+ ['B6diEbpEblQ', 'Around the Zoo – Backyard Worlds'],
]
export default function Researchers() {
@@ -93,15 +94,13 @@ export default function Researchers() {
pad={{ horizontal: 'xxsmall', bottom: 'xsmall' }}
overflow={{ horizontal: 'auto' }}
>
- {YOUTUBE_SOURCES.map(src => (
-
-