
News and information about the City of Round Rock on your website
News Widget
Shows the 3 most current news items shown on the City of Round Rock home page.
To add this widget to your website copy and paste the following code block where you would like it to appear:
<script src="http://www.roundrocktexas.gov/applications/widgets/rrwidget-news.asp" type="text/javascript"></script>
Video Widget
Shows the most recently published video by the City of Round Rock and has a link to Round Rock Replay, the City's board and commission video replay system.
To add this widget to your website code and paste the following code block where you would like it to appear:
<script src="http://www.roundrocktexas.gov/applications/widgets/rrwidget-video.asp" type="text/javascript"></script>
Advanced Configuration

If you want more control over how the widget is displayed on your page, add a <style> definition after you include the widget code. The diagram to the right displays how the <div>s are setup for the widget, and you can checkout the default stylesheet for inspiration.
Example of the code that could be rendered to your page:
<div id="RRWidget_Wrapper">
<div id="RRWidget_Header">City of Round Rock News</div>
<div id="RRWidget_Content">
<ul>
<li><a href="http://www.roundrocktexas.gov/home/index.asp?page=10&recordid=1325">Mystery Night in March and April</a></li>
<li><a href="http://www.roundrocktexas.gov/home/index.asp?page=10&recordid=1323">Reduced pet adoption fees in February</a></li>
<li><a href="http://www.roundrocktexas.gov/home/index.asp?page=10&recordid=1060">Overnight IH 35 lane closures for Feb. 7 to 11</a></li>
</ul>
</div>
<div id="RRWidget_Footer"><a href="http://www.roundrocktexas.gov">http://www.roundrocktexas.gov »</a></div>
</div>