For CM/MZ widgets:
To get started with building your own JavaScript Widget, go into the Integration Settings Control Panel and click on the tab labeled “Widgets.” You’ll be able to specify which type of scrolling module to build and it’s easy to configure any additional parameters (scrolling, max number items to scroll, etc.) You’ll place the code snippet on your homepage, sidebar, or wherever you would like these scrolling modules to appear.
Javascript Widget Code Example for Upcoming Events:
<div id="mni-widgets-1352418342839"></div>
<script type
="text/javascript"> var _mniwq
= _mniwq
|| []; _mniwq.
push(["1352418342839.type", "events_upcoming"], ["1352418342839.marquee", false], ["1352418342839.showEndDate", false], ["1352418342839.showLinks", true], ["1352418342839.popUp", true], ["1352418342839.dateFormat", "MMM d"], ["1352418342839.create", "mni-widgets-1352418342839"]); (function (b
, d
, a
, c
) { b.
getElementById(d
) || (c
= b.
getElementsByTagName(a
)[0], a
= b.
createElement(a
), a.
type = "text/javascript", a.
async = !0, a.
src = "business.green-valley-org.com/Content/Script/Widgets.js", c.
parentNode.
insertBefore(a
, c
)) })(document
, "mni-widgets-script", "script"); </script
><div id=”mni-widgets-1352418342839″></div>
<script type=”text/javascript”>
var _mniwq = _mniwq || [];
_mniwq.push([“1352418342839.type”, “events_upcoming”], [“1352418342839.marquee”, false], [“1352418342839.showEndDate”, false], [“1352418342839.showLinks”, true], [“1352418342839.popUp”, true], [“1352418342839.dateFormat”, “MMM d”], [“1352418342839.create”, “mni-widgets-1352418342839”]);
(function (b, d, a, c) { b.getElementById(d) || (c = b.getElementsByTagName(a)[0], a = b.createElement(a), a.type = “text/javascript”, a.async = !0, a.src = “business.green-valley-org.com/Content/Script/Widgets.js”, c.parentNode.insertBefore(a, c)) })(document, “mni-widgets-script”, “script”);
</script>
GrowthZone widgets:
To get started with building your own JavaScript Widget, go into GrowthZone database > Settings > GrowthZone Pages > Actions > Generate Widgets. You’ll be able to specify which type of scrolling module to build and it’s easy to configure any additional parameters (scrolling, max number items to scroll, etc.) You’ll place the code snippet on your homepage, sidebar, or wherever you would like these scrolling modules to appear. These widgets are very similar to the CM/MZ widget above.