How Can We Help?
RSS Feed Embed Youtube
Edit /wp-content/plugins/wp-youtube-lyte/wp-youtube-lyte.php .
At line 394 (after $the_content) add this code:
if ($lyte_feed) {
$the_content = "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/".$vid."\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; \" allowfullscreen=\"1\"></iframe><br />Watch this video <a href=\"https://youtu.be/".$vid."\" data-wpel-link=\"external\" target=\"_blank\" rel=\"nofollow external noopener noreferrer\" class=\"wpel-icon-right\">on YouTube<span class=\"wpel-icon wpel-image wpel-icon-6\"></span></a>.<br />";
}