I'm trying to embed a protein structure viewer applet into my blogger page whilst hosting the files required in my google drive (all the files below are shared as public). I read on the JMol wiki about a blogger widget but this does not seem to be working (http://wiki.jmol.org/index.php/Jmol_in_Wikis_and_Blogs). I attempted to follow the steps used in the wordpress tutorial to try and engineer a workaround, but so far no good. Here is what I have at the moment:
<script type="text/javascript" src="<a href=" https:="" googledrive.com="" host="" 0BxKG4gWIHsOpRVhQakJDQU9PaDA"="" rel="nofollow">https://googledrive.com/host/0BxKG4gWIHsOpRVhQakJDQU9PaDA"></script> // JSmol.full.lite.nojq.js
<script type="text/javascript" src="<a href=" https:="" googledrive.com="" host="" 0BxKG4gWIHsOpaWZMVldXcTZaQlU"="" rel="nofollow">https://googledrive.com/host/0BxKG4gWIHsOpaWZMVldXcTZaQlU"></script> //Jmol2.js
<script>
var Info = {
width: 350,
height: 350,
serverURL: "https://googledrive.com/host/0BxKG4gWIHsOpMUNkTXNOa2xYeVU", // jsmol.php
use: "HTML5",
j2sPath: "html5/j2s",
console: "jmolApplet0_infodiv",
script: "load https://googledrive.com/host/0BxKG4gWIHsOpSnN2M3B3TGczdDQ; background black" //pdb file
}
</script>
<script type="text/javascript">// </script>
Firstly, is it even possible running it this way? Please let me know and possibly suggest any other ways I could have a go at this.
Cheers,
Sat