modified: index.html
This commit is contained in:
parent
6c96dbd767
commit
24908f0a08
1 changed files with 20 additions and 5 deletions
25
index.html
25
index.html
|
|
@ -115,9 +115,9 @@
|
|||
<br />
|
||||
<br />
|
||||
|
||||
<textarea style="width: 96%; height: 250px; font-size: .7em; color: #999999; border-color: #cccccc;" disabled><!-- Remarkbox - readers want to communicate with you -->
|
||||
<script src=https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js></script><script>var 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;" tabindex="0"></iframe>'),iFrameResize({inPageLinks:!0,initCallback:function(e){e.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></textarea>
|
||||
|
||||
<textarea style="width: 96%; height: 270px; font-size: .7em; color: #999999; border-color: #cccccc;" disabled><!-- Remarkbox - readers want to communicate with you -->
|
||||
<script src="https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script> <script> 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({ checkOrigin: ["https://demo.remarkbox.com"], inPageLinks: true, initCallback: function(e) { e.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>
|
||||
</textarea>
|
||||
</center>
|
||||
|
||||
</div>
|
||||
|
|
@ -467,8 +467,23 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
|
|||
<a id="remarkbox-demo" class="anchor"></a>
|
||||
<h4>Remarkbox Demo <span style="font-size: .65em; margin-left: 10px;">try it out! </span></h4>
|
||||
|
||||
<!-- Remarkbox - readers want to communicate with you -->
|
||||
<script src=https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js></script><script>var 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;" tabindex="0"></iframe>'),iFrameResize({inPageLinks:!0,initCallback:function(e){e.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>
|
||||
<!-- Remarkbox - Your readers want to communicate with you -->
|
||||
<script src="https://demo.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
|
||||
<script>
|
||||
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({
|
||||
checkOrigin: ["https://demo.remarkbox.com"],
|
||||
inPageLinks: true,
|
||||
initCallback: function(e) {
|
||||
e.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>
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue