{"id":25857834,"url":"https://github.com/fareedkhan-dev/stackoverflow-profile-embed","last_synced_at":"2025-10-12T02:06:29.602Z","repository":{"id":134289048,"uuid":"297677863","full_name":"FareedKhan-dev/stackoverflow-profile-embed","owner":"FareedKhan-dev","description":"This project will help you integrate stackoverflow profile on your portfolio website","archived":false,"fork":false,"pushed_at":"2020-09-23T04:46:19.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-12T03:12:48.888Z","etag":null,"topics":["api","frontend","javascript","stackoverflow","stackoverflow-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FareedKhan-dev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-22T14:38:52.000Z","updated_at":"2023-06-04T03:40:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"83f738a2-0739-40da-9630-9577216632eb","html_url":"https://github.com/FareedKhan-dev/stackoverflow-profile-embed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FareedKhan-dev/stackoverflow-profile-embed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FareedKhan-dev%2Fstackoverflow-profile-embed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FareedKhan-dev%2Fstackoverflow-profile-embed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FareedKhan-dev%2Fstackoverflow-profile-embed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FareedKhan-dev%2Fstackoverflow-profile-embed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FareedKhan-dev","download_url":"https://codeload.github.com/FareedKhan-dev/stackoverflow-profile-embed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FareedKhan-dev%2Fstackoverflow-profile-embed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009914,"owners_count":26084666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","frontend","javascript","stackoverflow","stackoverflow-api"],"created_at":"2025-03-01T19:17:59.182Z","updated_at":"2025-10-12T02:06:29.597Z","avatar_url":"https://github.com/FareedKhan-dev.png","language":"JavaScript","readme":"\u003ch1\u003eStackoverflow Profile embedding\u003c/h1\u003e\r\n\r\n\u003cp\u003eIf you want to change the code based on your need then you can download the repo which include the js file and html with it.\u003c/p\u003e\r\n\u003chr\u003e\r\n\r\n\u003ch3\u003eStep 1\u003c/h3\u003e\r\n\u003cp\u003eGet your Profile ID and remember your's as we are going to use it in the last step.\u003c/p\u003e\r\n\u003cp\u003efor example: My user profile ID is 13202252\u003c/p\u003e\r\n\u003cimg src=\"image1.jpg\" alt=\"\"\u003e\r\n\r\n\u003chr\u003e\r\n\r\n\u003ch3\u003eStep 2\u003c/h3\u003e\r\n\u003cp\u003eImport this Css file in your head tag for styling the profile div\u003c/p\u003e\r\n\r\n```css\r\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css\" /\u003e\r\n```\r\n\u003cp\u003eThis css file is taken from another repository which is used to embed github contribution graph on your website. Here is\r\n  the link to that repository:\r\n\r\n  [Github Calender Embed](https://github.com/Bloggify/github-calendar)\r\n\r\n\u003c/p\u003e\r\n\r\n\u003chr\u003e\r\n\r\n\u003ch3\u003eStep 3\u003c/h3\u003e\r\n\u003cp\u003eCopy this html code and paste it in your html page where you want to show your profile.\u003c/p\u003e\r\n\r\n\r\n```html\r\n\u003cdiv\u003e\r\n  \u003ch5\u003eStack overflow Profile\u003c/h5\u003e\r\n  \u003cdiv style=\"border: 1px solid #DDDDDD;\"\u003e\r\n    \u003cdiv class=\"contrib-column table-column\"\u003e\r\n      \u003cspan class=\"text-muted head\"\u003eReputation\u003c/span\u003e\r\n      \u003cspan class=\"contrib-number\" id=\"repu\"\u003e\u003c/span\u003e\r\n    \u003c/div\u003e\r\n    \u003cdiv id=\"stack\"\u003e\r\n    \u003c/div\u003e\r\n  \u003c/div\u003e\r\n\u003c/div\u003e\r\n```\r\n\r\n\u003chr\u003e\r\n\r\n\u003ch3\u003eStep 4\u003c/h3\u003e\r\n\u003cp\u003eAdd these script tags at the bottom of your page and replace the value of the variable user_id  with your profile ID.\u003c/p\u003e\r\n\r\n```html\r\n\u003c!-- profile ID mentioned in step 1 --\u003e\r\n\u003cscript\u003e\r\n  user_id = \"13202252\";\r\n\u003c/script\u003e\r\n\r\n\u003c!-- CDN Script tag --\u003e\r\n\u003cscript src=\"https://drive.google.com/uc?id=1y6wwiuaWu-EDbH_x6z616LkkWTA1_LN1\"\u003e\u003c/script\u003e\r\n\u003c!-- CDN Script tag --\u003e\r\n```\r\n\u003chr\u003e\r\n\u003cp style=\"color: red;\"\u003eThis project is created with the help of free stackoverflow user-profile api. So you can call limited number of times through this API per day.\u003c/p\u003e\r\n\r\n\u003cp style=\"color: red;\"\u003eSo it will be really great if you can integrate it in final stage but not in development stage of your project.\u003c/p\u003e\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffareedkhan-dev%2Fstackoverflow-profile-embed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffareedkhan-dev%2Fstackoverflow-profile-embed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffareedkhan-dev%2Fstackoverflow-profile-embed/lists"}