Social & Sharing
ConvertSocial, ConvertSocialShare, and ConvertRss — social proof and distribution components.
ConvertSocial
Displays the founder's social media links as icon buttons. The links are auto-loaded from the team member with isFounder: true.
Usage
::convert-social{location="footer"}
::
Props
| Prop | Type | Default | Description |
|---|---|---|---|
location | string | required | Tracking location |
size | ButtonProps['size'] | 'xl' | Button size |
variant | ButtonProps['variant'] | 'subtle' | Button variant |
color | ButtonProps['color'] | 'secondary' | Button color |
rounded | boolean | true | Round button shape |
gap | 'tight' | 'normal' | 'relaxed' | 'normal' | Space between buttons |
showEmail | boolean | false | Include email button |
Each click fires an offer_click event with social_external target.
ConvertSocialShare
A sharing popover for the current page. Supports Twitter, LinkedIn, Facebook, Email, and clipboard copy.
Usage
::convert-social-share{title="Check this out" description="A great resource for founders."}
::
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | required | Share title |
description | string | required | Share description |
label | string | 'Share Page' | Button label |
url | string | Current page URL | Explicit share URL |
size | ButtonProps['size'] | 'xl' | Button size |
color | ButtonProps['color'] | 'primary' | Button color |
variant | ButtonProps['variant'] | 'subtle' | Button variant |
How It Works
The component uses useSocialShare() to generate platform-specific share URLs:
- Twitter — Opens tweet compose with title and URL
- LinkedIn — Opens share dialog
- Facebook — Opens share dialog
- Email — Opens
mailto:with subject and body - Copy — Copies URL to clipboard with visual feedback
ConvertRss
RSS feed subscription dropdown with reader options.
Usage
::convert-rss{location="decisions-page" feed-path="decisions"}
::
Props
| Prop | Type | Default | Description |
|---|---|---|---|
feedPath | string | 'decisions' | RSS feed path segment |
feedUrl | string | — | Explicit feed URL (overrides path) |
location | string | required | Tracking location |
showLabel | boolean | true | Show "RSS" label text |
label | string | 'RSS' | Label text |
Available Readers
The dropdown offers these feed reader options:
- Copy Feed URL
- Open Feed (XML)
- Feedly
- Inoreader
- NewsBlur
- The Old Reader
Each selection fires an offer_click event with an RSS-specific target.