LamGC / wp-asciiplayer

AsciiPlayer for WordPress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wp-asciiplayer

Play Ascicast files in the post!

中文文档

Quick start

Add a shortcode to the post and enter the following:

[asciiplayer]https://asciinema.org/a/28307.cast[/asciiplayer]

The content of the shortcode is the URL of the ascicast file.

Options

The AsciiPlayer shortcode supports the options supported by Asciinema-player, such as setting fit to height and closing the control bar:

[asciiplayer fit="height" controls="false"]https://asciinema.org/a/28307.cast[/asciiplayer]

You can find all available options here.

Currently, only the logger option is not supported because it requires an object to be passed in.

Style options

For the convenience of customizing player elements, the plugin has added an additional style option, which corresponds to the style attribute of the player container element:

[asciiplayer style="width: 80%;"]https://asciinema.org/a/28307.cast[/asciiplayer]

About

AsciiPlayer for WordPress.

License:GNU General Public License v3.0


Languages

Language:PHP 53.5%Language:JavaScript 45.6%Language:CSS 1.0%