Substantive.Blazor.WebShare 9.4.0-build20260401r2

WebShare is a library to help visitors share website content to their social profiles in easiest way.

List of Components / Extensions

Native Sharing (Web Share API)

The sharing widget integrate with the OS sharing UI with the Web Share API. Web apps can use the same system-provided share capabilities as platform-specific apps.

Twitter Sharing

Tweet a content with caption, link, hashtags and metion to the account.

Facebook Sharing

Share a content on Facebook using anchor text share link.

Usage

Add the following to the top of component you want to use it on:

using SocialMediaSharingBlazor;
[Inject]
private IWebShare WebShare { get; set; }

Native Sharing (Web Share API)

private async Task OnShareButtonClickAsync(MouseEventArgs eventArgs)
{
    WebShare.ShareWithNativeWidgetAsync(
      title: Title,
      text: SharingCaption,
      url: SharingUrl);
}

Twitter Sharing

private async Task OnShareButtonClickAsync(MouseEventArgs eventArgs)
{
    WebShare.ShareOnTwitterAsync(
      text: SharingCaption,
      url: SharingUrl,
      hashtags: SharingHashtags,
      via: SharingMention);
}

Facebook Sharing

private async Task OnShareButtonClickAsync(MouseEventArgs eventArgs)
{
    WebShare.ShareOnFacebookAsync(
      url: SharingUrl
}

Showing the top 20 packages that depend on Substantive.Blazor.WebShare.

Packages Downloads
Substantive.AppComponent.WebShare
Blazor widget components that help users to share content (such as links, text, images, or other media) directly from the web platform to other applications or services.
34
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
7
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
8
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
9
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
10
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
12
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
13
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
14
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
19
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor components.
39
Substantive.Metapackage.BlazorComponents
A metapackage contains all Blazor essential building blocks. It packed standalone Blazor components and extensions that often use such as Navigation, Exception Handling, Localization, etc,.
14
Substantive.SubstantiveBlazor.Display
A collection of Blazor display components for the Substantive Design System.
11
Substantive.SubstantiveBlazor.Display
A collection of Blazor display components for the Substantive Design System.
12
Substantive.SubstantiveBlazor.Display
A collection of Blazor display components for the Substantive Design System.
35
Substantive.SubstantiveBlazor.Display
A collection of Blazor display components for the Substantive Design System.
40

.NET 10.0

Version Downloads Last updated
9.4.0-build20260625R1 22 06/25/2026
9.4.0-build20260427R7 25 04/27/2026
9.4.0-build20260427R6 10 04/27/2026
9.4.0-build20260424R5 11 04/24/2026
9.4.0-build20260424R4 9 04/24/2026
9.4.0-build20260424R3 9 04/24/2026
9.4.0-build20260424R2 9 04/24/2026
9.4.0-build20260424R1 41 04/24/2026
9.4.0-build20260422R1 10 04/22/2026
9.4.0-build20260421R9 11 04/21/2026
9.4.0-build20260421R8 9 04/21/2026
9.4.0-build20260421R6 9 04/21/2026
9.4.0-build20260421R5 9 04/21/2026
9.4.0-build20260421R4 8 04/21/2026
9.4.0-build20260421R16 8 04/21/2026
9.4.0-build20260421R15 9 04/21/2026
9.4.0-build20260421R13 9 04/21/2026
9.4.0-build20260421R12 8 04/21/2026
9.4.0-build20260421R11 9 04/21/2026
9.4.0-build20260421R10 8 04/21/2026
9.4.0-build20260420R3 9 04/20/2026
9.4.0-build20260420R2 11 04/20/2026
9.4.0-build20260414R2 12 04/14/2026
9.4.0-build20260414R1 10 04/14/2026
9.4.0-build20260410R1 10 04/10/2026
9.4.0-build20260408R1 9 04/08/2026
9.4.0-build20260407R1 10 04/07/2026
9.4.0-build20260403R7 11 04/03/2026
9.4.0-build20260403R6 11 04/03/2026
9.4.0-build20260403R5 8 04/03/2026
9.4.0-build20260401R5 12 04/01/2026
9.4.0-build20260401R4 6 04/01/2026
9.4.0-build20260401R3 9 04/01/2026
9.4.0-build20260401R2 9 04/01/2026
9.4.0-build20260401R1 9 04/01/2026
9.4.0-build20260331R7 10 03/31/2026
9.4.0-build20260331R6 9 03/31/2026
9.4.0-build20260331R5 9 03/31/2026
9.4.0-build20260331R4 9 03/31/2026
9.4.0-build20260331R3 8 03/31/2026
9.4.0-build20260331R2 9 03/31/2026
9.4.0-build20260331R1 9 03/31/2026
9.4.0-build20260330R4 10 03/30/2026
9.4.0-build20260330R3 10 03/30/2026
9.4.0-build20260329R1 9 03/29/2026
9.4.0-build20260318R3 13 03/18/2026
9.4.0-build20260317R2 8 03/17/2026
9.4.0-build20260317R1 9 03/17/2026
9.4.0-build20260217R3 11 02/17/2026
9.4.0-build20260207R3 11 02/07/2026
9.4.0-build20260207R2 8 02/07/2026
9.4.0-build20260206R6 9 02/06/2026
9.4.0-build20260206R5 8 02/06/2026
9.4.0-build20260206R4 8 02/06/2026
9.4.0-build20260206R3 8 02/06/2026
9.4.0-build20260206R2 8 02/06/2026
9.4.0-build20260205R1 9 02/05/2026
9.4.0-build20260115R1 44 01/15/2026
9.4.0-build20260114R5 9 01/14/2026
9.4.0-build20260114R4 8 01/14/2026
9.4.0-build20260114R2 9 01/14/2026
9.4.0-build20260114R1 12 01/14/2026
9.4.0-build20260113R1 12 01/13/2026
9.4.0-build20260109R1 9 01/09/2026
9.4.0-build20251226R1 12 12/26/2025
9.3.3-build20251226R1 8 12/26/2025
9.3.2-build20251225R1 10 12/25/2025
9.3.0-build20251223R1 8 12/23/2025
9.2.0-build20251222R2 35 12/22/2025
9.2.0-build20251222R1 9 12/22/2025
9.1.0-build20251218R1 8 12/18/2025
9.1.0-build20251217R1 39 12/17/2025
9.1.0-build20251215R1 10 12/15/2025
9.1.0-build20251211R1 9 12/11/2025
9.1.0-build20251207R1 9 12/07/2025
9.1.0-build20251203R1 9 12/03/2025
9.1.0-build20251202R1 9 12/02/2025
9.1.0-build20251201R1 9 12/01/2025
9.1.0-build20251128R1 12 11/28/2025
9.0.4-build20251127R2 13 11/27/2025
9.0.4-build20251127R1 8 11/27/2025
9.0.4-build20251126R1 10 11/26/2025
9.0.4-build20250909R1 11 09/09/2025