You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
j 4ad3f35560 support https urls and serving via https 12 years ago
COPYING changed license file 14 years ago
README added README, rationalized working tree 14 years ago
jquery-1.4.2.min.js first commit - taha essay mockup 14 years ago
jquery.tooltip.css change behaviour of sidebar 14 years ago
jquery.tooltip.js jquery noConflict 14 years ago
padma.layers.js support https urls and serving via https 12 years ago
padma.links.js comment out console.log 12 years ago
padma.playlist.js playlist 14 years ago
test.css text overflow 14 years ago
test.html some tweaking of annotation text height 14 years ago
test.js padmatexts: 14 years ago
utils.js support https urls and serving via https 12 years ago

README

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.