Code snippet for graphML – visualization doesn’t work
-
I am trying to embed a visualization of an argument map in our homepage. This should be relatively simple using “code embed” in combination with the instructions for creating a snippet using the visualization software as explained on this page: http://www.argunet.org/browser/
I’ve already installed the code embed plugin, and created a custom field using this code snippet:
<script src=" http://reiner-lemoine-institut.de/wp-content/lib/ArgunetBrowser.load.min.js" type="text/javascript"></script> <script type="text/javascript"> window.argunet = lightningjs.require("argunet", "http:// reiner-lemoine-institut.de/wp-content/lib/ArgunetBrowser.embed.min.js"); argunet("createArgunetBrowser",{data:"http://reiner-lemoine-institut.de/wp-content/lib/ArguMap.graphml",firstNode:"6412",cssUrl:"http://reiner-lemoine-institut.de wp-content/lib/ArgunetBrowser.min.css"}); </script>The sources for this code are on my server, as it is specified on http://www.argunet.org/browser/.
However, nothing shows up except for the actual text %CODE1% on my page. What’s going on? My wordpress-page has the Betheme theme, if that makes a difference.
Thanks:)
The page I need help with: [log in to see the link]
The topic ‘Code snippet for graphML – visualization doesn’t work’ is closed to new replies.