wp-typeit

1.0.0 • Public • Published

WP TypeIt

Description

This is the official free WordPress plugin for TypeIt, the most versatile animated typing utility on the planet. WP TypeIt allows you to easily generate typewriter effects for your website by use of a single easy-to-configure shortcode. Place this shortcode on any post or page, and the effect will be live.

Installation

  1. Download the plugin and upload to your plugins directory, or install the plugin through the WordPress plugins page.
  2. Activate the plugin on the 'Plugins' page.

Using the Plugin

Make an Effect Using Shortcode Attributes

You can generate a typewriter effect by using a variation of the following shortcode in a post or page, passing each setting as a shortcode attribute.

At bare minimum, you need to pass a strings attribute:

[typeit strings="Look, I'm typing a string!"]

There also exists a wide set of attributes you may use to customize the typing effects. For example, setting speed (in milliseconds):

<h2>[typeit strings="Look, I'm typing a string!" speed="500"]</h2>

Or, making an effect continuously loop:

<h2>[typeit strings="This is a string that will loop!" speed="100" loop="true"]</h2>

For the full list of options you may pass, refer to the documentation at typeitjs.com/docs#options.

Changelog

1.0.0

  • Initial release.

Feedback

You like it? Email or tweet me. You hate it? Email or tweet me.

Regardless of how you feel, your review would be greatly appreciated!

Package Sidebar

Install

npm i wp-typeit

Homepage

typeitjs.com

Weekly Downloads

1

Version

1.0.0

License

GPL-2.0

Unpacked Size

900 kB

Total Files

26

Last publish

Collaborators

  • alexmacarthur