gaspower Posted February 6, 2011 Share Posted February 6, 2011 Hello, I am trying to insert a YouTube video into the left_column.php, which is not the issue and loads fine. Issue being that when I go to access a HTTP page, I get error "Warning, Contains Unauthenticated Content". How do I insert the object code correctly without breaking the ssl? Thanks JR Link to comment Share on other sites More sharing options...
knifeman Posted February 6, 2011 Share Posted February 6, 2011 Hello, I am trying to insert a YouTube video into the left_column.php, which is not the issue and loads fine. Issue being that when I go to access a HTTP page, I get error "Warning, Contains Unauthenticated Content". How do I insert the object code correctly without breaking the ssl? Thanks JR This works for google adsense: <?php if ($request_type == NONSSL) { /* only show adsense in NON SSL else it causes warning */ ?> <tr><td align="center"> <script> </script> </td></tr> <?php } ?> Link to comment Share on other sites More sharing options...
gaspower Posted February 6, 2011 Author Share Posted February 6, 2011 Nice, Thank you. Seems to work. Just removes the video while in https mode. Works for me. Thanks JR Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.