Difference between revisions of "Mechanical Turk"

From CCRMA Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
 
Youtube Embed example:
 
Youtube Embed example:
 
  <iframe width="640" height="390" src="//www.youtube.com/embed/k3Vtb_CSlKI" frameborder="0" allowfullscreen></iframe>
 
  <iframe width="640" height="390" src="//www.youtube.com/embed/k3Vtb_CSlKI" frameborder="0" allowfullscreen></iframe>
 +
 +
Turk embed with variable:
 +
<iframe width="640" height="390" src="{$video_link}" frameborder="0" allowfullscreen></iframe>

Revision as of 21:44, 12 December 2013

https://www.mturk.com/mturk/

Adding Variables

https://requester.mturk.com/help/getting_started.html#TemplateVariables

Youtube Embed example:

<iframe width="640" height="390" src="//www.youtube.com/embed/k3Vtb_CSlKI" frameborder="0" allowfullscreen></iframe>

Turk embed with variable:

<iframe width="640" height="390" src="{$video_link}" frameborder="0" allowfullscreen></iframe>