Is it possible to add code from Github to the AGOD Site Editor using script tags?

1803
0
04-27-2016 11:21 AM
SusanMinnemeyer1
New Contributor

Hey Open Data Team,

Our site-editor for our Open Data site is getting pretty dense with code, and we'd like to be able to deploy our code from Github directly to the ArcGIS Open Data site. I thought this might be possible using script tags, but wasn't able to find any documentation on how to do so/ wasn't having any luck with my tests. Below is the script tags I was using to embed a html file from Github to the AGOD Header.

<div class="header-container">

<iframe src="https://raw.githubusercontent.com/wri/odp_front_end/master/html/header.html"

scrolling="no"></iframe>

Tags (3)
0 Replies