Skip to content

Top Lang custom_title parameter is broken #1949

Answered by rickstaa
galexbh asked this question in Q&A
Discussion options

You must be logged in to vote

@galexbh Thanks for your bug report. I checked the cards, and I can not reproduce the following syntax:

With custom_title

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&custom_title=💖Most%20Used%20Language🐈)](https://github.com/anuraghazra/github-readme-stats)

Without custom_title

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&custom_title=test)](https://github.com/anuraghazra/github-readme-stats)

I think your problem is you use spaces in a URL which is not allowed. You should use percent-encoding for special characters (see https://en.wikipedia.org/wiki/Percent-encoding). You can use [this stack question](

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@galexbh
Comment options

@rickstaa
Comment options

Answer selected by galexbh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1948 on August 16, 2022 06:54.