Go to file
2010-11-23 22:37:40 +01: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 some tweaking of annotation text height 2010-11-23 22:37:40 +01:00
padma.links.js config options, tracks html 2010-11-23 16:21:01 +01:00
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 some tweaking of annotation text height 2010-11-23 22:37:40 +01:00
utils.js fixing taha.html to work 2010-11-06 06:26:06 +05:30

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.