> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-b4f5bfb1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Suscríbete a las noticias para desarrolladores

> Suscríbete al newsletter de la X Developer Platform para recibir actualizaciones de producto, nuevos endpoints, cambios de deprecación, eventos y noticias.

export const Form = ({src, width = "500", height = "1000"}) => {
  const maxWidth = `${parseInt(width, 10) || 500}px`;
  return <iframe className="form" src={src} height={height} style={{
    width: '100%',
    maxWidth
  }} frameborder="0" allowfullscreen>
    </iframe>;
};

Regístrate para recibir correos electrónicos sobre las últimas noticias, actualizaciones de productos y eventos del equipo de Desarrolladores de X.

<Form src="https://help.x.com/en/forms/xdev/embedded-xdev-news-subscription" />
