Shortcode Breakdown
JavaScript API Breakdown
Shortcode break down – all of these settings and more can be found in Settings / B2i Options
[b2i_sec sdiv="10KandProxy" n="1" sf="1" t="10KandProxy" c="10"]
b2i_sec
Modulet="10KandProxy"
Filter: 10KandProxy displays the 10-Ks and Proxy statements – visit our settings page for more filter optionssf="0"
Show Filter Dropdown turned offn="1"
Navigation (paging) turned onc="10"
Count: 4 items will be returnedJavaScript API Breakdown
Javascript API break down – all of these settings and more can be found in JavaScript API Documentation
<div id="10KandProxy"></div>
<script language="JavaScript" src="https://www.b2i.us/b2i/SECapi.js?v=1.0.4" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
oSEC.BizID="449";
oSEC.sKey="Q6i2x9K5p3";
oSEC.t="10KandProxy";
oSEC.sDiv="10KandProxy";
oSEC.c="10";
oSEC.n="1";
oSEC.sHttp="https";
oSEC.sf="0";
getSecData();
</script>