Rich Content with MDX

MDX supports to import React component and embed it directly as markdown content.

Instagram with react-instagram-embed

import InstagramEmbed from "react-instagram-embed";

<p>
  <InstagramEmbed
    url="https://instagr.am/p/Zw9o4/"
    maxWidth={320}
    hideCaption={true}
  />
</p>

YouTube with react-youtube

Twitter with react-twitter-embed