Skip to content

Link-in-Bio

The BeInfi link-in-bio builder gives you a single URL that serves as your personal storefront. Share it on social media profiles, email signatures, or anywhere you want to drive traffic.

  1. Navigate to Link-in-Bio in your dashboard.
  2. Choose a template or start from a blank page.
  3. Customize your page:
    • Profile photo and name — Pulled from your account by default, but you can override them.
    • Bio text — A short description of who you are and what you offer.
    • Theme — Pick from preset color themes or set custom colors.
  4. Add links and blocks (see below).
  5. Click Publish.

Your page is available at beinfi.com/@yourhandle.

Your link-in-bio page is built from blocks. Drag and drop to reorder them.

BlockDescription
LinkA simple button that opens any URL.
ProductEmbeds a marketplace listing with title, image, price, and a buy button.
Payment linkA button that takes the visitor directly to a payment page.
Social iconsA row of icons linking to your social media profiles.
TextA rich-text section for announcements, FAQs, or additional context.
ImageA full-width banner or gallery image.
Video embedEmbed a video from YouTube or Vimeo.

Choose from preset themes or define your own:

  • Background color — Solid color or gradient.
  • Button style — Rounded, pill, or square. Filled or outlined.
  • Font — Select from a curated list of web fonts.
  • Spacing — Compact or spacious layout.

On the Pro plan and above, you can connect a custom domain to your link-in-bio page:

  1. Go to Link-in-Bio > Settings > Custom Domain.
  2. Enter your domain (e.g., links.yourbrand.com).
  3. Add the provided CNAME record to your DNS provider.
  4. Wait for DNS propagation and click Verify.

Track how your link-in-bio page performs:

  • Total visits — Unique and total page views.
  • Click-through rate — Percentage of visitors who clicked a link.
  • Top links — Which links or products get the most clicks.
  • Traffic sources — Where your visitors are coming from.

Update your link-in-bio page programmatically:

Terminal window
curl -X PUT https://api.beinfi.com/v1/bio \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"bio_text": "Designer & creator. Shop my latest templates below.",
"theme": "midnight"
}'

See the API Endpoints reference for the full list of bio-related endpoints.