Table of Contents

Globally Available Layout Data Tags
Live Widget Examples
Page Header Widget
Blog Archive Widget
Profile Widget
Feed Widget
Picture Widget
Labels Widget
Link List Widget
Previously Undocumented Live Widget Examples
Blog List Widget
Subscription Links Widget
Page List Widget
Blog Posts Widget
Blog Configuration
Page Navigation
System Messages
Blog Page Feed Links
Posts List
Live PageType Examples
Homepage
Index Page
Label Page
Search Page
Archive Page
Item Page
Static Page

Globally Available Layout Data Tags

A Global Layout Data Tag can be used anywhere in your template, even the header.

Table of Contents | Top

Page Header Widget

  • widget.type: Header
  • widget.instanceId: Header1
  • title: Contoh Cara Edit Blogspot Anda
  • widget.sectionId: documented-widgets
  • widget.actionUrl: //contothblogsendiri.blogspot.com/?widgetType=Header&widgetId=Header1 π
  • widget.quickEditUrl: //www.blogger.com/rearrange?blogID=4823638636027393651&widgetType=Header&widgetId=Header1&action=editWidget§ionId=documented-widgets π
  • edit-link: Edit
  • description:
  • useImage: false
  • sourceUrl: π
  • height: 0px;
  • width: 0px;
  • imagePlacement: BEHIND (Values: "BEHIND", "REPLACE")
  • backgroundPositionStyleStr: left
  • widthStyleStr: width: 0px;
  • mobile: false

Notes

(3.28.10) - The value of the title attribute in your b:widget element will be ignored.

Table of Contents | Top

Profile Widget

  • widget.type: Profile
  • widget.instanceId: Profile1
  • title: Profile
  • widget.sectionId: documented-widgets
  • widget.actionUrl: //contothblogsendiri.blogspot.com/?widgetType=Profile&widgetId=Profile1 π
  • widget.quickEditUrl: //www.blogger.com/rearrange?blogID=4823638636027393651&widgetType=Profile&widgetId=Profile1&action=editWidget§ionId=documented-widgets π
  • edit-link: Edit
  • team: false
  • userUrl: https://www.blogger.com/profile/17430482422566397358 π
  • location:
  • showlocation: false
  • aboutme:
  • displayname: Unknown
  • photo:
  • photo.url: π
  • photo.width:
  • photo.height:
  • photo.alt:
  • authors: (This list-type is only available on team blogs.)
    • displayname:
    • userUrl:

Table of Contents | Top

Blog List Widget

  • widget.type: BlogList
  • widget.instanceId: BlogList1
  • title: Blog List
  • widget.sectionId: undocumented-widgets
  • widget.actionUrl: //contothblogsendiri.blogspot.com/?widgetType=BlogList&widgetId=BlogList1 π
  • widget.quickEditUrl: //www.blogger.com/rearrange?blogID=4823638636027393651&widgetType=BlogList&widgetId=BlogList1&action=editWidget§ionId=undocumented-widgets π
  • edit-link: Edit
  • showIcon: true
  • showItemThumbnail: false
  • showItemTitle: true
  • showItemSnippet: false
  • showTimePeriodSinceLastUpdate: false
  • numItemsToShow: 0
  • totalItems: 0
  • showNText: Show 0
  • showAllText: Show All
  • items: (list-item)

Warning: The following data tags will trigger a bX-1k6z5j error (last checked 4.20.10), if used when there's no thumbnail present: itemThumbnail.height, itemThumbnail.width, itemThumbnail.url. Always check for the presence of a thumbnail beforehand. The following code snippet will demonstrate how:

<b:if cond='data:item.itemThumbnail'>

Table of Contents | Top

Page List Widget

  • widget.type: PageList
  • widget.instanceId: PageList1
  • title: Pages
  • widget.sectionId: undocumented-widgets
  • widget.actionUrl: //contothblogsendiri.blogspot.com/?widgetType=PageList&widgetId=PageList1 π
  • widget.quickEditUrl: //www.blogger.com/rearrange?blogID=4823638636027393651&widgetType=PageList&widgetId=PageList1&action=editWidget§ionId=undocumented-widgets π
  • edit-link: Edit
  • links: (list-type)
    • index: 0
    • isCurrentPage: true
    • href: http://contothblogsendiri.blogspot.com/ π
    • title: Home

Table of Contents | Top

Powered by Blogger.

Blog Posts Widget

  • widget.type: Blog
  • widget.instanceId: Blog1
  • title: Contoh Cara Edit Blogspot Anda
  • widget.sectionId: blog-post-widget
  • widget.actionUrl: //contothblogsendiri.blogspot.com/?widgetType=Blog&widgetId=Blog1 π
  • widget.quickEditUrl: //www.blogger.com/rearrange?blogID=4823638636027393651&widgetType=Blog&widgetId=Blog1&action=editWidget§ionId=blog-post-widget π
  • edit-link: Edit

Blog Configuration

  • showDummy false
  • dummyUrl
  • languageCode en
  • authorLabel: By
  • showAuthor: false
  • timestampLabel: at
  • showTimestamp: true
  • commentLabel: comments
  • commentLabelPlural: comments
  • backlinkLabel:
  • *backlinksLabel:
  • postLabelsLabel: Labels:
  • reactionsLabel:
  • showReactions: false
  • blogCommentMessage:

Page Navigation

  • navMessage:
  • olderPageUrl: π
  • olderPageTitle:
  • newerPageUrl: π
  • newerPageTitle:
  • homeMsg: Home

System Messages

  • blogTeamBlogMessage:
  • feedLinksMsg: Subscribe to:
  • emailPostMsg: Email Post
  • editPostMsg: Edit Post
  • postCommentMsg: Post a Comment
  • commentPostedByMsg: said...
  • deleteCommentMsg: Delete Comment
  • deleteBacklinkMsg:
  • feedLinks: (list-type)
    • index: 0
    • url: http://contothblogsendiri.blogspot.com/feeds/posts/default π
    • name: Posts
    • feedType: Atom
    • mimeType: application/atom+xml

Posts List

  • posts: (list-type)

Table of Contents | Top