How Can We Help?
Embed Youtube to RSS Feed – WP Youtube Lyte
Open the folder /wp-content/plugins/wp-youtube-lyte .
Edit the file wp-youtube-lyte.php .
Go to line #394 and 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 />";
}