DEV Community

Alex Lakatos 🥑
Alex Lakatos 🥑

Posted on

How do I add "originally published at" to my post

I'm new here, and I've just published my first post. It's a repost from somewhere else. I've added the canonical_url in frontmatter, but my post doesn't say "originally published at" in the author line.

I'm sure I'm missing something, how do I add that line to my author tag for the post?

Here is an example of how it looks for other people. https://dev.to/huijing/organising-talkcss-consistently-anyhowly-1kcd

Latest comments (11)

Collapse
 
dmitryefimenko profile image
Dmitry A. Efimenko

@rhymes Could you please elaborate how do you create a crosspost from an RSS feed?
Say I have an article on Medium. Where do I get the RSS feed and what do I do next?

Collapse
 
lakatos88 profile image
Alex Lakatos 🥑 • Edited

Medium RSS are generated by adding /feed at the end of your medium profile URL. For example, mine is https://lakatos.medium.com/feed.

After you have your RSS url from Medium, put that in your DEV settings, in the "Extensions" page, under the "Publishing to DEV Community from RSS" section. dev.to/settings/extensions

After you save the feed settings, it will fetch the feed, and your articles will show up as drafts in the DEV Dashboard.

Collapse
 
rhymes profile image
rhymes • Edited

thank you Alex!

Collapse
 
dmitryefimenko profile image
Dmitry A. Efimenko

Thanks a lot! This is exactly what I was looking for!

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
rhymes profile image
rhymes

Is the article you posted coming from a RSS feed?

Collapse
 
lakatos88 profile image
Alex Lakatos 🥑

it's not. wrote a new post and used the canonical_url field in frontmatter.
dev.to/nexmo/send-sms-when-your-ty...

Collapse
 
rhymes profile image
rhymes

That's why. "Originally published" appears only with crossposts from the RSS feed

Thread Thread
 
lakatos88 profile image
Alex Lakatos 🥑

Thanks

Some comments may only be visible to logged-in visitors. Sign in to view all comments.