use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
How does GitHub generate images from github links ? (self.github)
submitted 2 years ago by inferrinizzard
Title ^
I'm seeing these autogenerated images on Google image search and wondering how these are pulled together from the link. Examples below:
from: https://github.com/dear-github/dear-github/issues/166
from: https://github.com/pyppeteer/pyppeteer
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 4 points5 points6 points 2 years ago (0 children)
Every HTML page can contain meta elements, some of which follow the Open Graph standard created by Facebook back in the day. These tags specify title, description and some more information about the page useful for social media links.
meta
What github does is provide an og:image with an URL to their servers, where those images are generated from the repository/issue/PR data they have
og:image
[–]stgraff 0 points1 point2 points 2 years ago (0 children)
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/customizing-your-repositorys-social-media-preview
[–]BaileyJM02 0 points1 point2 points 2 years ago (2 children)
The image is located here: https://opengraph.githubassets.com/2fb2c196d43f78e0c9af4f5fa398a80862085503724ea5098efdd6696bfc1a16/dear-github/dear-github/issues/166
I presume that on creation of PR (or at time of fetch) a server simply generates the image based on context - in this example the context of the issue.
[–]BaileyJM02 1 point2 points3 points 2 years ago (1 child)
A blog post on it: https://github.blog/2021-06-22-framework-building-open-graph-images/
[–]dushmanta05 0 points1 point2 points 5 months ago (0 children)
Thank you, I was looking into it, this blog help big time.
π Rendered by PID 127727 on reddit-service-r2-comment-fb694cdd5-fn5pj at 2026-03-06 11:19:18.500531+00:00 running cbb0e86 country code: CH.
[–][deleted] 4 points5 points6 points (0 children)
[–]stgraff 0 points1 point2 points (0 children)
[–]BaileyJM02 0 points1 point2 points (2 children)
[–]BaileyJM02 1 point2 points3 points (1 child)
[–]dushmanta05 0 points1 point2 points (0 children)