Home>Support>Adding Javascript into Vantage

Adding Javascript into Vantage

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hello,

I have been trying to add a Javascript output into vantage theme – tried it both as a post and page. It takes the default sticky menu and default footer, and displays the javascript output below the page.

I want the footer below the javascript output with the social media tag widget (to share etc.)

Could you please look into it as soon as possible.

Thanks,
Dhanya.

URL: http://www.nfactorialanalytics.com/?p=142

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 10 months ago Sreedhanya Shanmughan

    http://www.nfactorialanalytics.com/?p=155 This is the link. Please ignore previous.

  2. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Dhanya

    Thanks for running Vantage.

    Please let me what Javascript you’re trying to add and what it is for. I’ll try advise the best method forward once I know that. I’m sure we’ll be able to get this resolved.

  3. 10 years, 10 months ago Sreedhanya Shanmughan

    Thank you Andrew for the quick response.

    I am trying to add an svg file (that outputs a network diagram) using javascript. I can’t see a source where I could edit the div tag and enable the positioning of the SVG file.

    Hope you could help.

  4. 10 years, 10 months ago Sreedhanya Shanmughan

    Andrew – – this is the link and whats happening: http://www.nfactorialanalytics.com/?p=155

  5. 10 years, 10 months ago Sreedhanya Shanmughan

    Andrew – – this is the link and whats happening: http://www.nfactorialanalytics.com/?p=155

    and it uses the d3 JavaScript library.

  6. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Ok so it looks like you’ve made progress then. Ideally we’d use a child theme to handle this. Can you paste in the actual script link and actioning JS that’s required?

    Below the comment field below we indicate how to paste in code.

    I’ll be with you ASAP tomorrow.

    Is it currently outputting as you require? Below the footer?

  7. 10 years, 10 months ago Sreedhanya Shanmughan

    Hi Andrew,

    Thank you for the response again. :)

    Here is the code. I am not sure how to do a child theme – pretty new to this myself. I have been using the CSS & Javascript Toolbox to add a code block, and then import that into the post.

    
    
            <!DOCTYPE html>
            <meta charset="utf-8">
            <body> 
     <style>
    .link {
    stroke: #666;
    opacity: 0.6;
    stroke-width: 1.5px;
    }
    .node circle {
    stroke: #fff;
    opacity: 0.6;
    stroke-width: 1.5px;
    }
    text {
    font: 7px serif;
    opacity: 0.6;
    pointer-events: none;
    }
    </style>
    
    <script src=http://d3js.org/d3.v3.min.js></script>
    
    <script> 
     var links = [ { "source" : "minnaingsoe1", "target" : "Greenpeace" }, { "source" : "esposito_step", "target" : "Greenpeace" }, { "source" : "redfoxcountry", "target" : "Greenpeace" }, { "source" : "gmeducationorg", "target" : "GMOjournal" }, { "source" : "greenvideos", "target" : "GMOjournal" }, { "source" : "colm_duffy", "target" : "foeeurope" }, { "source" : "Smj4334", "target" : "kevinfolta" }, { "source" : "defendressofsan", "target" : "LaLaRueFrench75" }, { "source" : "raastah", "target" : "foeeurope" }, { "source" : "Lindner400N", "target" : "kevinfolta" }, { "source" : "MitchTuffley", "target" : "NoTillBill" }, { "source" : "BuildUpRDNs", "target" : "FarmGirlJen" }, { "source" : "BuildUpRDNs", "target" : "FarmGirlJen" }, { "source" : "EDarier", "target" : "GMOjournal" }, { "source" : "EDarier", "target" : "VigilOGM" }, { "source" : "Monaghanson", "target" : "kevinfolta" }, { "source" : "VeganView", "target" : "JuneStoyer" }, { "source" : "VeganView", "target" : "TheOrganicView" }, { "source" : "glynmoody", "target" : "corporateeurope" }, { "source" : "glynmoody", "target" : "Europarl_EN" }, { "source" : "ClaudioGianni", "target" : "NoTillBill" }, { "source" : "Gowanlea", "target" : "kevinfolta" }, { "source" : "Muka255", "target" : "UNLazzarini" }, { "source" : "BenFranklin06", "target" : "TheGOPJesus" }, { "source" : "BenFranklin06", "target" : "Greeenguy111" }, { "source" : "BenFranklin06", "target" : "NDExperience" }, { "source" : "corporateeurope", "target" : "Europarl_EN" }, { "source" : "KwameMcJoseph", "target" : "alesaccoccio" }, { "source" : "suzettepetillo", "target" : "GenEngNetwork" }, { "source" : "suzettepetillo", "target" : "GMOjournal" }, { "source" : "Sam10k", "target" : "ExposeTPP" }, { "source" : "Sam10k", "target" : "GMOFreeUSA" }, { "source" : "Sam10k", "target" : "GMWatch" }, { "source" : "mirorfloydka", "target" : "Erickson_HD" }, { "source" : "jennifercandee", "target" : "HealthRanger" }, { "source" : "JeanneStJames", "target" : "GMWatch" }, { "source" : "JeanneStJames", "target" : "AdrianBebb" }, { "source" : "suzettepetillo", "target" : "alesaccoccio" }, { "source" : "TenceWolfe", "target" : "TheGOPJesus" }, { "source" : "TenceWolfe", "target" : "chliberty" }, { "source" : "TenceWolfe", "target" : "GM_judge" }, { "source" : "planetsekwah", "target" : "TasteAndShare" }, { "source" : "luisaloffredo28", "target" : "EmeraudeALB" }, { "source" : "gaiabiz", "target" : "GenEngNetwork" }, { "source" : "croscrocs", "target" : "GMWatch" }, { "source" : "croscrocs", "target" : "USRealityCheck" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "JnOoO", "target" : "alesaccoccio" }, { "source" : "FoodSovereignGH", "target" : "GenEngNetwork" }, { "source" : "FoodSovereignGH", "target" : "GMOjournal" }, { "source" : "VeganView", "target" : "JuneStoyer" }, { "source" : "VeganView", "target" : "TheOrganicView" }, { "source" : "ecoandi", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "ZeBeZeBa", "target" : "GMWatch" }, { "source" : "MBEngering", "target" : "AdrianBebb" }, { "source" : "QuakerDiane", "target" : "alesaccoccio" }, { "source" : "PaulEMetz", "target" : "alesaccoccio" }, { "source" : "HaseenaBakhtali", "target" : "EmeraudeALB" }, { "source" : "Araett", "target" : "alesaccoccio" }, { "source" : "DOOJAH007", "target" : "alesaccoccio" }, { "source" : "ColumbansUK", "target" : "alesaccoccio" }, { "source" : "silverspoonorg", "target" : "alesaccoccio" }, { "source" : "CDekki", "target" : "BuycottApp" }, { "source" : "CDekki", "target" : "MonsantoCo" }, { "source" : "jcarloscr", "target" : "alesaccoccio" }, { "source" : "JewelNature", "target" : "alesaccoccio" }, { "source" : "SudheerKumr", "target" : "AdrianBebb" }, { "source" : "activist013", "target" : "AdrianBebb" }, { "source" : "woloehr", "target" : "AdrianBebb" }, { "source" : "xirus11", "target" : "trutherbot" }, { "source" : "cabartolotto", "target" : "GMWatch" }, { "source" : "cabartolotto", "target" : "USRealityCheck" }, { "source" : "Greenpeace", "target" : "alesaccoccio" }, { "source" : "suzettepetillo", "target" : "AdrianBebb" }, { "source" : "mulondon", "target" : "GMWatch" }, { "source" : "allisondayart", "target" : "TrueFoodNow" }, { "source" : "paulrikmans", "target" : "EmeraudeALB" }, { "source" : "The_Secret_Soc", "target" : "MonsantoCo" }, { "source" : "lucma66", "target" : "EmeraudeALB" }, { "source" : "gabrielesalari", "target" : "alesaccoccio" }, { "source" : "IvanFranchi", "target" : "drvandanashiva" }, { "source" : "FritzFriebl", "target" : "EmeraudeALB" }, { "source" : "Massimo_Masini", "target" : "EmeraudeALB" }, { "source" : "dopeytweeter", "target" : "EmeraudeALB" }, { "source" : "Harry_Dillema", "target" : "EmeraudeALB" }, { "source" : "7W1773RS70RM", "target" : "Lulurealfood" }, { "source" : "EnaLolena", "target" : "EmeraudeALB" }, { "source" : "Luma923", "target" : "GenEngNetwork" }, { "source" : "Luma923", "target" : "GMOjournal" }, { "source" : "RouleReport", "target" : "GenEngNetwork" }, { "source" : "RouleReport", "target" : "GMOjournal" }, { "source" : "FairGreenGlobal", "target" : "AdrianBebb" }, { "source" : "FairGreenGlobal", "target" : "AdrianBebb" }, { "source" : "clouzot_alive", "target" : "EmeraudeALB" }, { "source" : "elizabethzen", "target" : "Hapuna22" }, { "source" : "PriscillaJudd", "target" : "elizabethzen" }, { "source" : "PriscillaJudd", "target" : "noelieululanib" }, { "source" : "PriscillaJudd", "target" : "jonflombee" }, { "source" : "elizabethzen", "target" : "cannyhighlander" }, { "source" : "elizabethzen", "target" : "GenEngNetwork" }, { "source" : "devaskyla", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "EarthOpenSource" }, { "source" : "philipgeany", "target" : "gergology" }, { "source" : "RobinHood1776", "target" : "GenEngNetwork" }, { "source" : "lindaberton", "target" : "FightAgainstGMO" }, { "source" : "elizabethzen", "target" : "jonflombee" }, { "source" : "elizabethzen", "target" : "garyhooser" }, { "source" : "FrankBLM", "target" : "KittenKoder" }, { "source" : "femacampinmate", "target" : "GMWatch" }, { "source" : "plantknight", "target" : "GenEngNetwork" }, { "source" : "plantknight", "target" : "GMOjournal" }, { "source" : "GMWatch", "target" : "GenEngNetwork" }, { "source" : "GMWatch", "target" : "GMOjournal" }, { "source" : "Tanya1720", "target" : "GMWatch" }, { "source" : "HerbRealm", "target" : "MiepBos" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "KateMbuto", "target" : "drvandanashiva" }, { "source" : "pollygannon", "target" : "drvandanashiva" }, { "source" : "amunhay", "target" : "Agricola_ent" }, { "source" : "lumiere022", "target" : "AdrianBebb" }, { "source" : "AndreaPtak", "target" : "GMOChannel" }, { "source" : "OrganicAnt", "target" : "AdrianBebb" }, { "source" : "GMWatch", "target" : "AdrianBebb" }, { "source" : "eddowding", "target" : "AdrianBebb" }, { "source" : "MushroomTable", "target" : "AdrianBebb" }, { "source" : "rlafoundation", "target" : "drvandanashiva" }, { "source" : "MiepBos", "target" : "GMO_Video" }, { "source" : "MiepBos", "target" : "hejdagmo" }, { "source" : "MiepBos", "target" : "GMO_Video" }, { "source" : "MiepBos", "target" : "GMO_Video" }, { "source" : "Adaya77", "target" : "censorednewsnow" }, { "source" : "Adaya77", "target" : "censored" }, { "source" : "MiepBos", "target" : "GMWatch" }, { "source" : "MiepBos", "target" : "AdrianBebb" }, { "source" : "MiepBos", "target" : "GMWatch" }, { "source" : "MiepBos", "target" : "USRealityCheck" }, { "source" : "MiepBos", "target" : "GMWatch" }, { "source" : "loiskuhle", "target" : "RT_com" }, { "source" : "farminpete", "target" : "GenEngNetwork" }, { "source" : "farminpete", "target" : "AdrianBebb" }, { "source" : "GarionCoyote", "target" : "AdrianBebb" }, { "source" : "GarionCoyote", "target" : "anewgreenearth" }, { "source" : "Luma923", "target" : "GMWatch" }, { "source" : "mskickalick", "target" : "AdrianBebb" }, { "source" : "devaskyla", "target" : "GMWatch" }, { "source" : "wizardQi", "target" : "drvandanashiva" }, { "source" : "tibettruth", "target" : "AdrianBebb" }, { "source" : "MiepBos", "target" : "mercola" }, { "source" : "nayasala", "target" : "GMWatch" }, { "source" : "The_Codeine_Kid", "target" : "GMWatch" }, { "source" : "FrenchRedFrog", "target" : "GMWatch" }, { "source" : "zerocarbonworld", "target" : "AdrianBebb" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "BranGoch", "target" : "AdrianBebb" }, { "source" : "GrnGalFrmSoCal", "target" : "selinasorrels" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "GarionCoyote", "target" : "GMOjournal" }, { "source" : "Andy2Atkins", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "AdrianBebb" }, { "source" : "studentveronica", "target" : "truthstreamnews" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "GarionCoyote", "target" : "GMOjournal" }, { "source" : "SchumacherCori", "target" : "drvandanashiva" }, { "source" : "MatthewSnedker", "target" : "AdrianBebb" }, { "source" : "mybrisan", "target" : "GMWatch" }, { "source" : "mybrisan", "target" : "USRealityCheck" }, { "source" : "mybrisan", "target" : "8extremes" }, { "source" : "cornelisdewitte", "target" : "AdrianBebb" }, { "source" : "cornelisdewitte", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "MadRiddance", "target" : "8extremes" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "HateYouALL__", "target" : "8extremes" }, { "source" : "Dgo500", "target" : "upton1144" }, { "source" : "Dgo500", "target" : "RachelsNews" }, { "source" : "Dgo500", "target" : "intmf" }, { "source" : "Dgo500", "target" : "elizabethzen" }, { "source" : "vickihird", "target" : "AdrianBebb" }, { "source" : "devaskyla", "target" : "GMWatch" }, { "source" : "devaskyla", "target" : "USRealityCheck" }, { "source" : "dynamat", "target" : "GMWatch" }, { "source" : "dynamat", "target" : "USRealityCheck" }, { "source" : "babaus2", "target" : "pdjmoo" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "sdonnan", "target" : "AdrianBebb" }, { "source" : "GMWatch", "target" : "USRealityCheck" }, { "source" : "UncleRee1", "target" : "8extremes" }, { "source" : "ColoradoRetweet", "target" : "CGH54" }, { "source" : "ColoradoRetweet", "target" : "Hea" }, { "source" : "wizardQi", "target" : "TheGOPJesus" }, { "source" : "wizardQi", "target" : "RachelsNews" }, { "source" : "wizardQi", "target" : "elizabethzen" }, { "source" : "Don_Dada_Deeski", "target" : "upton1144" }, { "source" : "Don_Dada_Deeski", "target" : "RachelsNews" }, { "source" : "Don_Dada_Deeski", "target" : "intmf" }, { "source" : "Don_Dada_Deeski", "target" : "elizabethzen" }, { "source" : "ou32350", "target" : "PaulMoreiraPLTV" }, { "source" : "CaseySchreiber", "target" : "MinRonaAmbrose" }, { "source" : "fuller_derek", "target" : "TheGOPJesus" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "KelloggsUS" }, { "source" : "OrganicForLife", "target" : "upton1144" }, { "source" : "OrganicForLife", "target" : "RachelsNews" }, { "source" : "OrganicForLife", "target" : "intmf" }, { "source" : "OrganicForLife", "target" : "elizabethzen" }, { "source" : "chliberty", "target" : "MotherJones" }, { "source" : "OrganicForLife", "target" : "TheGOPJesus" }, { "source" : "OrganicForLife", "target" : "RachelsNews" }, { "source" : "OrganicForLife", "target" : "elizabethzen" }, { "source" : "OrganicForLife", "target" : "GenModOrg" }, { "source" : "OrganicForLife", "target" : "RachelsNews" }, { "source" : "NSAEN", "target" : "nsaen" }, { "source" : "Sferious", "target" : "hacketyman" }, { "source" : "Sferious", "target" : "FightAgainstGMO" }, { "source" : "Sferious", "target" : "HillaryClinton" }, { "source" : "Sferious", "target" : "FightAgainstGMO" }, { "source" : "ChangeWeCanBeli", "target" : "TheGOPJesus" }, { "source" : "ChangeWeCanBeli", "target" : "RachelsNews" }, { "source" : "ChangeWeCanBeli", "target" : "elizabethzen" }, { "source" : "ChangeWeCanBeli", "target" : "GenModOrg" }, { "source" : "ChangeWeCanBeli", "target" : "RachelsNews" }, { "source" : "CauseOfLiberty", "target" : "GenModOrg" }, { "source" : "CauseOfLiberty", "target" : "RachelsNews" }, { "source" : "chliberty", "target" : "RetroLobbyInk" }, { "source" : "mongoose409", "target" : "upton1144" }, { "source" : "mongoose409", "target" : "RachelsNews" }, { "source" : "mongoose409", "target" : "intmf" }, { "source" : "mongoose409", "target" : "elizabethzen" }, { "source" : "mongoose409", "target" : "TheGOPJesus" }, { "source" : "mongoose409", "target" : "8extremes" }, { "source" : "mongoose409", "target" : "KelloggsUS" }, { "source" : "mongoose409", "target" : "8extremes" }, { "source" : "AdriaLikes", "target" : "EarthActivists" }, { "source" : "edgeben", "target" : "DominicPiper1" }, { "source" : "MainandWest", "target" : "KOAA_5" }, { "source" : "DominicPiper1", "target" : "RetroLobbyInk" }, { "source" : "fuller_derek", "target" : "EarthActivists" }, { "source" : "Sechelt", "target" : "AHuntly" }, { "source" : "TerryKi70848409", "target" : "NoTillBillCrab" }, { "source" : "knowladgeispwr", "target" : "upton1144" }, { "source" : "knowladgeispwr", "target" : "RachelsNews" }, { "source" : "knowladgeispwr", "target" : "intmf" }, { "source" : "knowladgeispwr", "target" : "elizabethzen" }, { "source" : "CGH54", "target" : "HealthRanger" }, { "source" : "chliberty", "target" : "TheGOPJesus" }, { "source" : "chliberty", "target" : "chliberty" }, { "source" : "chliberty", "target" : "GM_judge" }, { "source" : "LoneflagDv6", "target" : "trutherbot" }, { "source" : "mongoose409", "target" : "GMWatch" }, { "source" : "mongoose409", "target" : "8extremes" }, { "source" : "AntiFaResearch", "target" : "zilchoid" }, { "source" : "GenModOrg", "target" : "RachelsNews" }, { "source" : "DesertWalker48", "target" : "EarthActivists" }, { "source" : "leatherteaze", "target" : "TheGOPJesus" }, { "source" : "leatherteaze", "target" : "RachelsNews" }, { "source" : "leatherteaze", "target" : "elizabethzen" }, { "source" : "TheGOPJesus", "target" : "upton1144" }, { "source" : "TheGOPJesus", "target" : "RachelsNews" }, { "source" : "TheGOPJesus", "target" : "intmf" }, { "source" : "TheGOPJesus", "target" : "elizabethzen" }, { "source" : "CauseOfLiberty", "target" : "TheGOPJesus" }, { "source" : "CauseOfLiberty", "target" : "RachelsNews" }, { "source" : "CauseOfLiberty", "target" : "elizabethzen" }, { "source" : "CauseOfLiberty", "target" : "upton1144" }, { "source" : "CauseOfLiberty", "target" : "RachelsNews" }, { "source" : "CauseOfLiberty", "target" : "intmf" }, { "source" : "CauseOfLiberty", "target" : "elizabethzen" }, { "source" : "PogMoThoin13", "target" : "8extremes" }, { "source" : "johnlundin", "target" : "fuller_derek" }, { "source" : "johnlundin", "target" : "pgoeltz" }, { "source" : "johnlundin", "target" : "Peacepox" }, { "source" : "johnlundin", "target" : "OccupySD" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "AscendedLeo", "target" : "BlueSkies4All" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "KelloggsUS" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "CBC" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "globalnews" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "NaturesPath" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "1010" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "HPCaImpact" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "biotechaction" }, { "source" : "pgoeltz", "target" : "fuller_derek" }, { "source" : "pgoeltz", "target" : "pgoeltz" }, { "source" : "pgoeltz", "target" : "Peacepox" }, { "source" : "pgoeltz", "target" : "OccupySD" }, { "source" : "stayvocal", "target" : "2SkinneeJs" }, { "source" : "fuller_derek", "target" : "OrganicFoodMaps" }, { "source" : "GeekBarista", "target" : "OrganicFoodMaps" }, { "source" : "wheatmeister", "target" : "oregonian" }, { "source" : "AnonymousGlo", "target" : "8extremes" }, { "source" : "theheatherblack", "target" : "8extremes" }, { "source" : "buell003", "target" : "8extremes" }, { "source" : "HawaiianKiko12", "target" : "nwohashtag" }, { "source" : "HawaiianKiko12", "target" : "nwohashtag" }, { "source" : "jillsbecoming", "target" : "MinRonaAmbrose" }, { "source" : "jillsbecoming", "target" : "CdnChange" }, { "source" : "RobertWager1", "target" : "kevinfolta" }, { "source" : "HamersJody", "target" : "kevinfolta" }, { "source" : "arrowsmithwoman", "target" : "Furiousnurse" }, { "source" : "florenzatatiana", "target" : "BlueSkies4All" }, { "source" : "legant66", "target" : "8extremes" }, { "source" : "legant66", "target" : "USDAFoodSafety" }, { "source" : "brady51h", "target" : "organicvalley" }, { "source" : "brady51h", "target" : "Horizon_Organic" }, { "source" : "sterlingvoth", "target" : "HuffPostScience" }, { "source" : "sanjaybhatikar", "target" : "kevinfolta" }, { "source" : "SvRooy", "target" : "kevinfolta" }, { "source" : "L82be", "target" : "8extremes" }, { "source" : "L82be", "target" : "USDAFoodSafety" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "USDAFoodSafety" }, { "source" : "Oyekuise", "target" : "Label_GMOs" }, { "source" : "Oyekuise", "target" : "8extremes" }, { "source" : "hotcoffeeandpie", "target" : "ALECexposed" }, { "source" : "LBrien", "target" : "kevinfolta" }, { "source" : "athendoflight", "target" : "8extremes" }, { "source" : "athendoflight", "target" : "USDAFoodSafety" }, { "source" : "thegildedsprout", "target" : "gnowfglins" }, { "source" : "8extremes", "target" : "USDAFoodSafety" }, { "source" : "delchic", "target" : "mycprimetgibson" }, { "source" : "delchic", "target" : "Food_Tank" }, { "source" : "delchic", "target" : "Tr" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "Label_GMOs" }, { "source" : "VeracitiyFuture", "target" : "AfriCrop" }, { "source" : "Markus_Carlson", "target" : "8extremes" }, { "source" : "StudioAfrika", "target" : "AfriCrop" }, { "source" : "swtthing3", "target" : "Label_GMOs" }, { "source" : "troypeasley", "target" : "MinRonaAmbrose" }, { "source" : "troypeasley", "target" : "CdnChange" }, { "source" : "ishtarmuz", "target" : "6echelon" }, { "source" : "ishtarmuz", "target" : "EU_ZMK" }, { "source" : "THEWaveofAction", "target" : "GMOChannel" }, { "source" : "autumnrainwater", "target" : "elleprovocateur" }, { "source" : "KerrieRedgate", "target" : "DanCitizen" }, { "source" : "TammyAbdelqader", "target" : "ajplus" }, { "source" : "geoatlantis", "target" : "8extremes" }, { "source" : "SharonNovak5", "target" : "PriscillaJudd" }, { "source" : "SharonNovak5", "target" : "BadaBOOMz" }, { "source" : "woitekj", "target" : "Acequiero1" }, { "source" : "woitekj", "target" : "food_democracy" }, { "source" : "blakeaulermurph", "target" : "TheGOPJesus" }, { "source" : "blakeaulermurph", "target" : "8extremes" }, { "source" : "blakeaulermurph", "target" : "AllR1inspirit" }, { "source" : "SimonJaysek", "target" : "OrganicFoodMaps" }, { "source" : "PriscillaJudd", "target" : "MADGEAustralia" }, { "source" : "OrganicsDeliver", "target" : "OrganicFoodMaps" }, { "source" : "fuller_derek", "target" : "GMOChannel" }, { "source" : "MADGEAustralia", "target" : "OrganicFoodMaps" }, { "source" : "sophiasgalaxy", "target" : "constant2092" }, { "source" : "jezdou", "target" : "MADGEAustralia" }, { "source" : "sohren", "target" : "RawJuiceGuru" }, { "source" : "saltatv1", "target" : "GMWatch" }, { "source" : "RockNHot1", "target" : "occupycorruptDC" }, { "source" : "7W1773RS70RM", "target" : "omgitsdiscojim" }, { "source" : "NOtoGMOs", "target" : "TheGOPJesus" }, { "source" : "NOtoGMOs", "target" : "NoToGMOs" }, { "source" : "NOtoGMOs", "target" : "IrishinNOLA" }, { "source" : "OccupyPhotojour", "target" : "elleprovocateur" }, { "source" : "realfoodorg", "target" : "greenstatetv" }, { "source" : "RockNHot1", "target" : "whatwakeup" }, { "source" : "Solutioneer72", "target" : "rosie2656" }, { "source" : "Solutioneer72", "target" : "MinRonaAmbrose" }, { "source" : "Solutioneer72", "target" : "CdnChange" }, { "source" : "TrustMeCroatia", "target" : "RachelsNews" }, { "source" : "TrustMeCroatia", "target" : "biotechaction" }, { "source" : "rosie2656", "target" : "MinRonaAmbrose" }, { "source" : "rosie2656", "target" : "CdnChange" }, { "source" : "AllR1inspirit", "target" : "TheGOPJesus" }, { "source" : "AllR1inspirit", "target" : "8extremes" }, { "source" : "AllR1inspirit", "target" : "AllR1inspirit" }, { "source" : "AllR1inspirit", "target" : "Queen8Bees" }, { "source" : "AllR1inspirit", "target" : "TheGOPJesus" }, { "source" : "AllR1inspirit", "target" : "8extremes" }, { "source" : "AllR1inspirit", "target" : "Al" }, { "source" : "carmeloruiz", "target" : "occupytheseed" }, { "source" : "carmeloruiz", "target" : "LionsWrite" }, { "source" : "carmeloruiz", "target" : "RT_America" }, { "source" : "fidusz", "target" : "MADGEAustralia" }, { "source" : "AnotherWorldYes", "target" : "ParagCED" }, { "source" : "AnotherWorldYes", "target" : "ergogenics" }, { "source" : "carmeloruiz", "target" : "oak_institute" }, { "source" : "yochum", "target" : "MinRonaAmbrose" }, { "source" : "yochum", "target" : "CdnChange" }, { "source" : "carmeloruiz", "target" : "annalappe" }, { "source" : "carmeloruiz", "target" : "fmlappe" }, { "source" : "carmeloruiz", "target" : "EarthOpenSource" }, { "source" : "DangrusDana", "target" : "MinRonaAmbrose" }, { "source" : "DangrusDana", "target" : "CdnChange" }, { "source" : "211jen", "target" : "MinRonaAmbrose" }, { "source" : "211jen", "target" : "Change" }, { "source" : "MADGEAustralia", "target" : "sharethis" }, { "source" : "PatrickJanesNC", "target" : "MinRonaAmbrose" }, { "source" : "PatrickJanesNC", "target" : "CdnChange" }, { "source" : "WaylanCooper", "target" : "hangthebankers" }, { "source" : "7W1773RS70RM", "target" : "tnwxfbga" }, { "source" : "CassieConroy", "target" : "MinRonaAmbrose" }, { "source" : "CassieConroy", "target" : "CdnChange" }, { "source" : "JamiaStarheart", "target" : "fuller_derek" }, { "source" : "JamiaStarheart", "target" : "pgoeltz" }, { "source" : "JamiaStarheart", "target" : "Peacepox" }, { "source" : "JamiaStarheart", "target" : "OccupySD" }, { "source" : "lengotin", "target" : "worldnetdaily" }, { "source" : "qsnuts", "target" : "MinRonaAmbrose" }, { "source" : "qsnuts", "target" : "Change" }, { "source" : "carmeloruiz", "target" : "marionnestle" }, { "source" : "carmeloruiz", "target" : "greenpeaceusa" }, { "source" : "carmeloruiz", "target" : "MarinOrganic" }, { "source" : "JonWesternPA", "target" : "hangthebankers" }, { "source" : "toqlip", "target" : "RachelsNews" }, { "source" : "carmeloruiz", "target" : "GMOfreeEurope" }, { "source" : "carmeloruiz", "target" : "ricochet_en" }, { "source" : "carmeloruiz", "target" : "AlArabiya_Eng" }, { "source" : "carmeloruiz", "target" : "EarthOpenSource" }, { "source" : "carmeloruiz", "target" : "JohnStauber" }, { "source" : "carmeloruiz", "target" : "derrickokeefe" }, { "source" : "carmeloruiz", "target" : "PaulHawken" }, { "source" : "carmeloruiz", "target" : "Acequiero1" }, { "source" : "whistlereport", "target" : "hangthebankers" }, { "source" : "zinniaz4bees", "target" : "MinRonaAmbrose" }, { "source" : "carmeloruiz", "target" : "GMOFreeUSA" }, { "source" : "carmeloruiz", "target" : "oak_institute" }, { "source" : "carmeloruiz", "target" : "telesurenglish" }, { "source" : "MiskaPhillip", "target" : "upton1144" }, { "source" : "MiskaPhillip", "target" : "RachelsNews" }, { "source" : "MiskaPhillip", "target" : "intmf" }, { "source" : "MiskaPhillip", "target" : "elizabethzen" }, { "source" : "CoaltonMiller", "target" : "upton1144" }, { "source" : "CoaltonMiller", "target" : "RachelsNews" }, { "source" : "CoaltonMiller", "target" : "intmf" }, { "source" : "CoaltonMiller", "target" : "elizabethzen" }, { "source" : "DanMilligan2", "target" : "upton1144" }, { "source" : "DanMilligan2", "target" : "RachelsNews" }, { "source" : "DanMilligan2", "target" : "intmf" }, { "source" : "DanMilligan2", "target" : "elizabethzen" }, { "source" : "mycprimetgibson", "target" : "TrueFoodNow" }, { "source" : "MiskaPhillip", "target" : "TheGOPJesus" }, { "source" : "MiskaPhillip", "target" : "RachelsNews" }, { "source" : "MiskaPhillip", "target" : "elizabethzen" }, { "source" : "MarthaHotz", "target" : "ALECexposed" }, { "source" : "MYENDLESSPATH", "target" : "MinRonaAmbrose" }, { "source" : "MYENDLESSPATH", "target" : "CdnChange" }, { "source" : "Flamingberry", "target" : "RachelsNews" }, { "source" : "SheridanExpress", "target" : "sharethis" }, { "source" : "3ATM31", "target" : "BlueSkies4All" }, { "source" : "CannabisWTF", "target" : "MinRonaAmbrose" }, { "source" : "sweetromance", "target" : "Redecopp79" }, { "source" : "sweetromance", "target" : "MinRonaAmbrose" }, { "source" : "sweetromance", "target" : "RachelsNews" }, { "source" : "sweetromance", "target" : "upton1144" }, { "source" : "sweetromance", "target" : "RachelsNews" }, { "source" : "sweetromance", "target" : "intmf" }, { "source" : "sweetromance", "target" : "elizabethzen" }, { "source" : "Bigred1852", "target" : "Stonyfield" }, { "source" : "Bigred1852", "target" : "AuroraOrganic" }, { "source" : "Bigred1852", "target" : "Horizon_Organic" }, { "source" : "Flamingberry", "target" : "TheGOPJesus" }, { "source" : "Flamingberry", "target" : "RachelsNews" }, { "source" : "Flamingberry", "target" : "elizabethzen" }, { "source" : "sweetromance", "target" : "TheGOPJesus" }, { "source" : "sweetromance", "target" : "RachelsNews" }, { "source" : "sweetromance", "target" : "elizabethzen" }, { "source" : "jaylynmason", "target" : "COVVHA" }, { "source" : "technicmind", "target" : "CannabisWTF" }, { "source" : "NobleDrew", "target" : "GMOChannel" }, { "source" : "SheridanExpress", "target" : "sharethis" }, { "source" : "cac410", "target" : "trutherbot" }, { "source" : "VMorigan", "target" : "TheGOPJesus" }, { "source" : "VMorigan", "target" : "SteegVan" }, { "source" : "VMorigan", "target" : "vmorigan" }, { "source" : "jnutzglass", "target" : "PeoplesVoice_TV" }, { "source" : "WildSpirit89", "target" : "8extremes" }, { "source" : "irokradio", "target" : "TheGOPJesus" }, { "source" : "irokradio", "target" : "LaroseGifts" }, { "source" : "irokradio", "target" : "virginiaincal" }, { "source" : "HollyButka", "target" : "JimDonnelly1" }, { "source" : "PriscillaJudd", "target" : "Novorossiyan" }, { "source" : "SheridanExpress", "target" : "newyorker" }, { "source" : "DanMilligan2", "target" : "8extremes" }, { "source" : "DanMilligan2", "target" : "8extremes" }, { "source" : "Acamus27", "target" : "8extremes" }, { "source" : "NDExperience", "target" : "TheGOPJesus" }, { "source" : "NDExperience", "target" : "Greeenguy111" }, { "source" : "NDExperience", "target" : "NDExperience" }, { "source" : "gheetar", "target" : "TheGOPJesus" }, { "source" : "gheetar", "target" : "MonsantoCo" }, { "source" : "gheetar", "target" : "8extremes" }, { "source" : "MindtwisterDean", "target" : "foodandwater" }, { "source" : "jtrygges", "target" : "TheGOPJesus" }, { "source" : "jtrygges", "target" : "jtrygges" }, { "source" : "jtrygges", "target" : "paleochef" }, { "source" : "captainhuke5", "target" : "trutherbot" }, { "source" : "JimDonnelly1", "target" : "jjcrazi" }, { "source" : "lucyfur46", "target" : "8extremes" }, { "source" : "TheGOPJesus", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "JyehaTaccori", "target" : "TalkRealFood" }, { "source" : "JyehaTaccori", "target" : "F" }, { "source" : "DelicesVille", "target" : "OrganicLiveFood" }, { "source" : "KanhemaPhoto", "target" : "ajplus" }, { "source" : "LuzBovo", "target" : "organicvalley" }, { "source" : "LuzBovo", "target" : "Horizon_Organic" }, { "source" : "iraaseemaa", "target" : "trutherbot" }, { "source" : "sweetromance", "target" : "CzarZellem" }, { "source" : "sweetromance", "target" : "sleuthjournal" }, { "source" : "RonnieKoffler", "target" : "mybestpicksever" }, { "source" : "ReidOyellette", "target" : "mybestpicksever" }, { "source" : "hacketyman", "target" : "Erst_Officer" }, { "source" : "MdPesticideNet", "target" : "IRTnoGMOs" }, { "source" : "MdPesticideNet", "target" : "gmofreemoms" }, { "source" : "MdPesticideNet", "target" : "GlutenFreeWoman" }, { "source" : "Eris379", "target" : "GMWatch" }, { "source" : "Eris379", "target" : "betajames" }, { "source" : "Harry1474", "target" : "GMFreeze" }, { "source" : "hcextrak", "target" : "8extremes" }, { "source" : "MYENDLESSPATH", "target" : "TheGOPJesus" }, { "source" : "MYENDLESSPATH", "target" : "RachelsNews" }, { "source" : "MYENDLESSPATH", "target" : "elizabethzen" }, { "source" : "agski48", "target" : "8extremes" }, { "source" : "alaskier", "target" : "8extremes" }, { "source" : "RachelsNews", "target" : "TheGOPJesus" }, { "source" : "RachelsNews", "target" : "RachelsNews" }, { "source" : "RachelsNews", "target" : "elizabethzen" }, { "source" : "__polia__", "target" : "TheGOPJesus" }, { "source" : "__polia__", "target" : "8extremes" }, { "source" : "__polia__", "target" : "AllR1inspirit" }, { "source" : "hcextrak", "target" : "8extremes" }, { "source" : "whogivesaxshit", "target" : "trutherbot" }, { "source" : "AyeeYogi", "target" : "trutherbot" }, { "source" : "LawsonMulvihill", "target" : "JoshuaWZ44" }, { "source" : "LawsonMulvihill", "target" : "KelloggsUS" }, { "source" : "kchannel9", "target" : "Acequiero1" }, { "source" : "kchannel9", "target" : "food_democracy" }, { "source" : "TreySocial", "target" : "BlueSkies4All" }, { "source" : "Vic2g2", "target" : "8extremes" }, { "source" : "lword84", "target" : "mazthespazz" }, { "source" : "lword84", "target" : "MonsantoCo" }, { "source" : "hartman_cory", "target" : "trutherbot" }, { "source" : "Jim_B60", "target" : "JoshuaWZ44" }, { "source" : "Jim_B60", "target" : "KelloggsUS" }, { "source" : "agski48", "target" : "TheGOPJesus" }, { "source" : "agski48", "target" : "MonsantoCo" }, { "source" : "agski48", "target" : "8extremes" }, { "source" : "FStockberger", "target" : "trutherbot" }, { "source" : "RyanAqua", "target" : "trutherbot" }, { "source" : "BarnsleesGirl", "target" : "TheGOPJesus" }, { "source" : "BarnsleesGirl", "target" : "MonsantoCo" }, { "source" : "BarnsleesGirl", "target" : "8extremes" }, { "source" : "WillVStafford", "target" : "greenstatetv" } ] ; 
     var nodes = {}
    
    // Compute the distinct nodes from the links.
    links.forEach(function(link) {
    link.source = nodes[link.source] ||
    (nodes[link.source] = {name: link.source});
    link.target = nodes[link.target] ||
    (nodes[link.target] = {name: link.target});
    link.value = +link.value;
    });
    
    var width = 800
    height = 600;
    
    var force = d3.layout.force()
    .nodes(d3.values(nodes))
    .links(links)
    .size([width, height])
    .linkDistance(50)
    .charge(-200)
    .on("tick", tick)
    .start();
    
    var svg = d3.select("body").append("svg")
    .attr("width", width)
    .attr("height", height);
    
    var link = svg.selectAll(".link")
    .data(force.links())
    .enter().append("line")
    .attr("class", "link");
    
    var node = svg.selectAll(".node")
    .data(force.nodes())
    .enter().append("g")
    .attr("class", "node")
    .on("mouseover", mouseover)
    .on("mouseout", mouseout)
    .on("click", click)
    .on("dblclick", dblclick)
    .call(force.drag);
    
    node.append("circle")
    .attr("r", 8)
    .style("fill", "#3182bd");
    
    node.append("text")
    .attr("x", 12)
    .attr("dy", ".35em")
    .style("fill", "#3182bd")
    .text(function(d) { return d.name; });
    
    function tick() {
    link
    .attr("x1", function(d) { return d.source.x; })
    .attr("y1", function(d) { return d.source.y; })
    .attr("x2", function(d) { return d.target.x; })
    .attr("y2", function(d) { return d.target.y; });
    
    node.attr("transform", function(d) { return "translate(" + d.x + "," + d.y + ")"; });
    }
    
    function mouseover() {
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 16);
    }
    
    function mouseout() {
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 8);
    }
    // action to take on mouse click
    function click() {
    d3.select(this).select("text").transition()
    .duration(750)
    .attr("x", 22)
    .style("stroke-width", ".5px")
    .style("opacity", 1)
    .style("fill", "#E34A33")
    .style("font", "17.5px serif");
    d3.select(this).select("circle").transition()
    .duration(750)
    .style("fill", "#E34A33")
    .attr("r", 16)
    }
    
    // action to take on mouse double click
    function dblclick() {
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 6)
    .style("fill", "#E34A33");
    d3.select(this).select("text").transition()
    .duration(750)
    .attr("x", 12)
    .style("stroke", "none")
    .style("fill", "#E34A33")
    .style("stroke", "none")
    .style("opacity", 0.6)
    .style("font", "7px serif");
    }
    
    </script>
     </body>
    
  8. 10 years, 10 months ago Sreedhanya Shanmughan

    Hi Andrew,

    Thank you for the response again. :)

    Here is the code. I am not sure how to do a child theme – pretty new to this myself. I have been using the CSS & Javascript Toolbox to add a code block, and then import that into the post.

    
    
            <!DOCTYPE html>
            <meta charset="utf-8">
            <body> 
     <style>
    .link {
    stroke: #666;
    opacity: 0.6;
    stroke-width: 1.5px;
    }
    .node circle {
    stroke: #fff;
    opacity: 0.6;
    stroke-width: 1.5px;
    }
    text {
    font: 7px serif;
    opacity: 0.6;
    pointer-events: none;
    }
    </style>
    
    <script src=http://d3js.org/d3.v3.min.js></script>
    
    <script> 
     var links = [ { "source" : "minnaingsoe1", "target" : "Greenpeace" }, { "source" : "esposito_step", "target" : "Greenpeace" }, { "source" : "redfoxcountry", "target" : "Greenpeace" }, { "source" : "gmeducationorg", "target" : "GMOjournal" }, { "source" : "greenvideos", "target" : "GMOjournal" }, { "source" : "colm_duffy", "target" : "foeeurope" }, { "source" : "Smj4334", "target" : "kevinfolta" }, { "source" : "defendressofsan", "target" : "LaLaRueFrench75" }, { "source" : "raastah", "target" : "foeeurope" }, { "source" : "Lindner400N", "target" : "kevinfolta" }, { "source" : "MitchTuffley", "target" : "NoTillBill" }, { "source" : "BuildUpRDNs", "target" : "FarmGirlJen" }, { "source" : "BuildUpRDNs", "target" : "FarmGirlJen" }, { "source" : "EDarier", "target" : "GMOjournal" }, { "source" : "EDarier", "target" : "VigilOGM" }, { "source" : "Monaghanson", "target" : "kevinfolta" }, { "source" : "VeganView", "target" : "JuneStoyer" }, { "source" : "VeganView", "target" : "TheOrganicView" }, { "source" : "glynmoody", "target" : "corporateeurope" }, { "source" : "glynmoody", "target" : "Europarl_EN" }, { "source" : "ClaudioGianni", "target" : "NoTillBill" }, { "source" : "Gowanlea", "target" : "kevinfolta" }, { "source" : "Muka255", "target" : "UNLazzarini" }, { "source" : "BenFranklin06", "target" : "TheGOPJesus" }, { "source" : "BenFranklin06", "target" : "Greeenguy111" }, { "source" : "BenFranklin06", "target" : "NDExperience" }, { "source" : "corporateeurope", "target" : "Europarl_EN" }, { "source" : "KwameMcJoseph", "target" : "alesaccoccio" }, { "source" : "suzettepetillo", "target" : "GenEngNetwork" }, { "source" : "suzettepetillo", "target" : "GMOjournal" }, { "source" : "Sam10k", "target" : "ExposeTPP" }, { "source" : "Sam10k", "target" : "GMOFreeUSA" }, { "source" : "Sam10k", "target" : "GMWatch" }, { "source" : "mirorfloydka", "target" : "Erickson_HD" }, { "source" : "jennifercandee", "target" : "HealthRanger" }, { "source" : "JeanneStJames", "target" : "GMWatch" }, { "source" : "JeanneStJames", "target" : "AdrianBebb" }, { "source" : "suzettepetillo", "target" : "alesaccoccio" }, { "source" : "TenceWolfe", "target" : "TheGOPJesus" }, { "source" : "TenceWolfe", "target" : "chliberty" }, { "source" : "TenceWolfe", "target" : "GM_judge" }, { "source" : "planetsekwah", "target" : "TasteAndShare" }, { "source" : "luisaloffredo28", "target" : "EmeraudeALB" }, { "source" : "gaiabiz", "target" : "GenEngNetwork" }, { "source" : "croscrocs", "target" : "GMWatch" }, { "source" : "croscrocs", "target" : "USRealityCheck" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "JnOoO", "target" : "alesaccoccio" }, { "source" : "FoodSovereignGH", "target" : "GenEngNetwork" }, { "source" : "FoodSovereignGH", "target" : "GMOjournal" }, { "source" : "VeganView", "target" : "JuneStoyer" }, { "source" : "VeganView", "target" : "TheOrganicView" }, { "source" : "ecoandi", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "ZeBeZeBa", "target" : "GMWatch" }, { "source" : "MBEngering", "target" : "AdrianBebb" }, { "source" : "QuakerDiane", "target" : "alesaccoccio" }, { "source" : "PaulEMetz", "target" : "alesaccoccio" }, { "source" : "HaseenaBakhtali", "target" : "EmeraudeALB" }, { "source" : "Araett", "target" : "alesaccoccio" }, { "source" : "DOOJAH007", "target" : "alesaccoccio" }, { "source" : "ColumbansUK", "target" : "alesaccoccio" }, { "source" : "silverspoonorg", "target" : "alesaccoccio" }, { "source" : "CDekki", "target" : "BuycottApp" }, { "source" : "CDekki", "target" : "MonsantoCo" }, { "source" : "jcarloscr", "target" : "alesaccoccio" }, { "source" : "JewelNature", "target" : "alesaccoccio" }, { "source" : "SudheerKumr", "target" : "AdrianBebb" }, { "source" : "activist013", "target" : "AdrianBebb" }, { "source" : "woloehr", "target" : "AdrianBebb" }, { "source" : "xirus11", "target" : "trutherbot" }, { "source" : "cabartolotto", "target" : "GMWatch" }, { "source" : "cabartolotto", "target" : "USRealityCheck" }, { "source" : "Greenpeace", "target" : "alesaccoccio" }, { "source" : "suzettepetillo", "target" : "AdrianBebb" }, { "source" : "mulondon", "target" : "GMWatch" }, { "source" : "allisondayart", "target" : "TrueFoodNow" }, { "source" : "paulrikmans", "target" : "EmeraudeALB" }, { "source" : "The_Secret_Soc", "target" : "MonsantoCo" }, { "source" : "lucma66", "target" : "EmeraudeALB" }, { "source" : "gabrielesalari", "target" : "alesaccoccio" }, { "source" : "IvanFranchi", "target" : "drvandanashiva" }, { "source" : "FritzFriebl", "target" : "EmeraudeALB" }, { "source" : "Massimo_Masini", "target" : "EmeraudeALB" }, { "source" : "dopeytweeter", "target" : "EmeraudeALB" }, { "source" : "Harry_Dillema", "target" : "EmeraudeALB" }, { "source" : "7W1773RS70RM", "target" : "Lulurealfood" }, { "source" : "EnaLolena", "target" : "EmeraudeALB" }, { "source" : "Luma923", "target" : "GenEngNetwork" }, { "source" : "Luma923", "target" : "GMOjournal" }, { "source" : "RouleReport", "target" : "GenEngNetwork" }, { "source" : "RouleReport", "target" : "GMOjournal" }, { "source" : "FairGreenGlobal", "target" : "AdrianBebb" }, { "source" : "FairGreenGlobal", "target" : "AdrianBebb" }, { "source" : "clouzot_alive", "target" : "EmeraudeALB" }, { "source" : "elizabethzen", "target" : "Hapuna22" }, { "source" : "PriscillaJudd", "target" : "elizabethzen" }, { "source" : "PriscillaJudd", "target" : "noelieululanib" }, { "source" : "PriscillaJudd", "target" : "jonflombee" }, { "source" : "elizabethzen", "target" : "cannyhighlander" }, { "source" : "elizabethzen", "target" : "GenEngNetwork" }, { "source" : "devaskyla", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "EarthOpenSource" }, { "source" : "philipgeany", "target" : "gergology" }, { "source" : "RobinHood1776", "target" : "GenEngNetwork" }, { "source" : "lindaberton", "target" : "FightAgainstGMO" }, { "source" : "elizabethzen", "target" : "jonflombee" }, { "source" : "elizabethzen", "target" : "garyhooser" }, { "source" : "FrankBLM", "target" : "KittenKoder" }, { "source" : "femacampinmate", "target" : "GMWatch" }, { "source" : "plantknight", "target" : "GenEngNetwork" }, { "source" : "plantknight", "target" : "GMOjournal" }, { "source" : "GMWatch", "target" : "GenEngNetwork" }, { "source" : "GMWatch", "target" : "GMOjournal" }, { "source" : "Tanya1720", "target" : "GMWatch" }, { "source" : "HerbRealm", "target" : "MiepBos" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "KateMbuto", "target" : "drvandanashiva" }, { "source" : "pollygannon", "target" : "drvandanashiva" }, { "source" : "amunhay", "target" : "Agricola_ent" }, { "source" : "lumiere022", "target" : "AdrianBebb" }, { "source" : "AndreaPtak", "target" : "GMOChannel" }, { "source" : "OrganicAnt", "target" : "AdrianBebb" }, { "source" : "GMWatch", "target" : "AdrianBebb" }, { "source" : "eddowding", "target" : "AdrianBebb" }, { "source" : "MushroomTable", "target" : "AdrianBebb" }, { "source" : "rlafoundation", "target" : "drvandanashiva" }, { "source" : "MiepBos", "target" : "GMO_Video" }, { "source" : "MiepBos", "target" : "hejdagmo" }, { "source" : "MiepBos", "target" : "GMO_Video" }, { "source" : "MiepBos", "target" : "GMO_Video" }, { "source" : "Adaya77", "target" : "censorednewsnow" }, { "source" : "Adaya77", "target" : "censored" }, { "source" : "MiepBos", "target" : "GMWatch" }, { "source" : "MiepBos", "target" : "AdrianBebb" }, { "source" : "MiepBos", "target" : "GMWatch" }, { "source" : "MiepBos", "target" : "USRealityCheck" }, { "source" : "MiepBos", "target" : "GMWatch" }, { "source" : "loiskuhle", "target" : "RT_com" }, { "source" : "farminpete", "target" : "GenEngNetwork" }, { "source" : "farminpete", "target" : "AdrianBebb" }, { "source" : "GarionCoyote", "target" : "AdrianBebb" }, { "source" : "GarionCoyote", "target" : "anewgreenearth" }, { "source" : "Luma923", "target" : "GMWatch" }, { "source" : "mskickalick", "target" : "AdrianBebb" }, { "source" : "devaskyla", "target" : "GMWatch" }, { "source" : "wizardQi", "target" : "drvandanashiva" }, { "source" : "tibettruth", "target" : "AdrianBebb" }, { "source" : "MiepBos", "target" : "mercola" }, { "source" : "nayasala", "target" : "GMWatch" }, { "source" : "The_Codeine_Kid", "target" : "GMWatch" }, { "source" : "FrenchRedFrog", "target" : "GMWatch" }, { "source" : "zerocarbonworld", "target" : "AdrianBebb" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "BranGoch", "target" : "AdrianBebb" }, { "source" : "GrnGalFrmSoCal", "target" : "selinasorrels" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "GarionCoyote", "target" : "GMOjournal" }, { "source" : "Andy2Atkins", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "AdrianBebb" }, { "source" : "studentveronica", "target" : "truthstreamnews" }, { "source" : "GarionCoyote", "target" : "GenEngNetwork" }, { "source" : "GarionCoyote", "target" : "GMOjournal" }, { "source" : "SchumacherCori", "target" : "drvandanashiva" }, { "source" : "MatthewSnedker", "target" : "AdrianBebb" }, { "source" : "mybrisan", "target" : "GMWatch" }, { "source" : "mybrisan", "target" : "USRealityCheck" }, { "source" : "mybrisan", "target" : "8extremes" }, { "source" : "cornelisdewitte", "target" : "AdrianBebb" }, { "source" : "cornelisdewitte", "target" : "AdrianBebb" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "MadRiddance", "target" : "8extremes" }, { "source" : "GenEngNetwork", "target" : "GMOjournal" }, { "source" : "HateYouALL__", "target" : "8extremes" }, { "source" : "Dgo500", "target" : "upton1144" }, { "source" : "Dgo500", "target" : "RachelsNews" }, { "source" : "Dgo500", "target" : "intmf" }, { "source" : "Dgo500", "target" : "elizabethzen" }, { "source" : "vickihird", "target" : "AdrianBebb" }, { "source" : "devaskyla", "target" : "GMWatch" }, { "source" : "devaskyla", "target" : "USRealityCheck" }, { "source" : "dynamat", "target" : "GMWatch" }, { "source" : "dynamat", "target" : "USRealityCheck" }, { "source" : "babaus2", "target" : "pdjmoo" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "sdonnan", "target" : "AdrianBebb" }, { "source" : "GMWatch", "target" : "USRealityCheck" }, { "source" : "UncleRee1", "target" : "8extremes" }, { "source" : "ColoradoRetweet", "target" : "CGH54" }, { "source" : "ColoradoRetweet", "target" : "Hea" }, { "source" : "wizardQi", "target" : "TheGOPJesus" }, { "source" : "wizardQi", "target" : "RachelsNews" }, { "source" : "wizardQi", "target" : "elizabethzen" }, { "source" : "Don_Dada_Deeski", "target" : "upton1144" }, { "source" : "Don_Dada_Deeski", "target" : "RachelsNews" }, { "source" : "Don_Dada_Deeski", "target" : "intmf" }, { "source" : "Don_Dada_Deeski", "target" : "elizabethzen" }, { "source" : "ou32350", "target" : "PaulMoreiraPLTV" }, { "source" : "CaseySchreiber", "target" : "MinRonaAmbrose" }, { "source" : "fuller_derek", "target" : "TheGOPJesus" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "KelloggsUS" }, { "source" : "OrganicForLife", "target" : "upton1144" }, { "source" : "OrganicForLife", "target" : "RachelsNews" }, { "source" : "OrganicForLife", "target" : "intmf" }, { "source" : "OrganicForLife", "target" : "elizabethzen" }, { "source" : "chliberty", "target" : "MotherJones" }, { "source" : "OrganicForLife", "target" : "TheGOPJesus" }, { "source" : "OrganicForLife", "target" : "RachelsNews" }, { "source" : "OrganicForLife", "target" : "elizabethzen" }, { "source" : "OrganicForLife", "target" : "GenModOrg" }, { "source" : "OrganicForLife", "target" : "RachelsNews" }, { "source" : "NSAEN", "target" : "nsaen" }, { "source" : "Sferious", "target" : "hacketyman" }, { "source" : "Sferious", "target" : "FightAgainstGMO" }, { "source" : "Sferious", "target" : "HillaryClinton" }, { "source" : "Sferious", "target" : "FightAgainstGMO" }, { "source" : "ChangeWeCanBeli", "target" : "TheGOPJesus" }, { "source" : "ChangeWeCanBeli", "target" : "RachelsNews" }, { "source" : "ChangeWeCanBeli", "target" : "elizabethzen" }, { "source" : "ChangeWeCanBeli", "target" : "GenModOrg" }, { "source" : "ChangeWeCanBeli", "target" : "RachelsNews" }, { "source" : "CauseOfLiberty", "target" : "GenModOrg" }, { "source" : "CauseOfLiberty", "target" : "RachelsNews" }, { "source" : "chliberty", "target" : "RetroLobbyInk" }, { "source" : "mongoose409", "target" : "upton1144" }, { "source" : "mongoose409", "target" : "RachelsNews" }, { "source" : "mongoose409", "target" : "intmf" }, { "source" : "mongoose409", "target" : "elizabethzen" }, { "source" : "mongoose409", "target" : "TheGOPJesus" }, { "source" : "mongoose409", "target" : "8extremes" }, { "source" : "mongoose409", "target" : "KelloggsUS" }, { "source" : "mongoose409", "target" : "8extremes" }, { "source" : "AdriaLikes", "target" : "EarthActivists" }, { "source" : "edgeben", "target" : "DominicPiper1" }, { "source" : "MainandWest", "target" : "KOAA_5" }, { "source" : "DominicPiper1", "target" : "RetroLobbyInk" }, { "source" : "fuller_derek", "target" : "EarthActivists" }, { "source" : "Sechelt", "target" : "AHuntly" }, { "source" : "TerryKi70848409", "target" : "NoTillBillCrab" }, { "source" : "knowladgeispwr", "target" : "upton1144" }, { "source" : "knowladgeispwr", "target" : "RachelsNews" }, { "source" : "knowladgeispwr", "target" : "intmf" }, { "source" : "knowladgeispwr", "target" : "elizabethzen" }, { "source" : "CGH54", "target" : "HealthRanger" }, { "source" : "chliberty", "target" : "TheGOPJesus" }, { "source" : "chliberty", "target" : "chliberty" }, { "source" : "chliberty", "target" : "GM_judge" }, { "source" : "LoneflagDv6", "target" : "trutherbot" }, { "source" : "mongoose409", "target" : "GMWatch" }, { "source" : "mongoose409", "target" : "8extremes" }, { "source" : "AntiFaResearch", "target" : "zilchoid" }, { "source" : "GenModOrg", "target" : "RachelsNews" }, { "source" : "DesertWalker48", "target" : "EarthActivists" }, { "source" : "leatherteaze", "target" : "TheGOPJesus" }, { "source" : "leatherteaze", "target" : "RachelsNews" }, { "source" : "leatherteaze", "target" : "elizabethzen" }, { "source" : "TheGOPJesus", "target" : "upton1144" }, { "source" : "TheGOPJesus", "target" : "RachelsNews" }, { "source" : "TheGOPJesus", "target" : "intmf" }, { "source" : "TheGOPJesus", "target" : "elizabethzen" }, { "source" : "CauseOfLiberty", "target" : "TheGOPJesus" }, { "source" : "CauseOfLiberty", "target" : "RachelsNews" }, { "source" : "CauseOfLiberty", "target" : "elizabethzen" }, { "source" : "CauseOfLiberty", "target" : "upton1144" }, { "source" : "CauseOfLiberty", "target" : "RachelsNews" }, { "source" : "CauseOfLiberty", "target" : "intmf" }, { "source" : "CauseOfLiberty", "target" : "elizabethzen" }, { "source" : "PogMoThoin13", "target" : "8extremes" }, { "source" : "johnlundin", "target" : "fuller_derek" }, { "source" : "johnlundin", "target" : "pgoeltz" }, { "source" : "johnlundin", "target" : "Peacepox" }, { "source" : "johnlundin", "target" : "OccupySD" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "AscendedLeo", "target" : "BlueSkies4All" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "kitnkboo", "target" : "KelloggsUS" }, { "source" : "kitnkboo", "target" : "8extremes" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "CBC" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "globalnews" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "NaturesPath" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "1010" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "HPCaImpact" }, { "source" : "theveggiewitch", "target" : "RachelsNews" }, { "source" : "theveggiewitch", "target" : "biotechaction" }, { "source" : "pgoeltz", "target" : "fuller_derek" }, { "source" : "pgoeltz", "target" : "pgoeltz" }, { "source" : "pgoeltz", "target" : "Peacepox" }, { "source" : "pgoeltz", "target" : "OccupySD" }, { "source" : "stayvocal", "target" : "2SkinneeJs" }, { "source" : "fuller_derek", "target" : "OrganicFoodMaps" }, { "source" : "GeekBarista", "target" : "OrganicFoodMaps" }, { "source" : "wheatmeister", "target" : "oregonian" }, { "source" : "AnonymousGlo", "target" : "8extremes" }, { "source" : "theheatherblack", "target" : "8extremes" }, { "source" : "buell003", "target" : "8extremes" }, { "source" : "HawaiianKiko12", "target" : "nwohashtag" }, { "source" : "HawaiianKiko12", "target" : "nwohashtag" }, { "source" : "jillsbecoming", "target" : "MinRonaAmbrose" }, { "source" : "jillsbecoming", "target" : "CdnChange" }, { "source" : "RobertWager1", "target" : "kevinfolta" }, { "source" : "HamersJody", "target" : "kevinfolta" }, { "source" : "arrowsmithwoman", "target" : "Furiousnurse" }, { "source" : "florenzatatiana", "target" : "BlueSkies4All" }, { "source" : "legant66", "target" : "8extremes" }, { "source" : "legant66", "target" : "USDAFoodSafety" }, { "source" : "brady51h", "target" : "organicvalley" }, { "source" : "brady51h", "target" : "Horizon_Organic" }, { "source" : "sterlingvoth", "target" : "HuffPostScience" }, { "source" : "sanjaybhatikar", "target" : "kevinfolta" }, { "source" : "SvRooy", "target" : "kevinfolta" }, { "source" : "L82be", "target" : "8extremes" }, { "source" : "L82be", "target" : "USDAFoodSafety" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "USDAFoodSafety" }, { "source" : "Oyekuise", "target" : "Label_GMOs" }, { "source" : "Oyekuise", "target" : "8extremes" }, { "source" : "hotcoffeeandpie", "target" : "ALECexposed" }, { "source" : "LBrien", "target" : "kevinfolta" }, { "source" : "athendoflight", "target" : "8extremes" }, { "source" : "athendoflight", "target" : "USDAFoodSafety" }, { "source" : "thegildedsprout", "target" : "gnowfglins" }, { "source" : "8extremes", "target" : "USDAFoodSafety" }, { "source" : "delchic", "target" : "mycprimetgibson" }, { "source" : "delchic", "target" : "Food_Tank" }, { "source" : "delchic", "target" : "Tr" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "Label_GMOs" }, { "source" : "VeracitiyFuture", "target" : "AfriCrop" }, { "source" : "Markus_Carlson", "target" : "8extremes" }, { "source" : "StudioAfrika", "target" : "AfriCrop" }, { "source" : "swtthing3", "target" : "Label_GMOs" }, { "source" : "troypeasley", "target" : "MinRonaAmbrose" }, { "source" : "troypeasley", "target" : "CdnChange" }, { "source" : "ishtarmuz", "target" : "6echelon" }, { "source" : "ishtarmuz", "target" : "EU_ZMK" }, { "source" : "THEWaveofAction", "target" : "GMOChannel" }, { "source" : "autumnrainwater", "target" : "elleprovocateur" }, { "source" : "KerrieRedgate", "target" : "DanCitizen" }, { "source" : "TammyAbdelqader", "target" : "ajplus" }, { "source" : "geoatlantis", "target" : "8extremes" }, { "source" : "SharonNovak5", "target" : "PriscillaJudd" }, { "source" : "SharonNovak5", "target" : "BadaBOOMz" }, { "source" : "woitekj", "target" : "Acequiero1" }, { "source" : "woitekj", "target" : "food_democracy" }, { "source" : "blakeaulermurph", "target" : "TheGOPJesus" }, { "source" : "blakeaulermurph", "target" : "8extremes" }, { "source" : "blakeaulermurph", "target" : "AllR1inspirit" }, { "source" : "SimonJaysek", "target" : "OrganicFoodMaps" }, { "source" : "PriscillaJudd", "target" : "MADGEAustralia" }, { "source" : "OrganicsDeliver", "target" : "OrganicFoodMaps" }, { "source" : "fuller_derek", "target" : "GMOChannel" }, { "source" : "MADGEAustralia", "target" : "OrganicFoodMaps" }, { "source" : "sophiasgalaxy", "target" : "constant2092" }, { "source" : "jezdou", "target" : "MADGEAustralia" }, { "source" : "sohren", "target" : "RawJuiceGuru" }, { "source" : "saltatv1", "target" : "GMWatch" }, { "source" : "RockNHot1", "target" : "occupycorruptDC" }, { "source" : "7W1773RS70RM", "target" : "omgitsdiscojim" }, { "source" : "NOtoGMOs", "target" : "TheGOPJesus" }, { "source" : "NOtoGMOs", "target" : "NoToGMOs" }, { "source" : "NOtoGMOs", "target" : "IrishinNOLA" }, { "source" : "OccupyPhotojour", "target" : "elleprovocateur" }, { "source" : "realfoodorg", "target" : "greenstatetv" }, { "source" : "RockNHot1", "target" : "whatwakeup" }, { "source" : "Solutioneer72", "target" : "rosie2656" }, { "source" : "Solutioneer72", "target" : "MinRonaAmbrose" }, { "source" : "Solutioneer72", "target" : "CdnChange" }, { "source" : "TrustMeCroatia", "target" : "RachelsNews" }, { "source" : "TrustMeCroatia", "target" : "biotechaction" }, { "source" : "rosie2656", "target" : "MinRonaAmbrose" }, { "source" : "rosie2656", "target" : "CdnChange" }, { "source" : "AllR1inspirit", "target" : "TheGOPJesus" }, { "source" : "AllR1inspirit", "target" : "8extremes" }, { "source" : "AllR1inspirit", "target" : "AllR1inspirit" }, { "source" : "AllR1inspirit", "target" : "Queen8Bees" }, { "source" : "AllR1inspirit", "target" : "TheGOPJesus" }, { "source" : "AllR1inspirit", "target" : "8extremes" }, { "source" : "AllR1inspirit", "target" : "Al" }, { "source" : "carmeloruiz", "target" : "occupytheseed" }, { "source" : "carmeloruiz", "target" : "LionsWrite" }, { "source" : "carmeloruiz", "target" : "RT_America" }, { "source" : "fidusz", "target" : "MADGEAustralia" }, { "source" : "AnotherWorldYes", "target" : "ParagCED" }, { "source" : "AnotherWorldYes", "target" : "ergogenics" }, { "source" : "carmeloruiz", "target" : "oak_institute" }, { "source" : "yochum", "target" : "MinRonaAmbrose" }, { "source" : "yochum", "target" : "CdnChange" }, { "source" : "carmeloruiz", "target" : "annalappe" }, { "source" : "carmeloruiz", "target" : "fmlappe" }, { "source" : "carmeloruiz", "target" : "EarthOpenSource" }, { "source" : "DangrusDana", "target" : "MinRonaAmbrose" }, { "source" : "DangrusDana", "target" : "CdnChange" }, { "source" : "211jen", "target" : "MinRonaAmbrose" }, { "source" : "211jen", "target" : "Change" }, { "source" : "MADGEAustralia", "target" : "sharethis" }, { "source" : "PatrickJanesNC", "target" : "MinRonaAmbrose" }, { "source" : "PatrickJanesNC", "target" : "CdnChange" }, { "source" : "WaylanCooper", "target" : "hangthebankers" }, { "source" : "7W1773RS70RM", "target" : "tnwxfbga" }, { "source" : "CassieConroy", "target" : "MinRonaAmbrose" }, { "source" : "CassieConroy", "target" : "CdnChange" }, { "source" : "JamiaStarheart", "target" : "fuller_derek" }, { "source" : "JamiaStarheart", "target" : "pgoeltz" }, { "source" : "JamiaStarheart", "target" : "Peacepox" }, { "source" : "JamiaStarheart", "target" : "OccupySD" }, { "source" : "lengotin", "target" : "worldnetdaily" }, { "source" : "qsnuts", "target" : "MinRonaAmbrose" }, { "source" : "qsnuts", "target" : "Change" }, { "source" : "carmeloruiz", "target" : "marionnestle" }, { "source" : "carmeloruiz", "target" : "greenpeaceusa" }, { "source" : "carmeloruiz", "target" : "MarinOrganic" }, { "source" : "JonWesternPA", "target" : "hangthebankers" }, { "source" : "toqlip", "target" : "RachelsNews" }, { "source" : "carmeloruiz", "target" : "GMOfreeEurope" }, { "source" : "carmeloruiz", "target" : "ricochet_en" }, { "source" : "carmeloruiz", "target" : "AlArabiya_Eng" }, { "source" : "carmeloruiz", "target" : "EarthOpenSource" }, { "source" : "carmeloruiz", "target" : "JohnStauber" }, { "source" : "carmeloruiz", "target" : "derrickokeefe" }, { "source" : "carmeloruiz", "target" : "PaulHawken" }, { "source" : "carmeloruiz", "target" : "Acequiero1" }, { "source" : "whistlereport", "target" : "hangthebankers" }, { "source" : "zinniaz4bees", "target" : "MinRonaAmbrose" }, { "source" : "carmeloruiz", "target" : "GMOFreeUSA" }, { "source" : "carmeloruiz", "target" : "oak_institute" }, { "source" : "carmeloruiz", "target" : "telesurenglish" }, { "source" : "MiskaPhillip", "target" : "upton1144" }, { "source" : "MiskaPhillip", "target" : "RachelsNews" }, { "source" : "MiskaPhillip", "target" : "intmf" }, { "source" : "MiskaPhillip", "target" : "elizabethzen" }, { "source" : "CoaltonMiller", "target" : "upton1144" }, { "source" : "CoaltonMiller", "target" : "RachelsNews" }, { "source" : "CoaltonMiller", "target" : "intmf" }, { "source" : "CoaltonMiller", "target" : "elizabethzen" }, { "source" : "DanMilligan2", "target" : "upton1144" }, { "source" : "DanMilligan2", "target" : "RachelsNews" }, { "source" : "DanMilligan2", "target" : "intmf" }, { "source" : "DanMilligan2", "target" : "elizabethzen" }, { "source" : "mycprimetgibson", "target" : "TrueFoodNow" }, { "source" : "MiskaPhillip", "target" : "TheGOPJesus" }, { "source" : "MiskaPhillip", "target" : "RachelsNews" }, { "source" : "MiskaPhillip", "target" : "elizabethzen" }, { "source" : "MarthaHotz", "target" : "ALECexposed" }, { "source" : "MYENDLESSPATH", "target" : "MinRonaAmbrose" }, { "source" : "MYENDLESSPATH", "target" : "CdnChange" }, { "source" : "Flamingberry", "target" : "RachelsNews" }, { "source" : "SheridanExpress", "target" : "sharethis" }, { "source" : "3ATM31", "target" : "BlueSkies4All" }, { "source" : "CannabisWTF", "target" : "MinRonaAmbrose" }, { "source" : "sweetromance", "target" : "Redecopp79" }, { "source" : "sweetromance", "target" : "MinRonaAmbrose" }, { "source" : "sweetromance", "target" : "RachelsNews" }, { "source" : "sweetromance", "target" : "upton1144" }, { "source" : "sweetromance", "target" : "RachelsNews" }, { "source" : "sweetromance", "target" : "intmf" }, { "source" : "sweetromance", "target" : "elizabethzen" }, { "source" : "Bigred1852", "target" : "Stonyfield" }, { "source" : "Bigred1852", "target" : "AuroraOrganic" }, { "source" : "Bigred1852", "target" : "Horizon_Organic" }, { "source" : "Flamingberry", "target" : "TheGOPJesus" }, { "source" : "Flamingberry", "target" : "RachelsNews" }, { "source" : "Flamingberry", "target" : "elizabethzen" }, { "source" : "sweetromance", "target" : "TheGOPJesus" }, { "source" : "sweetromance", "target" : "RachelsNews" }, { "source" : "sweetromance", "target" : "elizabethzen" }, { "source" : "jaylynmason", "target" : "COVVHA" }, { "source" : "technicmind", "target" : "CannabisWTF" }, { "source" : "NobleDrew", "target" : "GMOChannel" }, { "source" : "SheridanExpress", "target" : "sharethis" }, { "source" : "cac410", "target" : "trutherbot" }, { "source" : "VMorigan", "target" : "TheGOPJesus" }, { "source" : "VMorigan", "target" : "SteegVan" }, { "source" : "VMorigan", "target" : "vmorigan" }, { "source" : "jnutzglass", "target" : "PeoplesVoice_TV" }, { "source" : "WildSpirit89", "target" : "8extremes" }, { "source" : "irokradio", "target" : "TheGOPJesus" }, { "source" : "irokradio", "target" : "LaroseGifts" }, { "source" : "irokradio", "target" : "virginiaincal" }, { "source" : "HollyButka", "target" : "JimDonnelly1" }, { "source" : "PriscillaJudd", "target" : "Novorossiyan" }, { "source" : "SheridanExpress", "target" : "newyorker" }, { "source" : "DanMilligan2", "target" : "8extremes" }, { "source" : "DanMilligan2", "target" : "8extremes" }, { "source" : "Acamus27", "target" : "8extremes" }, { "source" : "NDExperience", "target" : "TheGOPJesus" }, { "source" : "NDExperience", "target" : "Greeenguy111" }, { "source" : "NDExperience", "target" : "NDExperience" }, { "source" : "gheetar", "target" : "TheGOPJesus" }, { "source" : "gheetar", "target" : "MonsantoCo" }, { "source" : "gheetar", "target" : "8extremes" }, { "source" : "MindtwisterDean", "target" : "foodandwater" }, { "source" : "jtrygges", "target" : "TheGOPJesus" }, { "source" : "jtrygges", "target" : "jtrygges" }, { "source" : "jtrygges", "target" : "paleochef" }, { "source" : "captainhuke5", "target" : "trutherbot" }, { "source" : "JimDonnelly1", "target" : "jjcrazi" }, { "source" : "lucyfur46", "target" : "8extremes" }, { "source" : "TheGOPJesus", "target" : "8extremes" }, { "source" : "fuller_derek", "target" : "8extremes" }, { "source" : "JyehaTaccori", "target" : "TalkRealFood" }, { "source" : "JyehaTaccori", "target" : "F" }, { "source" : "DelicesVille", "target" : "OrganicLiveFood" }, { "source" : "KanhemaPhoto", "target" : "ajplus" }, { "source" : "LuzBovo", "target" : "organicvalley" }, { "source" : "LuzBovo", "target" : "Horizon_Organic" }, { "source" : "iraaseemaa", "target" : "trutherbot" }, { "source" : "sweetromance", "target" : "CzarZellem" }, { "source" : "sweetromance", "target" : "sleuthjournal" }, { "source" : "RonnieKoffler", "target" : "mybestpicksever" }, { "source" : "ReidOyellette", "target" : "mybestpicksever" }, { "source" : "hacketyman", "target" : "Erst_Officer" }, { "source" : "MdPesticideNet", "target" : "IRTnoGMOs" }, { "source" : "MdPesticideNet", "target" : "gmofreemoms" }, { "source" : "MdPesticideNet", "target" : "GlutenFreeWoman" }, { "source" : "Eris379", "target" : "GMWatch" }, { "source" : "Eris379", "target" : "betajames" }, { "source" : "Harry1474", "target" : "GMFreeze" }, { "source" : "hcextrak", "target" : "8extremes" }, { "source" : "MYENDLESSPATH", "target" : "TheGOPJesus" }, { "source" : "MYENDLESSPATH", "target" : "RachelsNews" }, { "source" : "MYENDLESSPATH", "target" : "elizabethzen" }, { "source" : "agski48", "target" : "8extremes" }, { "source" : "alaskier", "target" : "8extremes" }, { "source" : "RachelsNews", "target" : "TheGOPJesus" }, { "source" : "RachelsNews", "target" : "RachelsNews" }, { "source" : "RachelsNews", "target" : "elizabethzen" }, { "source" : "__polia__", "target" : "TheGOPJesus" }, { "source" : "__polia__", "target" : "8extremes" }, { "source" : "__polia__", "target" : "AllR1inspirit" }, { "source" : "hcextrak", "target" : "8extremes" }, { "source" : "whogivesaxshit", "target" : "trutherbot" }, { "source" : "AyeeYogi", "target" : "trutherbot" }, { "source" : "LawsonMulvihill", "target" : "JoshuaWZ44" }, { "source" : "LawsonMulvihill", "target" : "KelloggsUS" }, { "source" : "kchannel9", "target" : "Acequiero1" }, { "source" : "kchannel9", "target" : "food_democracy" }, { "source" : "TreySocial", "target" : "BlueSkies4All" }, { "source" : "Vic2g2", "target" : "8extremes" }, { "source" : "lword84", "target" : "mazthespazz" }, { "source" : "lword84", "target" : "MonsantoCo" }, { "source" : "hartman_cory", "target" : "trutherbot" }, { "source" : "Jim_B60", "target" : "JoshuaWZ44" }, { "source" : "Jim_B60", "target" : "KelloggsUS" }, { "source" : "agski48", "target" : "TheGOPJesus" }, { "source" : "agski48", "target" : "MonsantoCo" }, { "source" : "agski48", "target" : "8extremes" }, { "source" : "FStockberger", "target" : "trutherbot" }, { "source" : "RyanAqua", "target" : "trutherbot" }, { "source" : "BarnsleesGirl", "target" : "TheGOPJesus" }, { "source" : "BarnsleesGirl", "target" : "MonsantoCo" }, { "source" : "BarnsleesGirl", "target" : "8extremes" }, { "source" : "WillVStafford", "target" : "greenstatetv" } ] ; 
     var nodes = {}
    
    // Compute the distinct nodes from the links.
    links.forEach(function(link) {
    link.source = nodes[link.source] ||
    (nodes[link.source] = {name: link.source});
    link.target = nodes[link.target] ||
    (nodes[link.target] = {name: link.target});
    link.value = +link.value;
    });
    
    var width = 800
    height = 600;
    
    var force = d3.layout.force()
    .nodes(d3.values(nodes))
    .links(links)
    .size([width, height])
    .linkDistance(50)
    .charge(-200)
    .on("tick", tick)
    .start();
    
    var svg = d3.select("body").append("svg")
    .attr("width", width)
    .attr("height", height);
    
    var link = svg.selectAll(".link")
    .data(force.links())
    .enter().append("line")
    .attr("class", "link");
    
    var node = svg.selectAll(".node")
    .data(force.nodes())
    .enter().append("g")
    .attr("class", "node")
    .on("mouseover", mouseover)
    .on("mouseout", mouseout)
    .on("click", click)
    .on("dblclick", dblclick)
    .call(force.drag);
    
    node.append("circle")
    .attr("r", 8)
    .style("fill", "#3182bd");
    
    node.append("text")
    .attr("x", 12)
    .attr("dy", ".35em")
    .style("fill", "#3182bd")
    .text(function(d) { return d.name; });
    
    function tick() {
    link
    .attr("x1", function(d) { return d.source.x; })
    .attr("y1", function(d) { return d.source.y; })
    .attr("x2", function(d) { return d.target.x; })
    .attr("y2", function(d) { return d.target.y; });
    
    node.attr("transform", function(d) { return "translate(" + d.x + "," + d.y + ")"; });
    }
    
    function mouseover() {
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 16);
    }
    
    function mouseout() {
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 8);
    }
    // action to take on mouse click
    function click() {
    d3.select(this).select("text").transition()
    .duration(750)
    .attr("x", 22)
    .style("stroke-width", ".5px")
    .style("opacity", 1)
    .style("fill", "#E34A33")
    .style("font", "17.5px serif");
    d3.select(this).select("circle").transition()
    .duration(750)
    .style("fill", "#E34A33")
    .attr("r", 16)
    }
    
    // action to take on mouse double click
    function dblclick() {
    d3.select(this).select("circle").transition()
    .duration(750)
    .attr("r", 6)
    .style("fill", "#E34A33");
    d3.select(this).select("text").transition()
    .duration(750)
    .attr("x", 12)
    .style("stroke", "none")
    .style("fill", "#E34A33")
    .style("stroke", "none")
    .style("opacity", 0.6)
    .style("font", "7px serif");
    }
    
    </script>
     </body>
    
  9. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    For sure. I’ll take a look asap tomorrow. Can you perhaps link us to the documentation you’re looking at for this?

  10. 10 years, 10 months ago Sreedhanya Shanmughan

    Ahmmm. No documentation that I am referring to. I am just going by the tutorials on WordPress. :)

    The network map that you see below the footer, I need that to be within the white content space – below social. But don’t know where I could edit the code to move the svg file. I tried in Inspect Element – and it let me get the output. But then, that way, the change won’t reflect backend, right?

    Appreciate anything you could help to sort this out.

    Thanks much.

    Have a good Sunday!

  11. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    This section here should be inserted under Appearance > Custom CSS:

    .link {
    stroke: #666;
    opacity: 0.6;
    stroke-width: 1.5px;
    }
    .node circle {
    stroke: #fff;
    opacity: 0.6;
    stroke-width: 1.5px;
    }
    text {
    font: 7px serif;
    opacity: 0.6;
    pointer-events: none;
    }
    

    Here is a child theme you can try use as a starting point: https://siteorigin.com/wp-content/uploads/2014/09/vantage-child-network-diag-js.zip. You can install via Appearance > Themes > Add New > Upload Theme. I’ve had a go at inserting the JS into content-single.php, have a look at that file via Appearance > Editor. Remember to insert the CSS under Appearance > Custom CSS.

    Give it a test and see how it goes.

  12. 10 years, 10 months ago Sreedhanya Shanmughan

    Andrew, i tried the child theme. But the entire look and feel created for the rest of the site gets drastically altered. I have done exactly what you have asked – – but have not got a result. Help me answer some simple questions:

    1. Where can i see the code to a page that I create? I am not able to edit the code.
    2. Can i add a child theme to just one page i create – without affecting rest of the premium theme?

    Thanks.

  13. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Adding a child theme to any site will cause the Customzier and menu assignments to be reset. If the child theme works you’ll need to redo all of your Appearance > Customizer settings and re-assign your menu.

    If you un-zip the child theme I sent through you can see what I’ve attempted to do there. We are quite far into the custom development space. I can try point you in the right direction, even make an attempt at resolving your request, as I did with the child theme, but this isn’t really part of our normal support offering. At some point it might useful for a developer to jump in and help you roll this out quickly.

    1. Your pages are controlled by the theme. It’s not possible to edit the entire page in code view. The theme uses PHP to build the code around the content as required.

    2. Yes, a child theme can have a custom page template that targets the ID of one page only. See: http://codex.wordpress.org/Page_Templates and page-{id}.php.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More