The tags <b:message> used for getting explicit message data which value stored at the server side of Blogger, while <b:param/> is additional parameter belong to <b:message>. Rendered message in HTML is vary based on Blog Language Settings.
![]() |
Tag data b:message and b:param on blogger |
The Syntax And Attribute
BLOGGER XML LANGUAGE
- Tags <b:message> name value is an alias of data:.
- Tags <b:message> Only accept data:messages type.
- Tags <b:param/> is singleton.
- Tags <b:param/> can be working only if tag <b:message> have parameter.
- Tags <b:param/> value can be data:[STRING] or String.
Examples and Implementation
DATA MESSAGES THAT HAS NO PARAMETERS.
A MESSAGE WITH A PARAMETER
CUSTOMIZE MESSAGE THAT HAS PARAMETER
This type of message has two parameters, we can customize it like above. The first <b:param/> is the name and the second one is the link of the author. The result will be 'By Foo' with given link.