javascript - TimelineJS:: How to insert links in events -


i'm doing timeline using timelinejs in json , want add link download/view pdf file in event. have tried use conventional methods insert html in json hasn't worked in library.

relevant code:

 {     "startdate":"2012,1,4",     "headline":"sh*t broke people say",     "text":"",     "asset": {                  "media":"http://youtu.be/zyyalkhjsjo",                  "credit":"",                  "caption":""               }  } 


Comments

Popular posts from this blog

SQL php on different pages to Insert (mysqli) -

php - How can an email be returned from Stripe Checkout? -

sql - Partition elimination in Greenplum -