Configure domain and URL patterns for content and profile sharing, enabling deep linking into your app.

Configure Domain

Set your base URL for sharing.

URL Patterns

Define structures for posts, profiles, etc.

Share Links

Users can copy/share from the UI.

App Integration

Handle incoming deep links in your app.

Overview

Admins configure URL and deep link patterns for posts, live streams, profiles, and communities via the Social+ console. Once set up, users and managers can copy and share direct links for any of these items—using structures that match their brand. Social+ generates the links and makes them available for sharing, while our customer’s developers implement how these deep links are processed and which screens they open in their app.

Quick Start

1

Navigate

Console → Settings → Deep link and sharing.
2

Configure Domain

Set your base domain for sharing, ensure it matches your application’s domain.
3

Configure URL Patterns

Toggle to enable URL patterns for different content types.
4

Preview

Check your URL pattern with base domain in preview.
5

Save Changes

Confirm your changes and save.

URL Pattern Configuration

Best Practices

Troubleshooting

SymptomCauseResolution
Links don’t open the appApp not configured for deep linksEnsure your iOS (Universal Links) and Android (App Links) projects are correctly configured to handle your domain.
Links go to the wrong screenIncorrect routing logic in appReview your app’s deep link handling code to ensure it correctly parses the URL and navigates to the right destination.
404 errors on shared linksIncorrect domain or patternDouble-check the Domain URL and URL Patterns in the console settings to ensure they match your website’s structure.