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!!
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-יוני 9, 2013 ב-11:12לפני חצות יום
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.
תגובה מאת LeiNaD_87
ב-יוני 9, 2013 ב-5:13אחרי חצות יום
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
תגובה מאת Travis Bell
ב-אוגוסט 20, 2013 ב-4:43אחרי חצות יום
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.