Hi,
just use the following fluid snippet
<f:for each="{newsItem.tags}" as="tag">
{tag.title}
<f:link.page class="active" pageUid="{settings.listPid}"
additionalParams="{tx_news_pi1:{overwriteDemand:{tags:
tag.uid}}}">{category.item.title}
</f:link.page>
</f:for>
and link to a page with a list plugin
georg