• Resolved sabina0502

    (@sabina0502)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author David Artiss

    (@dartiss)

    Hi @sabina0502,

    You appear to have removed it from that example page now.

    However, if you can take me through how you set it up on that page I may be able to help you out anyway. If %CODE1% is appearing on the page it would suggest that my plugin is either not working (which it appears to be looking at the page source of your site) or that it’s not been added on a post or page. Does your site have a different type of post format that you’re using?

Viewing 1 replies (of 1 total)

The topic ‘Code snippet for graphML – visualization doesn’t work’ is closed to new replies.