Blogger Data

Blogger Theme Data Tags for Widgets

GeekThis remains completely ad-free with zero trackers for your convenience and privacy. If you would like to support the site, please consider giving a small contribution at Buy Me a Coffee.

Below is a list of all the Blogger Widget’s and tags available for each widget. This list is most likely incomplete but will hopefully provide you with more information than the original Google Documentation for this subject. I have found all of these through guessing, looking at Google Themes, from the small parts of documentation out there and by sheer luck. If you have any data elements that we miss, it would be highly appreciated if you could tell us so we can include it in our list below.

We also have created a custom Theme for Blogger which creates tables with all the widgets so you can visually see the values of each data tag. You can download it at the bottom of this page.

Site Data

  • data:blog.title
  • data:blog.pageType: values of “index”, “item”, “archive”.
  • data:blog.url
  • data:blog.homepageUrl
  • data:blog.pageTitle
  • data:blog.encoding
  • data:blog.languageDirection
  • data:blog.feedLinks
  • data:blog.enabledCommentProfileImages
  • data:blog.blogId
  • data:blog.metaDescription
  • data:blog.canonicalHomepageUrl
  • data:blog.plusone
  • data:blog.isMobileRequest

Blog (widget / posts)

  • data:feedLinks
  • data:olderPageUrl
  • data:olderPageTitle
  • data:newerPageUrl
  • data:newerPageTitle
  • data:commentLabel
  • data:authorLabel
  • data:timestampLabel
  • data:postLabelsLabel
  • data:backlinksLabel
  • data:numPosts
  • data:posts
    • data:post.dateHeader
    • data:post.id
    • data:post.title
    • data:post.body
    • data:post.snippet
    • data:post.author
    • data:post.authorAboutMe
    • data:post.authorProfileUrl
    • data:post.authorPhoto.url
    • data:post.url
    • data:post.timestamp
    • data:post.allowComments
    • data:post.numComments
    • data:post.embedCommentForm
    • data:post.allowNewComments
    • data:post.commentPagingRequired
    • data:post.showBacklinks
    • data:post.numBacklinks
    • data:post.addCommentUrl
    • data:post.emailPostUrl
    • data:post.editUrl
    • data:post.feedLinks
    • data:post.isFirstPost
    • data:post.isDateStart
    • data:post.includeAd
    • data:post.createLinkLabel
    • data:post.createLinkUrl
    • data:post.commentSource
    • data:post.showThreadedComments
    • data:post.commentJso
    • data:post.commentMsgs
    • data:post.commentConfig
    • data:post.communityId
    • data:post.commentHtml
    • data:post.commentLabelFull
    • data:post.noNewCommentsText
    • data:post.iframeCommentSrc
    • data:post.addCommentOnclick
    • data:post.labels
      • data:label.name
      • data:label.url
      • data:label.isLast
    • data:post.comments
      • data:comment.id
      • data:comment.body
      • data:comment.timestamp
      • data:comment.author
      • data:comment.authorUrl
      • data:comment.deleteUrl
      • data:comment.isDeleted
      • data:comment.authorAvatarImage

BlogArchive

  • data:title
  • data:style
  • data:data
    • data:data.name
    • data:data.post-count
    • data:data.url
    • data:data.data (recursive array)
    • data:data.posts
      • data:post.title
      • data:post.url

HTML / Text

  • data:title
  • data:content

Label

  • data:title
  • data:display
  • data:showFreqNumbers
  • data:labels
    • data:label.name
    • data:label.count
    • data:label.url
    • data:label.cssSize

BloggerButton

  • data:fullButton

Image

  • data:title
  • data:sourceUrl
  • data:width
  • data:height
  • data:caption

Stats

  • data:title
  • data:showSparkLine
  • data:showGraphicalCounter
  • data:showText

BlogList

  • data:title
  • data:items
    • data:item.blogUrl
    • data:item.displayStyle
    • data:item.blogTitle
    • data:item.blogIconUrl
    • data:item.showIcon
    • data:item.showItemThumbnail
    • data:item.itemTitle
    • data:item.itemUrl
    • data:item.itemThumbnail
      • data:item.itemThumbnail.height
      • data:item.itemThumbnail.width
      • data:item.itemThumbnail.url

PageList

  • data:title
  • data:links
    • data:link.title
    • data:link.href
    • data:link.isCurrentPage
  • data:title
  • data:links
    • data:link.name
    • data:link.target

TextList

  • data:title
  • data:items
    • data:item

PlusFollowers

  • data:title
  • data:height
  • data:width
  • data:theme
  • data:profileUrl

PlusBadge

  • data:title
  • data:showCoverPhoto
  • data:layout
  • data:width
  • data:height
  • data:theme
  • data:showTagLine
  • data:badgeType
  • data:profileUrl

PlusOne

  • data:annotation
  • data:size

Translate

  • data:title
  • data:pageLanguage
  • data:layout

Profile

  • data:title
  • data:userUrl
  • data:location
  • data:aboutme
  • data:displayname
  • data:photo
    • data:photo.url
    • data:photo.width
    • data:photo.height
    • data:photo.alt
  • data:team
  • data:authors
    • data:author.displayname
    • data:author.userURL

PopularPosts

  • data:title
  • data:showThumbnails
  • data:showSnippets
  • data:thumbnailSize
  • data:posts
    • data:post.href
    • data:post.title
    • data:post.snippet
    • data:post.thumbnail

Download Developer Theme

We created a developer theme which will show you all the data on your blog. We suggest using it on a test / sample site since the theme will modify widgets and various settings.

Additional Resources

Related Posts

Prevent Sending HTTP Referer Headers from Your Website

Learn how to prevent your site from sending HTTP referer headers to external websites that you link to with these three different methods.

Website Contact Form without PHP

How to create a fake contact form without PHP that initiates the user's current mail client.

Blogger Customize AdSense Advertisements

How to customize the appearance of Blogger advertisements to improve your earnings and website appearance.

Structure of Custom Blogger Themes

Learn how to create your custom Blogger themes and how Blogger themes are structured.