Bloggable. Version 1.1.0

© 1984 April Computer

About

Bloggable is a blog tool that works on any neocities website! Yes even free accounts.

If you would like to report a bug please send the report at this site. (add your name if you want to be credited in bug reports)

For suggesting features please do so on the github repo.

Github repo: bloggable

Features

Getting started

You may use a fake domain to register with if you do not wish to use a real email address but this will make account recovery much harder.

Add your blog to your site with this code where you want the blog to be...

  • tumblr style blog:
  • <iframe src='https://arpilmyroomim.neocities.org/embed/index.html?userId=example'frameborder='none'></iframe>

  • zonelets style blog:
  • <iframe src='https://arpilmyroomim.neocities.org/embed/post/postlist?userId=example'frameborder='none'></iframe>

    Add this code after your closing body tag

    <script> const iframe = document.querySelector('iframe'); iframe.onload = function() { iframe.contentWindow.postMessage({ cssUrl: 'https://yourdomain.com/styles.css' }, '*'); };</script>

    Replace your domain with your neocities url

    Go to this page to add blog posts.

    Go to this page to edit or delete blog posts.

    Go to this page for settings.

    Changes and Updates

    Zonelets style blog

    Read the update log here

    Register/Login