DEV Community

Howbeginners
Howbeginners

Posted on

5 2

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!

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay