modified: index.html

This commit is contained in:
russellballestrini 2017-09-07 10:58:51 -04:00
parent 1c8c606edc
commit bc8d487059

View file

@ -17,6 +17,7 @@
<script src="jquery-3.2.0.slim.min.js"></script> <script src="jquery-3.2.0.slim.min.js"></script>
<script src="custom.js"></script> <script src="custom.js"></script>
<script src="https://my.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
<!-- reviewing the data - https://getmirrorshades.com/view.html?siteKey=NwkBplCe --> <!-- reviewing the data - https://getmirrorshades.com/view.html?siteKey=NwkBplCe -->
@ -443,13 +444,12 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
<h4>Remarkbox Demo <span style="font-size: .65em; margin-left: 10px;">try it out! </span></h4> <h4>Remarkbox Demo <span style="font-size: .65em; margin-left: 10px;">try it out! </span></h4>
<!-- Remarkbox - Your readers want to communicate with you --> <!-- Remarkbox - Your readers want to communicate with you -->
<script src="https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
<script> <script>
var thread_fragment = window.location.hash; var thread_fragment = window.location.hash;
var thread_uri = window.location.href; var thread_uri = window.location.href;
document.write('<iframe id="remarkbox" src="https://demo.remarkbox.com/embed?thread_uri=' + thread_uri + '" title="remarkbox" width="100%" style="width: 100% !important; border: none !important; overflow: hidden !important;" tabindex="0"></iframe>'); document.write('<iframe id="remarkbox" src="https://my.remarkbox.com/embed?thread_uri=' + thread_uri + '" title="remarkbox" width="100%" style="width: 100% !important; border: none !important; overflow: hidden !important;" tabindex="0"></iframe>');
iFrameResize({ iFrameResize({
checkOrigin: ["https://demo.remarkbox.com"], checkOrigin: ["https://my.remarkbox.com"],
inPageLinks: true, inPageLinks: true,
initCallback: function(e) { initCallback: function(e) {
e.iFrameResizer.moveToAnchor(thread_fragment) e.iFrameResizer.moveToAnchor(thread_fragment)
@ -457,7 +457,7 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
}, document.getElementById("remarkbox")); }, document.getElementById("remarkbox"));
</script> </script>
<noscript> <noscript>
<iframe id=remarkbox src="https://demo.remarkbox.com/embed?nojs=true" style=height:600px;width:100%;border:none!important tabindex=0></iframe> <iframe id=remarkbox src="https://my.remarkbox.com/embed?nojs=true" style=height:600px;width:100%;border:none!important tabindex=0></iframe>
</noscript> </noscript>
<hr> <hr>