This is a great beginner's guide to embedding a Twitter tweet into your Dev.to posts!
If you're looking to embed a tweet into your Dev.to post, this is the guide for you!
Are you a beginner in DEV.TO? Do you want to embed Twitter Tweet Into DEV.TO Post?
I'm a dev.to user but I don't know how to Embed Twitter Tweet Into DEV.TO Post, so I googled it and found a tutorial which is really helpful for me and now I can embed twitter tweet into dev.to post easily.
If you are a beginner in DEV.TO, then you should read this tutorial carefully and follow the simple steps below to learn how to embed Twitter Tweet Into DEV.TO Post easily with just one click!
How To Embed a Tweet into Dev.to post
- Click on share tweet button at bottom of the tweet to get the link of the tweet that you want to embed into dev.to post.
- Get the tweet ID
- Paste it into between code like this:
{% twitter ID %}
I Will mark an example for you. I have a link of my tweet like this:
https://twitter.com/wwwhowbeginner/status/1497533289930063877
so my tweet ID will be 1497533289930063877 and I will have a code embed exactly like this
{% twitter 1497533289930063877 %}
Here is how it will look like
Render:
Thank you for taking the time to read my post. I hope you enjoyed it. That’s all I wanted to share with you. Have a great day!
Follow me to read more interesting contents. Thanks.
Here is my blog, read more.
Top comments (2)
It works like a charm. Thank you very much.
Thank you for writing this article. Helped me out a lot.