# wp-asciiplayer-adapter This library needs to be used with the WordPress Ascicast Player plugin. ## How to work The Asciicast Player plugin will generate a div element containing the parameters required for asciicast playback for the asciiplayer short code in the post: ```html
``` Then, the adapter will search for these div elements and use [asciinema-player](https://www.npmjs.com/package/asciinema-player) to create an Asciicast player within the div elements.