How to generate web badge:
- Step 1: Set all the parameters you want and see the result.
- Step 2: Press “Show code” button and copy the code.
- Step 3: Paste code into your HTML document as shown in example below. For more information read how to use web badge widget.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | </p><p id="xorWebBadge"><a href="http://www.xorbin.com/">Web Badge widget</a></p> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"><!-- -----PASTE CODE HERE----- swfobject.embedSWF( "xorWebBadge.swf", "xorWebBadge", "200", "200", "8", "expressInstall.swf", flashvars, {scale: "noscale", wmode: "transparent"} ); // --></script> |

