SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor 1.1.3

dotnet add package SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor --version 1.1.3
                    
NuGet\Install-Package SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor -Version 1.1.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor" Version="1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor --version 1.1.3
                    
#r "nuget: SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor, 1.1.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor@1.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor&version=1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor&version=1.1.3
                    
Install as a Cake Tool

SocialMedia.Channels Property Editor

SocialMedia.Channels.PropertyEditor property editor

SocialMedia.Channels.PropertyEditor data type

A distinct Umbraco 17 property editor for configuring social profile links and presentation. Editors choose a theme, set the background treatment, toggle labels, and enter channel URLs on a document property. It is the Umbraco 17 port of the original v7/v8 SocialMediaChannels editor; it is not the separate publishing dashboard package.

The persisted value remains JSON-compatible with the legacy editor (Name, Theme, Thumbnail, Folder, Bg), so values can be saved and reopened without losing configured channels.

Umbraco configuration

After installation, create a property using the Social Media Channels editor schema. It is grouped under Rich Content and hides the property label. Use alias SocialMediaChannels when importing an existing document type definition.

Installation

dotnet add package SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor

The package embeds and serves its App_Plugins/SocialMediaChannels manifest and Lit web component. No connection string, API key, OAuth account, or server-side configuration is required.

Supported versions

Umbraco .NET
17.x 10.x

Scope and limitations

This package configures presentation data only. It does not connect accounts, publish posts, schedule content, or replace SplatDev.Umbraco.Plugins.SocialMedia.Channels (the separate dashboard product).

Changelog

1.1.3 — 2026-08-24

Package metadata only: the listing now carries an icon and search tags, and the project and repository links point at the organisation that actually hosts this code. No code changes.

1.1.2 — 2026-08-23

Corrects the note below. The 1.1.1 entry said NuGet never published 1.1.0. It did — it took a little over an hour to clear validation, and a 404 while a package is still being validated looks exactly like a 404 for one that was rejected. Halving the package was worth doing on its own; the reason given for it was wrong.

1.1.1 — 2026-08-23

Halves the package. The icon themes were both embedded in the assembly and packed as loose content, so every image shipped twice and the package reached 13 MB — big enough that NuGet took over an hour to validate it, against seconds for the others. The themes are still embedded and still served at runtime; only the loose-file copy loses them.

Also drops 67 files that came along with the downloaded icon sets — info.txt, author .xml files, and a Web.config per theme folder. A Web.config under App_Plugins is not inert on IIS: it applies to that folder.

1.1.0 — 2026-08-23

The property editor can now be used. It declared a property editor schema that had no server-side editor behind it, and its UI pointed at a third alias that matched neither — so Umbraco refused to create a data type for it with "The targeted property editor was not found", and the editor had never been usable on any install. It now stores its value with Umbraco's own text schema, and the dead schema declaration is gone.

License

MIT © SplatDev

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.3 50 8/24/2026