Frequently Asked Questions

How do I edit my timeline?

Once you've created a timeline, you can make changes by going back to your Google spreadsheet. Changes you make to the spreadsheet are automatically available to your Timeline—you don't need to repeat the "publish to the web" step (step #2). If you want to make changes to the optional settings, you will need to update your embed code, but if you are only changing content in the spreadsheet, then there's nothing else to do.

What web browsers does TimelineJS work with?

Our primary development and testing browser is Google Chrome. We adhere closely to web standards, so we believe that TimelineJS should work effectively in all modern web browsers. TimelineJS is known to not work with Internet Explorer versions before IE10.

Style and Presentation

What are my options for changing how my Timeline looks?

First, make sure you know everything you can do in the spreadsheet configuration, like background colors and images. Also, check out the optional settings part of "step 3" of the authoring tool. You can change the fonts, the position of the timeline navigation, and the initial zoom level. If you still want to do more, there are some configuration options available. Most of those are for fine tuning, but some of them may be helpful.

There aren't enough options. I want more control over the [font size/color/etc]. Can I change things using CSS?

Because there are so many details to the styling, this is not exactly simple, but, if you have some technical capacity, you can override TimelineJS's CSS rules and have complete control over the look of the timeline. For details, see Overriding Timeline's Styles.

How can I categorize or group my events?

Every event in a timeline can have a group property. Events with the same group are shown in the same row or adjacent rows, and the common value of their group property is used as a label at the left edge of the timeline. Groups can be set using the "group" column in the Google Spreadsheet or the "group" property of a JSON slide object. TimelineJS does not support any other special styling for events in the same group.

The first slide in my timeline isn't the first chronologically. Why did this happen?

When using the Google Spreadsheet to configure your timeline, if you put the word title in the type column, that slide will be put at the front, regardless of the values in the date columns. See the Google Spreadsheet documentation for more information.

Working with media

Can I make media images clickable?

No. Many of TimelineJS's media types are interactive, and so would not be able to handle a link, and other of TimelineJS's media types have terms of service which require a link back to the source of the media. As an alternative, consider using HTML to add links in the caption, credit, or text for the slide.

How can I format text (add line breaks, bold, italics)?

TimelineJS's text fields (headline, text, caption, and credit) all accept HTML markup. A full tutorial on HTML is outside the scope of this FAQ, but here are a few basics:

  • Wrap paragraphs in <p></p> tags to create line breaks.
  • Wrap text in <b></b> tags for bold text and <i></i> for italics
Date and time formatting

How do I enter BCE dates?

To enter dates before the common era, just use a negative value for the year. Of course, you can also enter month and date if you need them.

How do I create very ancient dates?

Generally, you don't have to think about it -- just enter the dates you want. Timeline can handle dates literally to the beginning of time. For dates more than about 250,000 years ago, only the year is usable. Support for those older dates is still relatively new, so if anything seems off, visit our tech support site.

Data and privacy

Who can access the data in my Google spreadsheet?

You must make the data public to the web to use TimelineJS with a Google Spreadsheet as the data source. Normally, the data is still only visible to people who know the link, so if you publish a timeline privately, outsiders are unlikely to see the data. However, it is still public, so you must decide if that is acceptable.

Privacy is very important to me. How should I use TimelineJS?

If you want complete control over who can see the information in your timeline, you cannot use Google Spreadsheets, and you cannot use our standard iframe embed code. Instead, you must use JSON format for the data and instantiate the timeline directly using javascript. You can then use standard web server security measures to control who has access to your timeline and the data used to create it.

Will my spreadsheet get picked up by search engines?

Under normal circumstances, Google tells search engines not to index spreadsheets which are published to the web. Of course, if the page is public on the web, it is possible that a search engine will disregard those instructions.

Publishing

Can I use TimelineJS with Wordpress?

It depends. TimelineJS does not work with Wordpress.com sites. We are researching ways to address this.

If you are able to install plugins to your Wordpress installation, we have a Wordpress plugin for Timeline. It supports embedding Timelines with wordpress "shortcode", and as of version 3.3.14.0, it also has experimental "oembed" support. That means that you can take a direct URL to a timeline (like you get with the "get link to preview" button) and put it in a post on a line by itself, and it should be embedded. (Make sure you've updated the plugin before you try it.)

Licensing

Is TimelineJS free for commercial use?

TimelineJS is released under the Mozilla Public License (MPL), version 2.0. That means that TimelineJS is free to "use, reproduce, make available, modify, display, perform, distribute" or otherwise employ. You don't need our permission to publish stories with TimelineJS and you don't need to pay us any fees or arrange any further license beyond the MPL. To read more about what you can do with TimelineJS, read our license page.