Project Description:
I am trying to Embed the JavaScript code, in which you will find at the end of this message. The problem I'm having is, I embed the code to Google Blogger's Configure HTML/JavaScript, but once embedded, what is supposed to show up when people land on the page only shows up on my Mac Safari Browser, and the Browser on my Android Phone. It won't show up on Firefox, Iphone's Browser, Ipad's Browser, and I don't know if it will show up on Internet Explorer yet or not. I've tried so many things, that I'm convinced the problem lies in the HTML/JavaScript Code. I desperately need somebody to help me out here, and write the code so that what is supposed to show up, will show up on as many, if not all, platforms and devices as possible!
The code is as follows;
It is for a 3rd Party Site, where I add a dimension on my site, and get a Commission for Driving Traffic to their Product through me. It is similar to an Amazon Store or something like that... Where it says, <!-- embed with your api key -->, the following long number/letter combination is my API Key. Here is the code;
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://www.fitnessbuilder.com/pl_embed/history/history.css" />
<script src="https://www.fitnessbuilder.com/pl_embed/history/history.js" type="text/javascript" ></script>
<script src="https://www.fitnessbuilder.com/pl_embed/private_label_helper.js" type="text/javascript"></script>
</head>
<body>
<div id="fitnessbuilder-private-label-embed">
<script>
<!-- embed with your api key -->
fitnessBuilderPrivateLabel.embed('1811c7c1eb8a8f08782a75abfed267e0');
</script>
</div>
</body>
</html>