views:

516

answers:

0

Hi all,

I'm just wondering if it's possible to get the info from an 'fb:name' tag into the title of an 'a' tag in a Facebook notification. Like so:

<a href="#" title="<fb:name uid='12345' linked='false' />, <fb:name uid='12346' linked='false' />">2 friends</a> just joined this application.

When it's one friend only there's no problem as I can just use the fb:name tag on it's own, but when I try putting them inside another tag it looks like Facebook is not finding them and replacing them with the name as they within a tag already.

I want to group notifications though to save on the number sent, but I'd still like to list the names as a title attribute rather than in a long list in front of the notification if that's possible. Any ideas? Thanks!

Darren.