# Message Overlays plugin
This plugin allows you to send overlay messages to the player.
## Installation
Include the plugin next to the core player:
```html
```
## API
Messages are displayed by emitting the `message:show` event to the player instance.
embed
## Sample code
This sample shows "Hello there!" and sets the timeout to 5 seconds (`sticky: false` is set for demonstration purposes only).
embed
## Demo
An example implementation would be the the [live stream reconnect script](https://codepen.io/team/flowplayer/pen/YzKGJWR).