Skip to Content

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

ParameterTypeRequiredDescription
Share linkText bindingNoURL to share. Supports fixed values, page variables, client variables, page data, or input field values
Share textText bindingNoPost body. Keep it concise; include key info and hashtags
Share imageImage bindingNoPost image from uploads, page data, or image selectors. Supports JPG, PNG, GIF

How to Configure

  1. Select the component that should trigger sharing.
  2. Add the Share to X action on click.
  3. 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

Share to X configuration

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 URL
Last updated on