Skip to content

Instantly share code, notes, and snippets.

@TT--
Forked from subfuzion/github-wiki-how-to.md
Created November 3, 2018 03:06
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save TT--/14260aef6c0e31fca5b37e7cb3c53020 to your computer and use it in GitHub Desktop.
Save TT--/14260aef6c0e31fca5b37e7cb3c53020 to your computer and use it in GitHub Desktop.
GitHub Wiki How-To for Image and File links
@Atlas-Night-Out
Copy link

how about these images showing up for when you share the page to Facebook the image is blank how can this be fixed?

@loiwai
Copy link

loiwai commented Jun 13, 2023

i am trying to link my png file that when someone click on the png, it would lead them to the github repository or a youtube link. which step is it included?

This might be really late to reply but I think this markup language should work
let me know if it work or there are better ways of doing this.

<a href="https://www.youtube.com/watch?v=your-video-id">
  <img src="path-to-your-image.png" alt="Click me!" />
</a>

@wingarmac
Copy link

wingarmac commented Jun 13, 2023

Greetings aadil442 and loiwai,

I've found this: github-add-youtube-video and think it might help.

Cheers !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment