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.