-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: DevCard instructions do not give the intended results. #1523
Comments
If you go to the DevCard page, you'll see a section about embedding the DevCard on your GitHub profile. Inside there there's a code snippet that you can use, it includes all you need. |
The code snippet is something like this <a href="https://app.daily.dev/ombratteng"
<img src="https://api.daily.dev/devcards/v2/XDCZD-PHG.png?type=default&r=paz" width="356" alt="Ole-Martin's Dev Card"/>
</a> The first URL is the link to my profile, that should have your username. The second one is the link to the actual DevCard png. There you should have your userId, which mentioned, can be found in the code snippet or on https://api.daily.dev/id |
The code snippet that works on GitHub is the following:
<a href="https://app.daily.dev/stephen_shelby">
<img src="https://api.daily.dev/devcards/v2/s5bC13ZSG.png?type=default&r=t45"
width="356" alt="Stephen Shelby's Dev Card"/>
</a>
But the instructions state that I should insert the following code snippet:
<a href="https://app.daily.dev/ stephen_shelby ">
<img src="./devcard.png" width="356" alt=" Stephen Shelby's Dev Card "/>
</a>
This last code snippet does not work.
Thank you for your prompt response.
Stephen Shelby
Konttikatu 3 B 27
20780 Kaarina, Finland
***@***.***
…On Fri, Oct 18, 2024 at 1:45 PM Ole-Martin Bratteng < ***@***.***> wrote:
The code snippet is something like this
<a href="https://app.daily.dev/ombratteng"
<img src="https://api.daily.dev/devcards/v2/XDCZD-PHG.png?type=default&r=paz" width="356" alt="Ole-Martin's Dev Card"/></a>
The first URL is the link to my profile, that should have your username.
The second one is the link to the actual DevCard png. There you should have
your userId, which mentioned, can be found in the code snippet or on
https://api.daily.dev/id
—
Reply to this email directly, view it on GitHub
<#1523 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANI3BOUIYPWHT73UL4U6VZTZ4DRDLAVCNFSM6AAAAABQFT2ICCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRSGE3TIMZYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I should have said in the last email that I sent that I thought we needed
to somehow hide the secret and not include the secret in the link.
Stephen Shelby
Konttikatu 3 B 27
20780 Kaarina, Finland
***@***.***
…On Fri, Oct 18, 2024 at 1:45 PM Ole-Martin Bratteng < ***@***.***> wrote:
The code snippet is something like this
<a href="https://app.daily.dev/ombratteng"
<img src="https://api.daily.dev/devcards/v2/XDCZD-PHG.png?type=default&r=paz" width="356" alt="Ole-Martin's Dev Card"/></a>
The first URL is the link to my profile, that should have your username.
The second one is the link to the actual DevCard png. There you should have
your userId, which mentioned, can be found in the code snippet or on
https://api.daily.dev/id
—
Reply to this email directly, view it on GitHub
<#1523 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANI3BOUIYPWHT73UL4U6VZTZ4DRDLAVCNFSM6AAAAABQFT2ICCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRSGE3TIMZYGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What went wrong? 🤔
Replacing francescociulla in the Read.me with my own GitHub ID does not result in a devcard.png being generated and displayed on my GitHub page.
This code creates a link to my reading statistics on daily.dev.
https://app.daily.dev/my_id
The only way to get the devcard.png to be generated is by using the code with the secret.png that is generated when generating a DevCard.
Expected Behavior
I expected that the DevCard would be generated on my GitHub page.
Steps to Reproduce Issue
Solution Proposed
No response
Screenshots
![DESCRIPTION](LINK.png)
Environment
No response
Browsers
No response
OS
No response
Version of daily.dev
No response
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: