Skip to content

Instantly share code, notes, and snippets.

@tmking
Created October 1, 2009 22:30
Show Gist options
  • Save tmking/199289 to your computer and use it in GitHub Desktop.
Save tmking/199289 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Feed Test</title>
</head>
<body>
blah blah
<div id="av-news-widget"></div>
<script type="text/javascript">
WIDGET_TITLE = 'Allvoices News';
WIDGET_THEME = 'all_voices';
WIDGET_CATEGORY = '-1';
WIDGET_TYPE = 'auto';
WIDGET_LIST_LENGTH = '4';
WIDGET_SHOW_SUMMARY = 'true';
WIDGET_LINK_TARGET = 'new';
WIDGET_HEADER_BG = '#565656';
WIDGET_HEADER_FG = '#d3d3d3';
WIDGET_STORY_BG = '#a5a5a5';
WIDGET_STORY_FG = '#3d3d3d';
WIDGET_STORY_TITLE = '#333333';
</script>
<script type="text/javascript" src="http://allvoices.dev/javascripts/news_widget/news-widget-launcher.js></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment