Clone project
Instructions
This project is using Instascan a lightweight JavaScript plugin. You can find more info about it here.
Currently I have not been able to get this to work on iOS, apparently there may be some a solution. There is more information here if anyone would like to give it a try.
Step 1
Copy the custom code from the home page of this project into your project page Before </body> tag.
Step 2
Insert an embed code with the next content:
<video class="scanner-content" id="preview"></video>
<video class="scanner-content" id="preview"></video>
Notice that the id="preview" is used in the custom code from the first step, and is the element where the scanner is going to be rendered.