modified: index.html
This commit is contained in:
parent
ee93226fc7
commit
1045cc61e9
1 changed files with 28 additions and 18 deletions
46
index.html
46
index.html
|
|
@ -388,20 +388,29 @@ earn a <b>big lifetime discount</b>, so sign up!
|
|||
<p>
|
||||
<img src="https://lh3.googleusercontent.com/-uAPZy7NmmP0/AAAAAAAAAAI/AAAAAAAAAnI/iG2P43gCL2U/s140-c/photo.jpg" align="left" style="margin-right: 20px; margin-top: 5px;">
|
||||
<b><a href="http://russell.ballestrini.net/about">Russell Ballestrini</a></b> - <i>Founder</i>
|
||||
|
||||
My vision of Remarkbox started back in 2013 while porting
|
||||
my blog from Wordpress to Pelican, a static-site-generator.
|
||||
</p>
|
||||
<p>
|
||||
I had a problem: what would I do with my readers comments?
|
||||
</p>
|
||||
|
||||
<p>
|
||||
My research found solutions which served ads and I didn't want that.
|
||||
I set out to build my own solution because - <br/>"how long could it possibly take to build an embeddable comment system?" (hint: 3 years)
|
||||
</p>
|
||||
|
||||
Lots of love and thought have gone into making Remarkbox. I hope you and your readers enjoy using it!
|
||||
|
||||
<br>
|
||||
|
||||
I started working on Remarkbox back in 2014 to solve a problem I had after moving my Wordpress blog to a <b>static site</b>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I knew my readers would still want to communicate with me so I started the search for the <b>perfect embeddable comment system</b> to promote discussion.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
My research found solutions which would slow down my site, or worse, serve ads! That very day, I set out to build my own solution because -
|
||||
</p>
|
||||
|
||||
<p>
|
||||
"How long could it take to build a comment system?"
|
||||
</p>
|
||||
|
||||
<p>
|
||||
3 years later, I'm finally ready to share my progress with a hand selected group of users. Would you be interested in joining a list to hear more about it?
|
||||
</p>
|
||||
|
||||
<a href="#beta">Yes! I would like to follow this product's journey.</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -447,16 +456,17 @@ earn a <b>big lifetime discount</b>, so sign up!
|
|||
<iframe id=remarkbox-iframe src="https://my.remarkbox.com/embed?nojs=true" style="height:600px;width:100%;border:none!important" tabindex=0></iframe>
|
||||
</noscript>
|
||||
</div>
|
||||
<script src="https://my.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
|
||||
<script>
|
||||
var rb_owner_key = "potato";
|
||||
var thread_uri = window.location.href;
|
||||
var thread_fragment = window.location.hash;
|
||||
function create_remarkbox_iframe() {
|
||||
var thread_uri = window.location.href;
|
||||
var rb_nsur_id = "none";
|
||||
var rb_src = "https://my.remarkbox.com/embed?nsur_id=" + rb_nsur_id + "&thread_uri=" + thread_uri;
|
||||
var src = "https://my.remarkbox.com/embed?rb_owner_key=" + rb_owner_key + "&thread_uri=" + thread_uri;
|
||||
var ifrm = document.createElement("iframe");
|
||||
ifrm.setAttribute("id", "remarkbox-iframe");
|
||||
ifrm.setAttribute("scrolling", "no");
|
||||
ifrm.setAttribute("src", rb_src);
|
||||
ifrm.setAttribute("src", src);
|
||||
ifrm.setAttribute("frameborder", "0");
|
||||
ifrm.setAttribute("tabindex", "0");
|
||||
ifrm.setAttribute("title", "Remarkbox");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue