oxfordinternetinstitute / gephi-plugins

Switch to the sigmaexporter-plugin branch (https://github.com/oxfordinternetinstitute/gephi-plugins/tree/sigmaexporter-plugin/modules/sigmaExporter) or jsonexporter-plugin branch (https://github.com/oxfordinternetinstitute/gephi-plugins/tree/jsonexporter-plugin/modules/JsonExporter) for the relevant code.
http://blogs.oii.ox.ac.uk/vis/
63 stars 28 forks source link

How do you embed sigma folder items in Wordpress site? #70

Closed Jburrett closed 7 years ago

Jburrett commented 7 years ago

I've tried uploading the Index file and putting the code into < iframe> but I don't get the network, just a few titles and things. Do I have also upload the data file, css, js files?

computermacgyver commented 7 years ago

All the files included in the zip file are necessary for the network to render properly. I would recommend that you upload all the files to a standard webserver and then include the address of this webserver in an iframe link on your WordPress site. If you change the directory/folder structure, the paths in index.html and config.json would need to be updated. It is possible to host the network on GitHub as well (https://pages.github.com/).