{"id":276976,"date":"2026-02-10T05:07:29","date_gmt":"2026-02-10T05:07:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/type-wr\/"},"modified":"2026-02-10T05:07:12","modified_gmt":"2026-02-10T05:07:12","slug":"type-wr","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/type-wr\/","author":23440473,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.0","stable_tag":"1.0.0","tested":"6.9.4","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"Type-WR","header_author":"petrolytvyn","header_description":"Print text letter by letter with adjustable speed, cursor, and display conditions upon loading or when it hits the screen.","assets_banners_color":"e849ac","last_updated":"2026-02-10 05:07:12","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.buymeacoffee.com\/lytvynpetro","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":167,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"petrolytvyn","date":"2026-02-10 05:07:12"}},"upgrade_notice":{"1.0.0":"<p>This is the first stable release. Please ensure you clear any caching after activation.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":3457653,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":3457653,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":3457653,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3457653,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3457653,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3457653,"resolution":"1","location":"assets","locale":""},"screenshot-2.gif":{"filename":"screenshot-2.gif","revision":3457653,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"The settings panel showing customization options for speed, cursor, and triggers.","2":"Example of the animated typing effect in action on the website frontend."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[785,24791,749,30049,23534],"plugin_category":[50],"plugin_contributors":[255545],"plugin_business_model":[],"class_list":["post-276976","plugin","type-plugin","status-publish","hentry","plugin_tags-animation","plugin_tags-letter","plugin_tags-text","plugin_tags-typewriter","plugin_tags-typing","plugin_category-media","plugin_contributors-petrolytvyn","plugin_committers-petrolytvyn"],"banners":{"banner":"https:\/\/ps.w.org\/type-wr\/assets\/banner-772x250.png?rev=3457653","banner_2x":"https:\/\/ps.w.org\/type-wr\/assets\/banner-1544x500.png?rev=3457653","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/type-wr\/assets\/icon.svg?rev=3457653","icon":"https:\/\/ps.w.org\/type-wr\/assets\/icon.svg?rev=3457653","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/type-wr\/assets\/screenshot-1.png?rev=3457653","caption":"The settings panel showing customization options for speed, cursor, and triggers."},{"src":"https:\/\/ps.w.org\/type-wr\/assets\/screenshot-2.gif?rev=3457653","caption":"Example of the animated typing effect in action on the website frontend."}],"raw_content":"<!--section=description-->\n<p>Type-WR allows you to easily implement the popular \"typing text\" animation effect without writing a single line of JavaScript.<\/p>\n\n<p>Simply wrap the target text in a shortcode or use a specific CSS class, and the plugin will sequentially display the text character by character, simulating a traditional typewriter.<\/p>\n\n<p><strong>Key Features:<\/strong><\/p>\n\n<ul>\n<li><strong>Easy Integration:<\/strong> Use the [typewr] shortcode or apply the class 'typewr-type'.<\/li>\n<li><strong>Customization:<\/strong> Control typing speed, the presence of a blinking cursor, and the conditions for when to show the animation.<\/li>\n<li><strong>Lightweight:<\/strong> Minimal JavaScript footprint (typewr-script.js) ensuring fast page load times.<\/li>\n<li><strong>Compatibility:<\/strong> Works seamlessly with the Block Editor (Gutenberg) and Classic Editor.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<h3>Manual Installation<\/h3>\n\n<ol>\n<li>Upload the 'type-wr' folder to the '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<h3>Usage<\/h3>\n\n<p><strong>1. Using the Shortcode:<\/strong><\/p>\n\n<p>Wrap your content with the shortcode:<\/p>\n\n<pre><code>[typewr]This text will be typed out letter by letter.[\/typewr]\n<\/code><\/pre>\n\n<p>There may be nested tags inside. They will be printed one by one.<\/p>\n\n<pre><code>[typewr]\n    &lt;h1&gt;This title will be printed.&lt;\/h1&gt;\n    &lt;p&gt;And this paragraph too.&lt;\/p&gt;\n[\/typewr] \n<\/code><\/pre>\n\n<p><strong>2. Using a CSS Class :<\/strong><\/p>\n\n<p>If you use code add the class 'typewr-type' to any HTML element (eg  div, h1, h2, h3, pre, p ) on your page or post.<\/p>\n\n<pre><code>&lt;div class ='typewr-type'&gt;\n    &lt;h1&gt;This title will be printed letter by letter.&lt;\/h1&gt;\n    &lt;p&gt;This text will be typed out letter by letter.&lt;\/p&gt;\n&lt;\/div&gt;\n<\/code><\/pre>\n\n<p>You can create animation directly in the text<\/p>\n\n<pre><code>This word will be &lt;span class='typewr-type'&gt;animated&lt;\/span&gt;.\n<\/code><\/pre>\n\n<h3>Setting<\/h3>\n\n<p>You can change the settings in the \"Settings\" menu: select \"Type-WR\".<\/p>\n\n<p><strong>Available Setting Attributes:<\/strong><\/p>\n\n<ul>\n<li>speed : Time in milliseconds between each character (default: 50).<\/li>\n<li>cursor : Checkbox - show blinking cursor or not  (default: true).  <\/li>\n<li>trigger : When to start animation select \"When loading the page\" or \"When an element appears on the screen\"  (default: 'load')\".<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20change%20the%20speed%20of%20the%20typing%20or%20the%20presence%20of%20a%20blinking%20cursor%3F\"><h3>How do I change the speed of the typing or the presence of a blinking cursor?<\/h3><\/dt>\n<dd><p>You can adjust the speed or showing the cursor in the plugin settings page (Settings -&gt; Type-WR).<\/p><\/dd>\n<dt id=\"does%20it%20work%20with%20special%20characters%3F\"><h3>Does it work with special characters?<\/h3><\/dt>\n<dd><p>Yes, the script handles standard and most UTF-8 characters without issues.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Added core typing functionality via 'typewr-script.js'.<\/li>\n<li>Included shortcode [typewr] and CSS class 'typewr-type'.<\/li>\n<\/ul>","raw_excerpt":"A plugin that adds a simple, customizable typewriter (typing) animation effect to any HTML element on your WordPress site.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/276976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=276976"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/petrolytvyn"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=276976"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=276976"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=276976"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=276976"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=276976"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=276976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}