Attention! Unfortunately due to the newly introduced Dribbble API limitations, this widget is not longer active.
Dribbble Profile is a web module that showcases Dribbble player's profile together with his/her last shot. I made this widget as my debut shot on Dribbble to give something valuable to all Dribbble players.
To use it, simply copy the following line of code and enter your Dribbble username instead of mine rork
:
<script src="//nadikun.com/code/drbbbl-profile/dp-loader.js" data-dribbble-id="rork" async></script>
Check how your profile would look like using LIVE DEMO
You can insert this code on any page of your website. Just paste the code to the place on a page where you'd like this widget to appear. Here is live example in my Jekyll blog. You can use it with Wordpress or any other platforms.
- Vanilla JavaScript (no jQuery, and nothing else to worry about!)
This widget displays your always up-to-date profile statistics:
- Your name
- Location
- Profile photo (clickable, redirects to your profile page)
- Number of your shots at dribbble
- Overall number of Likes you received
- Number of your followers
- As well as your last shot (clickable, redirects to the last shot page)
- Fork it!
- Create your feature branch:
git checkout -b new-feature
- Commit your changes:
git commit -m 'Add some awesomeness'
- Push to the branch:
git push origin new-feature
- Submit a pull request!
MIT License © Nadi Dikun