Press Releases – tile view with summary – open in div

WordPress Shortcode Breakdown
Shortcode break down – all of these settings and more can be found in Settings / B2i Options
[b2i_press_releases group="65" c="12" tl="1" df="4" o="3" su="200"]
b2i_press_releases Module
group="65" Group – Specific to your license
c="12" Count of items per page: 12
tl="1" Filter & Search Tools On
df="4" Date format
o="3" Output = “3” for Tile layout
su="200" Summary Length 200 characters

JavaScript API Breakdown
Javascript API break down – all of these settings and more can be found in JavaScript API Documentation

<script language="JavaScript" src="https://www.b2i.us/b2i/LibraryApi.js?v=0.9.9" type="text/javascript">
<script language="JavaScript" type="text/javascript">
oLib.BizID="449";
oLib.sKey="Q6i2x9K5p3";
oLib.Group="65";
oLib.sDiv="LibDiv65";
oLib.sHttp="https";
oLib.Count="12";
oLib.iDateFormat="4";
oLib.ShowSummary="200";
oLib.Output="3";
oLib.sTools="1";
getData();
</script>