I decided to put this in API support because is the most "technical" place in the forum.
I'm deploying a app that shared on facebook the info about movies using the open graph items. Is as easy as fill this info in the movie web page:
< head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# video: http://ogp.me/ns/video#"> < meta property="fb:app_id" content="YOUR_APP_ID" /> < meta property="og:type" content="video.movie" /> < meta property="og:url" content="Put your own URL to the object here" /> < meta property="og:title" content="Sample Movie" /> < meta property="og:image" content="https://s-static.ak.fbcdn.net/images/devsite/attachment_blank.png" /> < meta property="video:actor:id" content="Sample Actor: ID" />
More info: https://developers.facebook.com/docs/reference/opengraph/object-type/video.movie
Using that, we can add movies to facebook watchlist or watched list. Then, when someone clicks on the movie, a new page to themoviedb is opened instead the movie's facebook profile.
What do you think about that? I think is very easy and very fast to implement and the web can get more traffic.
And like I always say: Thank you for your work!!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 9 juin 2013 à 11h12
Hi LeiNaD_87,
I'm not clear on what you're asking for... if you look at our website, we already have all this in use.
Réponse de LeiNaD_87
le 9 juin 2013 à 17h13
O_o
I search that info I didn't find it... I don't know what I did... Sorry I'll try again to use it in my app.
Thank you and sorry
Réponse de Travis Bell
le 20 août 2013 à 16h43
Hi Kretzschmar,
We do not support these features with Facebook right now. The original post was simply about adding the open graph tags to the website.