Ileriayo / markdown-badges

Badges for your personal developer branding, profile, and projects.
https://ileriayo.github.io/markdown-badges
MIT License
12.46k stars 1.54k forks source link

How do I add my channel with youtube badge? #547

Closed 1Codealot closed 1 year ago

1Codealot commented 1 year ago

Is there anyway for this badge: YouTube to beable to add a link to my youtube channel? ![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)

kohasummons commented 1 year ago

Hi @1Codealot, absolutely! You can wrap the badge in a Markdown template for links and it would act like a button. Let me show you how:

Normal Youtube Badge Badge URL
YouTube ![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)

Youtube Badge with Link SuperPower

click the badge,@1Codealot

Badge URL
YouTube [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)](https://youtube.com/@kohawithstuff)

The format is: [Normal Badge URL](Link to navigate to)

Where Normal Badge URL = ![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)

P.s. the badge takes you to my youtube url which is collecting dust at the moment. 🎊

kohasummons commented 1 year ago

You can also look at this response, https://github.com/Ileriayo/markdown-badges/issues/447#issuecomment-1272404452

1Codealot commented 1 year ago

Thanks for helping!!