SharingPanel.AddURL
-------------------

Adds a URL to the share.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [SharingPanel](component_SharingPanel.md) | [11.4](newinversion114.md) | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "SharingPanel.AddURL"; URL { ; Subject } ) 

**MBS**( **"SharingPanel.AddURL";** /\* Adds a URL to the share. \*/  
**$URL**; /\* The URL to add.e.g. "https://www.mbsplugins.de/filemaker" \*/   
**$Subject**) /\* Optional; Subject line for sharing via email. \*/ 

### Parameters

| Parameter | Description | Example | Flags |
|---|---|---|---|
| URL | The URL to add. | "https://www.mbsplugins.de/filemaker" |  |
| Subject | Subject line for sharing via email. |  | Optional |

### Result

Returns OK or error.

### Description

Adds a URL to the share.   
### Examples

Add an URL:

 Set Variable \[ $r ; Value: MBS ( "SharingPanel.AddURL"; "https://www.mbsplugins.de/filemaker") \]  
### See also

- [SharingPanel.AddText](SharingPanelAddText.md)

This function checks for a license.

Created 28th August 2021 , last changed 25th January 2024

  
[SharingPanel.AddText](SharingPanelAddText.md) - [SharingPanel.Clear](SharingPanelClear.md)

[HTML Version](SharingPanelAddURL.shtml)