Embed Video
Video embed code
When using nuevo shortcode, you can allow users to embed video from your website. Simply enable the “embed” parameter inside the shortcode.
[nuevo embed=true source="src=//hls-playlist-url.m3u8 type=application/x-mpegURL" poster="//poster-image-url.jpg"][/nuevo]
The embed code is displayed in a textarea with the “nuevo-embed” CSS class under the player. So it is easy to adjust the style of the textarea. The current textarea CSS style is:
.nuevo-embed {
background-color: #333;
color: #CCC;
border: 0;
width: 100%;
margin: 0;
padding: 10px 20px;
font-size: 1rem;
line-height: 28px;
word-wrap: break-word;
field-sizing: content;
}
In the admin Nuevo plugin settings, you have a separate section for embedded player. It includes several display options and the size values for the embedded player.
The embedded player does not support advertising options, extra plugins, or other than admin embed settings options.



