A simple shortcode plugin to add the Timeline made by
VéritéCo.
Supports custom width and height,
custom map styles by Stamen,
Google Spreadsheet and JSON data sources and many more.
Checkout how to create your amazing Timeline at
http://timeline.verite.co/
To embed your timeline use the button located at the post content editor (TinyMCE).
You can also embed the Timeline on your post using this shortcode :
[timeline src="Your source url here"]
TIP - If you want to embed outside of a post, use the following code:
<?php echo do_shortcode('[timeline src="Your source url here"]'); ?>
Supported languages
- English
- Brazilian Portuguese
- French
- Spanish
- German - Deutsch
- Italian
- Korean
- Chinese
- Taiwanese
- Upload the plugin to the
/wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Learn how to create the Timeline source at http://timeline.verite.co/#fileformat
- Use the shortcode on your post/page:
[timeline src="Your source url here"]
Extra tip - If you want do embed outside of a post, use the following code on your template:
<?php echo do_shortcode('[timeline src="Your source url here"]'); ?>