Structured Data markup validation and testing tools
function mbtlist(json) {
for (var i = 0; i json.feed.entry.length; i++)
{
var TotalPosts = json.feed.openSearch$totalResults.$t;
}
var listing = "Total = " +TotalPosts+ " Posts" ;
document.write(listing);
}
Total = 46 Posts
function mbtlist(json) {
for (var...
Showing posts with label Base. Show all posts
Showing posts with label Base. Show all posts