Adding rel="contact"

37 views
Skip to first unread message

Stefan

unread,
Mar 4, 2010, 1:36:17 PM3/4/10
to Social Graph API
Hi,

I run a social website which has "follow"-functionality. I would like
to add rel="contact" links to the people users follow. Do I have to
put these links on the "profile" page or can I put them in e.g.
http://mysite.com/{profile}/following? My guess is that they should be
on the profile page, but if a user is following a lot of people this
is not nice solution.

Thanks,
Stefan

Brad Fitzpatrick

unread,
Mar 5, 2010, 10:51:48 AM3/5/10
to social-g...@googlegroups.com
Either way.  You can add all the contacts on the profile page but not render them all to the end-user.  (CSS "display: none" or whatnot).  Maybe with a "show more..." link to expand.

In either case, you should submit a URL canonicalization rule for your site, to the sgnodemapper project:

 


--
You received this message because you are subscribed to the Google Groups "Social Graph API" group.
To post to this group, send email to social-g...@googlegroups.com.
To unsubscribe from this group, send email to social-graph-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/social-graph-api?hl=en.


Chris Messina

unread,
Mar 17, 2010, 9:10:27 PM3/17/10
to Social Graph API
You might also consider using "rel-next" and "rel-prev" either in the
header of your document as a metatag, or on links to paginated
follower lists, as in:

<a href="following.php?start=50&count=100" rel="next">Show the next
100 followees</a>

Chris

> > social-graph-a...@googlegroups.com<social-graph-api%2Bunsubscrib e...@googlegroups.com>

Reply all
Reply to author
Forward
0 new messages