VFM

Javascript code posted by VideofyMe
created at 30 Aug 15:39

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="widget-container"></div>
<script src="http://videofy.me/js/sdk.js"></script>
<script>
// Write out the default widget with document.write
new VideofyMe.Widget({
  user: "foki",
  container: document.getElementById("widget-container"),
  width: "200px",
  height: "500px",
  layout: "large-thumb",
  font: "georgia"
});
</script>
349 Bytes in 4 ms with coderay