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
<PackageReference Include="SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor" Version="1.1.3" />
<PackageVersion Include="SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor" Version="1.1.3" />
<PackageReference Include="SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor" />
paket add SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor --version 1.1.3
#r "nuget: SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor, 1.1.3"
#:package SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor@1.1.3
#addin nuget:?package=SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor&version=1.1.3
#tool nuget:?package=SplatDev.Umbraco.Plugins.SocialMedia.Channels.PropertyEditor&version=1.1.3
SocialMedia.Channels Property Editor


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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.FileProviders.Embedded (>= 10.0.6)
- Umbraco.Cms.Core (>= 17.3.4)
- Umbraco.Cms.Web.Common (>= 17.3.4)
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 |