An open API service indexing awesome lists of open source software.

https://github.com/fareedkhan-dev/stackoverflow-profile-embed

This project will help you integrate stackoverflow profile on your portfolio website
https://github.com/fareedkhan-dev/stackoverflow-profile-embed

api frontend javascript stackoverflow stackoverflow-api

Last synced: 4 months ago
JSON representation

This project will help you integrate stackoverflow profile on your portfolio website

Awesome Lists containing this project

README

          

Stackoverflow Profile embedding

If 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.



Step 1


Get your Profile ID and remember your's as we are going to use it in the last step.


for example: My user profile ID is 13202252



Step 2


Import this Css file in your head tag for styling the profile div

```css

```

This css file is taken from another repository which is used to embed github contribution graph on your website. Here is
the link to that repository:

[Github Calender Embed](https://github.com/Bloggify/github-calendar)


Step 3


Copy this html code and paste it in your html page where you want to show your profile.

```html


Stack overflow Profile



Reputation






```


Step 4


Add these script tags at the bottom of your page and replace the value of the variable user_id with your profile ID.

```html

user_id = "13202252";

```



This 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.

So it will be really great if you can integrate it in final stage but not in development stage of your project.