We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853e7f6 commit a3d11cfCopy full SHA for a3d11cf
content/posts/rich-content-with-mdx.mdx
@@ -12,8 +12,6 @@ MDX supports to import React component and embed it directly as markdown content
12
13
## Instagram with react-instagram-embed
14
15
-import InstagramEmbed from "react-instagram-embed";
16
-
17
<p>
18
<InstagramEmbed
19
url="https://instagr.am/p/Zw9o4/"
@@ -24,16 +22,12 @@ import InstagramEmbed from "react-instagram-embed";
24
22
25
23
## YouTube with react-youtube
26
27
-import YouTube from "react-youtube";
28
29
30
<YouTube videoId={"2g811Eo7K8U"} containerClassName={"youtube-container"} />
31
</p>
32
33
## Twitter with react-twitter-embed
34
35
-import { TwitterTweetEmbed } from "react-twitter-embed";
36
37
38
<TwitterTweetEmbed tweetId={"933354946111705097"} />
39
0 commit comments