Dribbble Widget

You can show your Dribbble Shots from a Username anywhere on your website, simply by writing a Single Line of Code. Some of the important attributes you'll require while setting up this widget are listed below:

Usage

<div id="dribbble-widget" class="dribbble-shots masonry-thumbs" data-user="envato" data-count="16" data-type="user"></div>

Settings

SettingDescription
data-userThe Username from which you want to retrieve shots. You'll need to provide a username only if your data-type is user.
Example: dribbble-username
data-countNo. of Images you want to be retrieved.
Example: 12
data-typeType of the Shots you want to retrieve.
Example: list
data-listType of List you want to retrieve. You'll need to provide this only if your data-type is list.
Example: popular

Related docs