nuxt-x-affiliate
ShareButtons
Social sharing buttons for Twitter, Facebook, LinkedIn, and Email for affiliate referral links.
ShareButtons
The XAFShareButtons component renders share buttons for Twitter, Facebook, LinkedIn, and Email. Each button opens the platform's share dialog pre-filled with the affiliate's referral URL and the shareMessage from app config.
Components
<XAFShareButtons />
<XAFShareButtons
:url="referralUrl"
:message="shareMessage"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
url | string | required | Referral URL to share |
message | string | value from xAffiliate.shareMessage app config | Pre-filled share message text |
platforms | ('twitter' | 'facebook' | 'linkedin' | 'email')[] | all four | Which platforms to show |
AI Context
component: XAFShareButtons
package: "@xenterprises/nuxt-x-affiliate"
use-when: Affiliate dashboard or landing page — social sharing of the affiliate's referral link
