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

# 개발자 뉴스 구독

> 제품 업데이트, 새로운 엔드포인트, 지원 중단, 이벤트 및 API 개발자를 위한 기타 뉴스를 위한 X 개발자 플랫폼 뉴스레터를 구독하세요.

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>;
};

X 개발자 팀의 최신 뉴스, 제품 업데이트 및 이벤트에 대한 이메일에 등록하세요.

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