Test Page - sorry nothing here for you or me
fff
.post { width: 100% !important; }
.post-footer { display: none !important; }
.post-header-line-1 { display: none !important; }
.gapad2 { display: none !important; }
#rsidebar-wrapper { display: none !important; }
.comments { display: none !important; }
#outer-wrapper { width: 100%...
callback -list comments
function mbtlist(json) {
for (var i = 0; i json.feed.entry.length; i++)
{
var TotalPosts = json.feed.openSearch$totalResults.$t;
}
var listing = "Total = " +TotalPosts+ " awesome comments!" ;
document.write(listing);
}
Total = 35151 awesome commen...
HTML Pre Code
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="generator" content="JSFiddle">
</body>
<meta name="description" content="Displaying your source code on web...