Share
Share actions let users post content from your app to external platforms. Momen currently supports Share to X on Web.
Share to X (Web)
Overview
Publish links, text, and images from input fields, image selectors, or page data as a post on X (formerly Twitter). Common use cases:
- Content distribution: Share articles or product pages to reach a wider audience
- Social marketing: Promote your brand through social networks
- Engagement: Drive traffic and interaction from X back to your app
- Multimedia sharing: Combine text, images, and links in one post
Configuration
| Parameter | Type | Required | Description |
|---|---|---|---|
| Share link | Text binding | No | URL to share. Supports fixed values, page variables, client variables, page data, or input field values |
| Share text | Text binding | No | Post body. Keep it concise; include key info and hashtags |
| Share image | Image binding | No | Post image from uploads, page data, or image selectors. Supports JPG, PNG, GIF |
How to Configure
- Select the component that should trigger sharing.
- Add the Share to X action on click.
- Bind the link, text, and/or image parameters.
Output
- No direct output from the action
- X opens in a new window or tab with content pre-filled
- The user must log in and confirm before publishing
- Final content is subject to X platform policies and character limits
.png)
Platform Support
- Web only
Examples
Article sharing
Trigger: User clicks Share after reading an article
Share link: Article detail page URL
Share text: Article title and summary (from page data)
Share image: Article cover image (from page data)Event promotion
Trigger: User clicks Share after joining an event
Share link: Event page URL
Share text: "Just joined an amazing event! #EventName"
Share image: Event poster (uploaded image)User-generated content
Trigger: User submits content and chooses to share
Share text: User input (from input field)
Share image: User-selected image (from image selector)
Share link: App landing or sign-up URLLast updated on