Using Dribbble's Service
Using Dribbble's Service
The Evo Slider plugin allows you to display shots Dribbble.
You can use the external option to load data from Dribbble.
Dribbble parameters:
| Name | Type | Description |
|---|---|---|
| data | String | Set to "dribbble" when you want to load content from Dribbble. |
| source | String | Possible values are: "shots" or "likes". |
| username | String | Dribbble user id. |
| title_length | Number | Set the number of characters in the title. |
| desc_length | Number | Set the number of characters in the text description. |
Examples:
Retrieve all of a user's recent shots:
external: {
data: "dribbble",
source: "shots",
username: "dribbble_user_id"
}
Retrieve user like shots:
external: {
data: "dribble",
source: "likes",
username: "dribbble_user_id"
}