Skip to main content
Glama
index.tsx552 B
import { useIntlayer } from 'next-intlayer'; import type { FC } from 'react'; const videoIdEN = 'e_PPG7PTqGU'; export const DemoYoutube: FC = () => { const { howToInternationalize } = useIntlayer('demo-youtube'); return ( <div className="m-auto aspect-16/9 w-full overflow-hidden rounded-lg border-0"> <iframe title={howToInternationalize.value} className="h-full w-full" allow="autoplay; gyroscope;" loading="lazy" src={`https://www.youtube.com/embed/${videoIdEN}`} /> </div> ); };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server