For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dribbble

Get started building a beautiful feed today!

Dribbble

Use FeedSpring to display Dribbble shots on your site, portfolio images, titles, and profile information. Ideal for designers, studios, and agencies building a live portfolio.

Feed ID prefix: dribbble_...

Render Dribbble with

  • Attributes, add Dribbble to any HTML page

  • React, drop a component into your React app

  • Framer, use the Dribbble component in Framer

  • API, fetch Dribbble data directly

Post fields

Attribute
JSON key
Type
Description

feed-field="img"

image

image URL

The shot image. Sets the src of an <img>.

feed-field="link"

url

URL

Link to the shot on Dribbble. Sets the href of an <a>.

feed-field="title"

title

string

Shot title.

feed-field="timestamp"

publishedAt

date-time

When the shot was published. See timestamp formatting.

Profile fields

Attribute
JSON key
Type
Description

feed-field="avatar"

avatarUrl

image URL

Profile avatar.

feed-field="name"

name

string

Profile display name.

feed-field="bio"

bio

string

Profile bio. Written with innerHTML.

feed-field="location"

location

string

Profile location.

feed-field="profile-link"

url

URL

Link to the profile on Dribbble. Sets the href of an <a>.

feed-field="followers"

followersCount

number

Total followers, formatted with compact locale notation.

Dribbble-specific notes

  • Follower count uses followers, not follower-count. This differs from Instagram and TikTok which use follower-count. Use feed-field="followers" specifically for Dribbble.

  • Shot aspect ratio is 4:3. Dribbble shots are cropped to 4:3 by Dribbble. Your layouts should respect this ratio to avoid distortion.

  • No engagement metrics. Dribbble shots don't expose like or view counts through FeedSpring.

  • Some shots are posted by teams. In the underlying JSON, each shot has an associated team. This is not currently exposed as an attribute.

Example

A portfolio grid using the attributes delivery method:

Typical use cases

  • Live portfolio section on a designer's homepage

  • Studio case study feed that updates as new work is posted

  • Agency "recent work" block on a services page

  • Designer profile page with live shot grid

Next steps

Last updated