Title: Animated Typed JS Shortcode
Author: Yong
Published: <strong>2020 年 7 月 22 日</strong>
Last modified: 2024 年 8 月 22 日

---

搜索插件

![](https://ps.w.org/animated-typed-js-shortcode/assets/banner-772x250.jpg?rev=2344453)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/animated-typed-js-shortcode/assets/icon-128x128.jpg?rev=2344453)

# Animated Typed JS Shortcode

 作者：[Yong](https://profiles.wordpress.org/yongkiagustinus/)

[下载](https://downloads.wordpress.org/plugin/animated-typed-js-shortcode.2.1.2.zip)

 * [详情](https://cn.wordpress.org/plugins/animated-typed-js-shortcode/#description)
 * [评价](https://cn.wordpress.org/plugins/animated-typed-js-shortcode/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/animated-typed-js-shortcode/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/animated-typed-js-shortcode/#developers)

 [支持](https://wordpress.org/support/plugin/animated-typed-js-shortcode/)

## 描述

Create an animated typing effect with [Typed.js](https://github.com/mattboldt/typed.js)
easily.

Just install and activate, **Animated Typed JS Shortcode** plugin and you can start
using `[typedjs][/typedjs]` shortcode to create your animated typing text.

No settings needed just plug and play.

#### How to use the shortcode?

You can use the shortcode just like this:

**`[typedjs]My animated typing text[/typedjs]`**

To show more than 1 string/text, separate the strings with a `double colons (::)`
like this:

**`[typedjs]My animated typing text::It's freaking awesome![/typedjs]`**

If you want to customize your animated text behaviour, you can use shortcode attributes
to do that like this:

**`[typedjs loop=true]My animated typing text::It's freaking awesome!::It's now 
looping, OMG![/typedjs]`**

Here are the list of all available attributes that you can use:

 * `typespeed` : The text typing speed in milliseconds (default: 50)
 * `startdelay` : Delay time before typing start in milliseconds (default: 500)
 * `backspeed` : Backspacing speed in milliseconds (default: 50)
 * `backdelay` : Time before backspacing in milliseconds (default: 500)
 * `smartbackspace` : Only backspace what doesn’t match the previous string (default:
   true)
 * `shuffle` : Shuffle the strings (default: false)
 * `fadeout` : Fade out instead of backspace (default: false)
 * `fadeoutdelay` : Time before fade out in milliseconds (default: 500)
 * `loop` : Loop strings animation (default: false)
 * `loopcount` : Amount of loops if enabled (default: Infinity)
 * `showcursor` : Show/hide cursor (default: true)
 * `cursorchar` : Character to be used as cursor (default: |)
 * `class`: Custom class for the shortcode element (default: ”)

#### Optimize Javascript loading

The `typed.min.js` is only 12KB, in the previous version I tried to load the script
only when the shortcode is used, but it’s not working properly because the script
is loaded asynchronously. So, I decided to load the script in the footer of the 
page to make sure it’s loaded properly.

However, if you want to load the script only on specific pages, you can use this
hook to enqueue the script only on specific pages:

    ```
    `php
    ```

add_action(‘wp_enqueue_scripts’, ‘my_custom_typedjs_script’);
 function my_custom_typedjs_script(){
if ( ! is_page( ‘my-page-slug’ ) ) { wp_dequeue_script( ‘typedjsshortcode’ ); } }`

This will dequeue the script on all pages except the page with the slug `my-page-
slug`.

#### CREDITS

Thanks to [Matt Boldt](https://mattboldt.com/) for creating this cool library [Typed.js](https://github.com/mattboldt/typed.js)!

## 安装

 1. Upload “animated-typed-js-shortcode” folder to the “/wp-content/plugins/” directory.
 2. Activate the plugin through the “Plugins” menu in WordPress.

## 常见问题

### How do i get support?

You can get support by going to Support section of this plugin page

## 评价

![](https://secure.gravatar.com/avatar/b7c4779672890a8436994ff6d7de044620b83774a38be2e386e1c6f751794463?
s=60&d=retro&r=g)

### 󠀁[Very cool](https://wordpress.org/support/topic/very-cool-237/)󠁿

 [Dieter Geiling](https://profiles.wordpress.org/dieter93/) 2023 年 10 月 14 日

Works like a charm! Very cool an nice port of Typed.js from Matt Boldt to WordPress!
Thanks for that :-)and keep it up

![](https://secure.gravatar.com/avatar/6dd86b5fcaa86e4cf07e9f461a40de2a2233e8dd3b8d5728615919dfe6eb064d?
s=60&d=retro&r=g)

### 󠀁[Semplice da usare](https://wordpress.org/support/topic/semplice-da-usare-2/)󠁿

 [Renzo Bassi](https://profiles.wordpress.org/renzobassi/) 2022 年 9 月 22 日

Molto semplice da installare e usare ma comunque ricco di funzioni grazie ai tanti
attributi disponibili nello shortcode. Funziona perfettamente su WordPress 6.0.2.

![](https://secure.gravatar.com/avatar/f7d84d965c9a7bcf69e5c371463e70b91166296d525dd00be5d24613ee3bdf48?
s=60&d=retro&r=g)

### 󠀁[Worked excellent in Divi theme](https://wordpress.org/support/topic/worked-excellent-in-divi-theme/)󠁿

 [davidacardona](https://profiles.wordpress.org/davidacardona/) 2022 年 5 月 3 日

Worked excellent in Divi theme

![](https://secure.gravatar.com/avatar/b01f666c7bfd38ec5b3af66ca8e76482cf623f027de14e08d6de2825ed4a829a?
s=60&d=retro&r=g)

### 󠀁[Does not work, no support](https://wordpress.org/support/topic/does-not-work-no-support-9/)󠁿

 [chinaraj](https://profiles.wordpress.org/chinaraj/) 2021 年 12 月 8 日

Only works when I’m logged in. My users (not logged in ) see nothing.

![](https://secure.gravatar.com/avatar/36efbe41eedb99bf115fedd04e633f83a8ac1fa4756d0013691b1c75cd30bebe?
s=60&d=retro&r=g)

### 󠀁[Works perfectly](https://wordpress.org/support/topic/works-perfectly-2344/)󠁿

 [dtjb](https://profiles.wordpress.org/dtjb/) 2021 年 9 月 30 日

A nice lightweight (and free) solution that does exactly what it should, plus a 
few extra features. Great plugin, thanks for contributing to the community!

![](https://secure.gravatar.com/avatar/e788d26532ff09ca2f359bd777a498a644e9bade572d79711f94fc074697d5f7?
s=60&d=retro&r=g)

### 󠀁[Does what it say’s on the tin.](https://wordpress.org/support/topic/does-what-it-says-on-the-tin-472/)󠁿

 [Lewis Elborn](https://profiles.wordpress.org/beaniie/) 2021 年 2 月 6 日 1 回复

The title says it all.

 [ 阅读所有6条评价 ](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/)

## 贡献者及开发者

「Animated Typed JS Shortcode」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Yong ](https://profiles.wordpress.org/yongkiagustinus/)

[帮助将「Animated Typed JS Shortcode」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/animated-typed-js-shortcode)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/animated-typed-js-shortcode/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/animated-typed-js-shortcode/)，或
通过[RSS](https://plugins.trac.wordpress.org/log/animated-typed-js-shortcode/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/animated-typed-js-shortcode/)。

## 更新日志

#### 2.1

Release date: July 27th, 2024

 * WordPress 6.6 compatibility check
 * Add validation and condition to prevent XSS injection on the shortcode attributes

#### 2.0

Release date: August 12th, 2023

 * WordPress 6.3 compatibility check
 * Add attribute `class` to add custom class to the shortcode element

#### 1.1

Release date: July 22nd, 2021

 * WordPress 5.8 compatibility check

#### 1.0

Release date: March 23rd, 2020

 * Initial release.

## 额外信息

 *  版本 **2.1.2**
 *  最后更新：**2 年前**
 *  活跃安装数量 **1,000+**
 *  WordPress 版本 ** 4.0 或更高版本 **
 *  已测试的最高版本为 **6.6.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/animated-typed-js-shortcode/)
 * 标签
 * [animation](https://cn.wordpress.org/plugins/tags/animation/)[jquery](https://cn.wordpress.org/plugins/tags/jquery/)
   [shortcode](https://cn.wordpress.org/plugins/tags/shortcode/)[typography](https://cn.wordpress.org/plugins/tags/typography/)
 *  [高级视图](https://cn.wordpress.org/plugins/animated-typed-js-shortcode/advanced/)

## 评级

 4.3 星（最高 5 星）。

 *  [  5 条 5 星评价     ](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/animated-typed-js-shortcode/reviews/)

## 贡献者

 *   [ Yong ](https://profiles.wordpress.org/yongkiagustinus/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/animated-typed-js-shortcode/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://paypal.me/yongki)