modified: index.html
This commit is contained in:
parent
1c8c606edc
commit
bc8d487059
1 changed files with 4 additions and 4 deletions
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
<script src="jquery-3.2.0.slim.min.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 -->
|
||||
|
|
@ -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>
|
||||
|
||||
<!-- 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>');
|
||||
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({
|
||||
checkOrigin: ["https://demo.remarkbox.com"],
|
||||
checkOrigin: ["https://my.remarkbox.com"],
|
||||
inPageLinks: true,
|
||||
initCallback: function(e) {
|
||||
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"));
|
||||
</script>
|
||||
<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>
|
||||
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue