Devenia Social Sharing puts a share choice in the article
How it works
The server sends the links with the article
The plugin writes ordinary sharing links into the server-rendered article and uses local SVG icons. The page can show the configured networks without frontend JavaScript, tracking, an external SDK, or an external runtime dependency.
It starts inert until you choose the networks, placement, and public text. Devenia Social Sharing is a Devenia-maintained derivative of Scriptless Social Sharing. Its public interface provides language support at runtime instead of packaged translation files, so translated sharing text can be supplied when WordPress renders the page.
For the site operator
Check the current setup before changing it
Use one ability to inspect the current settings and the other to save a complete, verified update.
Inspect the setup with devenia-social-sharing/get-settings
Read the complete settings response to see the selected networks, placement, and public text before deciding what to change.
Save the setup with devenia-social-sharing/update-settings
Send all settings in one complete set. WordPress sanitizes the values, saves them, reads them back, and reports whether the stored result matches. If it does not, the response reports failure and returns the stored settings for diagnosis.
Choose where sharing appears
Use a site-wide rule or a precise page placement
Automatic placement puts the controls before or after the content. For a page-specific position, an editor can insert the dynamic devenia-social-sharing/buttons block or the shortcode.
Keep automatic placement for a repeated arrangement; choose the block or shortcode when one page needs a local exception. In a post body, renders the configured sharing actions at that point.
Runtime requirements
Run it on the supported WordPress and PHP versions
Check these requirements before you install the plugin.
6.9 or later
WordPress 6.97.4 or later
PHP 7.4Control boundary
Only authorized site managers can change settings
Both settings operations require the WordPress manage_options capability in the current context.
The capability is checked before either operation
Without manage_options, the read and update abilities do not run.
Next step
Download Devenia Social Sharing
Choose the ZIP when your site needs server-rendered sharing links. Install it, choose the networks, placement, and public wording, then place the controls with the site-wide rule, block, or shortcode that fits each page.
