Go to file
2012-06-03 12:22:09 +02:00
COPYING changed license file 2010-11-15 04:13:56 +05:30
jquery-1.4.2.min.js first commit - taha essay mockup 2010-09-01 21:24:45 +05:30
jquery.tooltip.css change behaviour of sidebar 2010-11-06 21:52:13 +05:30
jquery.tooltip.js jquery noConflict 2010-11-23 11:29:45 +01:00
padma.layers.js support https urls and serving via https 2012-06-03 12:22:09 +02:00
padma.links.js comment out console.log 2012-02-15 18:21:47 +05:30
padma.playlist.js playlist 2011-01-02 14:52:15 +05:30
README added README, rationalized working tree 2010-11-23 18:02:10 +01:00
test.css text overflow 2010-11-06 22:42:45 +05:30
test.html some tweaking of annotation text height 2010-11-23 22:37:40 +01:00
test.js padmatexts: 2011-01-01 20:36:46 +05:30
utils.js support https urls and serving via https 2012-06-03 12:22:09 +02:00

padmaEssay is a set of JS files you can include at the top of your page to convert links to clips in pad.ma into "embeds"

The links need to be in the format of: http://pad.ma/Vdy5qr4j/00:26:31.000-00:28:38.000  <-- link can be got by going to pad.ma (or a padma instance), going to a video, selecting an in and out-point and chosing Link To This Selection from the Actions Menu.

You need to include the following files at the top of your page:
jquery.js
jquery.tooltip.js
jquery.tooltip.css
padma.layers.js
padma.links.js
utils.js
test.js

To tweak some configuration options, look at the top of padma.layers.js

If you want to write your own custom function to handle the embedding, look at test.js, and re-write the setupPadmaLink function.