www.remarkbox.com/iframe.txt
russellballestrini a9b7ab49dc new file: iframe.min.txt
new file:   iframe.txt
	modified:   index.html
2017-01-19 20:38:28 -05:00

17 lines
1.1 KiB
Text

<!-- Remarkbox - readers want to communicate with you -->
<script type="text/javascript" src="https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
<script type="text/javascript">
thread_fragment = window.location.hash;
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;" allowtransparency="true" scrolling="no" horizontalscrolling="no" verticalscrolling="no" tabindex="0" seamless></iframe>');
iFrameResize(
{
inPageLinks: true,
initCallback: function(iframe){iframe.iFrameResizer.moveToAnchor(thread_fragment);}
},
document.getElementById("remarkbox")
);
</script>
<noscript>
<iframe id="remarkbox" src="https://demo.remarkbox.com/embed?nojs=true" frameborder="0" style="height: 600px; width: 100%; border: none !important;" allowtransparency="true" height="600px" width="100%"></iframe>
</noscript>