Hi all,
I have the following code on each tag page - it pulls in the appropriate list of bookmarks from my Delicious account based on segment_2.
{exp:magpie url="http://feeds.delicious.com/v2/rss/mattobee/{segment_2}" limit="5"}<ul>
{items}<li class="xfolkentry"><span class="name"><a href="http://{link}%22class=%22taggedlink" rel="bookmark" class="taggedlink">{title}</a></span></li>
{/items}
</ul>{/exp:magpie)
Works fine apart from multi-word tags where the value of segment_2 is, for example, “web+design” and the equivalent tag at Delicious is “webdesign”.
Basically, I need to remove + from segment_2 in the Magpie call, but obviously this won’t work:
{exp:magpie url="http://feeds.delicious.com/v2/rss/mattobee/{exp:replace find="+"}{segment_2}{/exp:replace}
Any suggestions? 😊
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.