Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pullRSSFeed("http://www.facebook.com/feeds/page.php?format=rss20&id=6420827863")
- #set($Q = '"')
- #foreach($content in $list)
- ## Make Facebook's odd relative URLs into URLs that work from another site
- #set($content.description = $content.description.replaceAll("href=.\/","href=${Q}http://www.facebook.com/"))
- #set($content.link = $content.link.replaceAll("^\/","http://www.facebook.com/"))
- <h3><a href="$!content.link">$!content.title</a></h3>
- <p>$!content.description</p>
- #end
Advertisement
Add Comment
Please, Sign In to add comment