This plugin easily creates articles for new posts for your site using the same AI that powers ChatGPT.
Allows you to use spintax in your posts, pages and theme files
Text Spinner is a WordPress plugin that allows you to generate unique content using spintax syntax. You can enclose content in the shortcode [wpts_spin][/wpts_spin] or use the function wpts_spin() to produce different variations of the same text on each page load.
This plugin is aimed at users who want to avoid duplicate content penalties by creating multiple unique copies of text that appears frequently across their website. It supports nested spintax for more complex variations.
Best for: This plugin suits content creators looking to diversify repetitive text on their WordPress sites.
What it does well
Where it falls short
Text Spinner provides a specific solution for generating unique content but may lack ongoing support and updates.
Hassan Akhtar's own description of Text Spinner, lightly tidied.
This tiny plugin allows you to use spintax like {phrase 1|phrase 2|phrase 3} in your posts, pages and theme files. Just enclose the content that you want to be processed in the shortcode [wpts_spin][/wpts_spin] and a unique copy will be generated on each page load. Alternatively, you can pass the spintax string to the function wpts_spin() and echo the returned value.
The plugin can help you avoid duplicate content penalties. For instance if you have a sizable block of text that needs to appear throughout the website then you can write spintax for it and use the above-mentioned shortcode or template tag to generate unique copies.
Nested spintax like {phrase 1|phrase 2|{sub-phrase 1|sub-phrase 2|sub-phrase 3}} is also supported by the plugin.
Example 1:
Shortcode:
[wpts_spin]{phrase 1|phrase 2|phrase 3}[/wpts_spin]
Function:
<?php wpts_spin('{phrase 1|phrase 2|phrase 3}'); ?>
Sample Output:
Example 2 (Nested Spintax):
Shortcode:
[wpts_spin]{phrase 1|phrase 2|{sub-phrase 1|sub-phrase 2|sub-phrase 3}}[/wpts_spin]
Function:
<?php wpts_spin( '{phrase 1|phrase 2|{sub-phrase 1|sub-phrase 2|sub-phrase 3}}' ); ?>
Sample Output:
Other plugins for writing content.
This plugin easily creates articles for new posts for your site using the same AI that powers ChatGPT.
This plugin serves the commenting feature like Google Docs within the Gutenberg Editor!
AI content writing assistant for WordPress with Gemini, ChatGPT, 9Router, agent workflows, SEO, media, automat...
Automate your WordPress Editorial Workflow with Oasis Workflow. Simple, intuitive drag and drop workflow build...
A simple, responsive and customizable WordPress preloader with CSS spinners, logo, progress bar, gradient back...