diff --git a/shared.php b/shared.php index df05b6b..217acbb 100644 --- a/shared.php +++ b/shared.php @@ -132,7 +132,9 @@ echo '
'; if (isset($youtube)) { - if (opted_in('y')) { + if (isset($CMS_RSS)) { + echo '
Embedded Content

Click here to watch the video on YouTube.
'; + } else if (opted_in('y')) { echo ''; } else { echo "
Embedded content has been disabled to protect your privacy.




or click here to allow them permanently,

" . "or click here to watch the video on YouTube:
" . $youtube['link'] . "



Please note that, by enabling this video, data is transferred
to YouTube LLC, and is subject to their privacy policy.
";