modified: iframe.txt
modified: index.html
This commit is contained in:
parent
8dda191072
commit
b28f1d7fa0
2 changed files with 18 additions and 15 deletions
19
iframe.txt
19
iframe.txt
|
|
@ -1,17 +1,16 @@
|
|||
<!-- 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(
|
||||
{
|
||||
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")
|
||||
);
|
||||
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>
|
||||
<iframe id="remarkbox" src="https://demo.remarkbox.com/embed?nojs=true" style="height: 600px; width: 100%; border: none !important;" tabindex="0"></iframe>
|
||||
</noscript>
|
||||
|
|
|
|||
14
index.html
14
index.html
|
|
@ -20,7 +20,9 @@
|
|||
|
||||
|
||||
<!-- reviewing the data - https://getmirrorshades.com/view.html?siteKey=NwkBplCe -->
|
||||
<!--
|
||||
<script async src="https://getmirrorshades.com/agent.js" data-siteId="MA-EWUFWH-64A"></script>
|
||||
-->
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
|
|
@ -108,8 +110,10 @@
|
|||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<textarea style="width: 96%; height: 270px; font-size: .7em; color: #999999; border-color: #cccccc;" disabled><!-- 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></textarea>
|
||||
|
||||
<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>
|
||||
|
||||
<br />
|
||||
<b>⬆ Setup on your web page in 30s or less</b>
|
||||
</center>
|
||||
|
|
@ -123,7 +127,7 @@
|
|||
<h3 style="margin-top: 80px">Looking for a Disqus alternative?</h3>
|
||||
</center>
|
||||
Disqus serves advertisements and has a distracting user experience which causes your visitors to bounce. We all want a better way.
|
||||
As a result, Remarkbox was created as comment system that <b>works for the site owner</b>, not against them.
|
||||
As a result, Remarkbox was created as a comment system that <b>works for the site owner</b>, not against them.
|
||||
<a href="#learn">... read more</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -135,7 +139,6 @@
|
|||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<a id="learn" class="anchor"></a>
|
||||
<div class="nav">
|
||||
<div>
|
||||
<a href="http://www.remarkbox.com"><img src="remarkbox-minified.png" class="navlogo" alt="Remarkbox Logo" /></a>
|
||||
|
|
@ -152,6 +155,7 @@
|
|||
</div>
|
||||
|
||||
<div class="reasons row-padding">
|
||||
<a id="learn" class="anchor"></a>
|
||||
<center>
|
||||
<h4>Your search for the perfect blog comment system ends today</h4>
|
||||
<br/>
|
||||
|
|
@ -462,7 +466,7 @@ Space is <b>limited</b> but if you are selected<br/> your <b>feedback will shape
|
|||
<h5>Remarkbox Demo <span style="font-size: .65em; margin-left: 10px;">try it out! </span></h5>
|
||||
|
||||
<!-- 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>
|
||||
<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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue