> ## 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.

# デベロッパーニュースを購読する

> X Developer Platform のニュースレターを購読して、API デベロッパー向けの製品アップデート、新しいエンドポイント、廃止情報、イベント、その他のニュースをお受け取りください。

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 Developer チームからの最新ニュース、製品アップデート、イベントに関するメールを受け取るには、こちらから登録してください。

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