Preview H2O
  • nav-logoCreated with Sketch. Library Innovation Lab
  • About
  • Projects
  • Sketches
  • Collaborate
  • Blog
April 4, 2016

Posted by Joe Yacoboski

Edit

You can enter any text you want into the editor, including HTML (audio/video embed tags...even script tags), and it will be rendered during preview as-is. So if you are tempted to paste in random javascript you find on the web, think twice.

Post Excerpt

You can configure how much of your post will appear on the blog's index page. The default is to show a "read more" link after the first paragraph. To move the "read more" button somewhere else, paste <!--more--> wherever you'd like it to appear. (Note: there's an option to remove the button entirely later on the Download page, as well.)

Images

Upload your image using the LIL blog media upload form, and note the URL it assigns to your image. Use the editor's image button, swapping in the image URL for the placeholder. It should look like this, when you are done:

![Short description of the image.](https://blog-uploader.lil.tools/my-image.png)

Videos

Upload your video to the LIL vimeo account, and use this code to embed it, swapping in the correct url.

<div class="embed-container">
  <iframe src="https://player.vimeo.com/video/######"
          width="640"
          height="480"
          frameborder="0"
          webkitallowfullscreen
          mozallowfullscreen
          allowfullscreen>
  </iframe>
</div>
    
Library Innovation Lab
  • Home
  • About
  • Projects
  • Sketches
  • Blog

©2017 The President and Fellows of Harvard University

The content on this site is covered under a Creative Commons Attribution-ShareAlike 3.0 Unported license unless otherwise noted.