Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Inserting YouTube Object Code


gaspower

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...