2. Change the word Featured in the code with the name of the label you want to display a post from (or just add the label Featured to the post you want to display).
<script type="text/javascript" src="/feeds/posts/default/-/Featured?published&alt=json-in-script&callback=featuredposts"></script>
Here's the code for the widget, in case it's deleted:<script type="text/javascript">
var numposts = 1;
var displaymore = true;
var showpostdate = true;
var showpostsummary = false;
var numchars = 1;
</script>
<script type="text/javascript" src="/feeds/posts/default/?published&alt=json-in-script&callback=featuredposts"></script>