January 19, 2025
LinkList Widget
Blogger (blogspot) LinkList
widget template data collection. This post uses the Blogger 2nd generation template for a reference (Contempo, Soho, Emporio, Notable, Essential).
Introduction
LinkList
widget is gadget that displays a user-provided list of links.
Markups
<b:widget id='LinkList1' locked='false' title='' type='LinkList' visible='true'>
<b:includable id='main' var='this'>
<ul>
<b:loop values='data:links' var='link'>
<li>
<a expr:href='data:link.target'>
<data:link.name />
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:widget>
Widget Data
Here's a list of known data in the widget:
data:links[]
target
name
Open comments page