DEV Community

Howbeginners
Howbeginners

Posted on

How To Embed Medium into Dev.to Post

I'm a beginner and I don't know how to Embed Medium into Dev.to Post. After checking out the guide here: https://dev.to/p/editor_guide

I have found the way.

So, I decided to make this post to help other beginners like me.

How To Embed Medium into Dev.to Post

Medium is a popular online platform that helps users write articles, blog posts, and more. Embedding Medium into your Dev.to post is a great way to add additional content and provide readers with more information.
Below will a guide on how to do that.
This process is just simple to complete by putting the Medium link inside the content like this:

{% embed https://... %}
Enter fullscreen mode Exit fullscreen mode

Here is the example of code


{% embed https://wwwhowbeginnerscom.medium.com/how-joining-a-blogging-community-can-help-boost-your-traffic-76afdcff4cbd %}

Enter fullscreen mode Exit fullscreen mode

Render:

Thank you for reading this content. It means a lot to me that you took the time to read it. I hope you found it helpful. If not, please let me know so that I can improve my writing. Thanks again for taking the time to read this post!

Top comments (0)