Recent Bugs

Report an error

Widget Usage

First, ensure that jQuery and jquery.template.js have been included in the page:

Then, add the MediaBugs widget Javascript and CSS files:

Make sure there is an empty <div> element in the page where the widget will live:

Add a block of Javascript to the page triggering the bugWidget function. The first parameter is a search command that tells the widget which bugs to display. Parameters should match those used by bug browser urls - 'status?q=open' or 'outlet?q=26745' or 'region?q=Pacific%20Northwest'. The second parameter should identify the div referenced above.