Skip to content

Instantly share code, notes, and snippets.

@richardmackney
Created July 11, 2011 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardmackney/1075746 to your computer and use it in GitHub Desktop.
Save richardmackney/1075746 to your computer and use it in GitHub Desktop.
Add Recent Posts List to Posterous
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Feedburner for Posterous customised at http://richard.mackney.com
Script URL on Dropbox: http://dl.dropbox.com/u/1542199/feedburner.html
Use iFrame code: <iframe src="http://dl.dropbox.com/u/1542199/feedburner.html" frameborder="0" style="border:none; overflow:hidden; width:350px; height:170px;"></iframe>
-->
<head>
<title>Feedburner BuzzBoost</title>
<style type="text/css">
body {
background: #f3f3f3;
margin: 0px;
color: #515151;
font-family: Tahoma, Geneva, sans-serif;
font-size: 15px;
letter-spacing: 0em;
}
a {
color: #c00;
text-decoration: underline;
}
a:visited {
color: #c00;
text-decoration: none;
}
a:hover {
color: #515151;
text-decoration: underline;
}
h1 {
font-size: 12px;
color:#c00;
}
/* feedburner */
div.feedburnerFeedBlock p.date {
font-size:10px;
}
div.feedburnerFeedBlock ul li div {
display: inline;
}
div.feedburnerFeedBlock span.headline a {
font-weight: normal;
text-transform: uppercase;
font-size: 11px;
}
div.feedburnerFeedBlock ul li {
padding-bottom: 10px;
padding-left: 0;
text-indent: 0;
}
div.feedburnerFeedBlock ul {
list-style: none;
margin: 0;
padding: 10px 0;
}
#creditfooter {
display: none;
}
/* feedburner */
</style>
</head>
<body>
<script src="http://feeds.feedburner.com/Mackney?format=sigpro&displayEnclosures=false&excerptFormat=plain&nItems=5&displayExcerpts=false&displayDate=false&openLinks=new" type="text/javascript" ></script>
<noscript>
<p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/Mackney"></a></p>
</noscript>
<!-- Customise your Feedburner options see http://www.google.com/support/feedburner/bin/answer.py?answer=78991
&openLinks=new
&displayDate=false
&displayEnclosures=true
&displayExcerpts=false
&nItems=10
&displayTitle=true
&feedTitle=Your%20Title%20Here
&excerptFormat=plain
&excerptLength=30
&dateLocation=above
&dateFormat=MM/dd/yyyy
-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment