[{
"slug": "how-do-i-edit-my-timeline",
"question": "How do I edit my timeline?",
"answer": "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."
},
{
"slug": "what-web-browsers-does-timelinejs-work-with",
"question": "What web browsers does TimelineJS work with?",
"answer": "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."
},
{
"slug": "missing-slides",
"question": "Some of my slides aren't showing up. Where are they?",
"answer": "If the slides which aren't appearing are at the end of your timeline, look for a blank spreadsheet row right after the last slide which is appearing. When TimelineJS asks Google for your data, Google only sends up to the first blank row, so TimelineJS is actually showing everything that it can. Don't forget to look for hidden spreadsheet rows or rows with a very small height."
},
{
"slug": "what-are-my-options-for-changing-how-my-timeline-works",
"question": "What are my options for changing how my Timeline looks?",
"answer": "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."
},
{
"slug": "can-i-change-things-using-css",
"question": "There aren't enough options. I want more control over the [font size/color/etc]. Can I change things using CSS?",
"answer": "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."
},
{
"slug": "how-can-i-categorize-or-group-my-events",
"question": "How can I categorize or group my events?",
"answer": "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."
},
{
"slug": "why-did-this-happen",
"question": "The first slide in my timeline isn't the first chronologically. Why did this happen?",
"answer": "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."
},
{
"slug": "can-i-make-media-images-clickable",
"question": "Can I make media images clickable?",
"answer": "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."
},
{
"slug": "how-can-i-format-text",
"question": "How can I format text (add line breaks, bold, italics)?",
"answer": "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:
<p></p>
tags to create line breaks.<b></b>
tags for bold text and <i></i>
for italicsiframe
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."
},
{
"slug": "will-my-spreadsheet-get-picked-up-by-search-engines",
"question": "Will my spreadsheet get picked up by search engines?",
"answer": "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."
},
{
"slug": "can-i-use-timelinejs-with-wordpress",
"question": "Can I use TimelineJS with Wordpress?",
"answer": "It depends. TimelineJS does not work with Wordpress.com sites. We are researching ways to address this.