tells is a text-first analysis product for reading messages, profiles, and the parts of a conversation that sit between the lines. This plugin lets a WordPress site owner place a tells analyzer inside any page, post, or block layout.
Two modes are included:
The plugin includes a shortcode, a dynamic Gutenberg block, and a settings page. It does not analyze content inside WordPress and does not send post content to tells. It only renders the widget where you place it.
Use the site-wide settings:
[tells_widget]
Force public demo mode:
[tells_widget mode="public" height="700"]
Use a licensed embed for one page:
[tells_widget mode="licensed" license="paste-license-here" height="760"]
The plugin registers a dynamic block named tells widget. The block lets you choose plugin settings, public demo mode, or licensed mode per page.
This plugin connects to the tells service at https://tells.voiddo.com.
What data is sent and when:
In public mode the widget loads a sandboxed iframe from https://tells.voiddo.com/embed/message-analyzer.html. Text entered by a visitor inside that iframe is submitted by the iframe directly to tells for analysis. No WordPress data is involved.
In licensed mode the plugin’s frontend JavaScript sends the configured embed license key, the current site hostname, and the browser user-agent string to https://tells.voiddo.com/api/v1/embed/init to obtain a short-lived session token. The analysis widget then runs inside a sandboxed iframe at https://tells.voiddo.com/embed/iframe.
What is NOT sent: WordPress post content, page content, comments, users, admin credentials, or any database rows are never sent to tells by this plugin.
Service terms and privacy:
Built by vøiddo — a small studio shipping tools, browser extensions, games, and WordPress plugins.