Hi, I've been trawling the web for a definitive answer on this and this comes close but seems outdated now as edge publishing doesn't need to include the Preloader.js file and plugins for WP are also fairly outdated.
I have upload my published web html file and the accompanying .js file and images to a server and would like to put my edge content within a div on Wordpress. Which areas of html do I need to take and what specifically do I need to change in pasted content in order for the content to be 'found.' I'm used to using Hype which give an obvious scr= place to put the correct url in. An excerpt example of html from Hype -
<div id="gingerbreadman_hype_container" style="margin:auto;position:relative;width:64px;height:96px;overflow:hidden;" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="http://www.example.com/example.hyperesources/example_hype_generated_script.js?54142"></script>
</div>
What Edge outputs seems to be a lot more complicated and I'm struggling to work out how to reference the location of the .js file in a div like this
<div id="Stage" class="EDGE-137839798">
</div>
and also where to paste in the html in between <!--Adobe Edge Runtime--> <!--Adobe Edge Runtime End-->
I was also wondering for this whether it would be best to publish static html or not.
Hope someone can help with this.
C