16 lines
956 B
Text
16 lines
956 B
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">
|
|
var thread_fragment = window.location.hash;
|
|
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>');
|
|
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" style="height: 600px; width: 100%; border: none !important;" tabindex="0"></iframe>
|
|
</noscript>
|