DEV Community

Discussion on: How to make money with Open source, 5 steps to becoming a full-stack developer, and more

Collapse
 
michaeltharrington profile image
Michael Tharrington

Hey there,

You can embed these tweets using Liquid Tags if you'd like.

If you look at the first tweet in your article, the URL is https://twitter.com/mcgillmd921/status/1433614385029820417?s=20

You can get rid of the ?s=20 and just grab the tweet id which = 1433614385029820417

Then, using the liquid tag syntax you just need to write it like so:

{% twitter 1433614385029820417 %}

This will look like the following:

`

Hope this helps!

Collapse
 
pascavld profile image
Pasca Vlad

sure, thanks for sharing