Owen Blacker
Owen Blacker

Reputation: 4205

Bespoke Like / Comment / Share functionality

One of my developers is building a Facebook tab application for a promotion we're running. During this promotion, some users will be given trophy awards. One of the pages in the tab application will list the trophies and their winners and we would like to have Like / Comment / Share links underneath them, like with URL shares:

Like, Comment, Share example

Now it would be relatively easy to hand-roll this functionality for items that have a distinct URL (and so can be nodes in the OpenGraph) and that's what I think we'll have to do for the blog-like functionality, I think. (For clarity's sake, none of the current Social Plugins meets the right needs.) But I can't see how to do so for these trophies, which don't have a distinct URL.

I am right in thinking that "things that don't have a unique URL" can't be OpenGraph nodes, right?

Upvotes: 0

Views: 117

Answers (1)

Simon Cross
Simon Cross

Reputation: 13345

Correct. Every node in the Open Graph has its own distinct URL.

The querystring is considered part of the URL: you could use it to make the URL unique but render the same page.

Upvotes: 1

Related Questions