=== Devenia Social Sharing ===
Contributors: basicus
Tags: social sharing, privacy, performance, no javascript
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Server-rendered social sharing links with local SVG icons and no frontend JavaScript, tracking, external SDK, or external runtime dependency.

== Description ==

Devenia Social Sharing creates ordinary share links on the server. The plugin starts inert and renders nothing until networks, placement, and public runtime text are explicitly configured.

It supports automatic before/after placement, the `[devenia_share]` shortcode, and the dynamic `devenia-social-sharing/buttons` block. Translation and quality systems integrate through the stable public surface manifest instead of inspecting implementation classes or stored options.

This GPL-2.0-or-later plugin is a Devenia-maintained derivative of Scriptless Social Sharing by Robin Cornett. Original work copyright 2015-2025 Robin Cornett. Devenia modifications copyright 2026 Devenia.

== Installation ==

1. Upload the `devenia-social-sharing` directory to `/wp-content/plugins/`.
2. Activate Devenia Social Sharing.
3. Configure the complete settings object through the owned Abilities API.

== Frequently Asked Questions ==

= Does it load JavaScript on the public site? =

No. Public output is server-rendered HTML using ordinary links and local SVG icons. JavaScript is registered only for the Gutenberg editor.

= Can translation systems verify the exact output? =

Yes. `devenia_social_sharing_get_surface_manifest()` returns exact applicability, heading occurrences, placement, embedded count, and required runtime-text keys. Missing required data fails closed.

== Changelog ==

= 1.0.0 =

* Forked and comprehensively rebranded the original GPL project.
* Preserved zero-frontend-JavaScript sharing.
* Added owned settings abilities and an exact public surface manifest.
* Removed packaged language files and inherited promotional assets.
