Comment Block
Support | |
---|---|
Events | No |
A Comment Block lets you display messages/comments on your page, showing a user's name, message and an icon/avatar. You can add comment blocks using New-PodeWebComment
:
New-PodeWebCard -Content @(
New-PodeWebComment -Username 'Badgerati' -Message 'Is this reality?' -Icon '/pode.web/images/icon.png'
New-PodeWebComment -Username 'Joe Bloggs' -Message 'Or is this just fantasy?' -Icon '/pode.web/images/icon.png'
New-PodeWebComment -Username 'Jane Doe' -Message 'Caught in a landsland' -Icon '/pode.web/images/icon.png'
)
Which looks like below: