+ 9
Facebook timeline on website?
How can i put the timeline of my facebook page on my website?
5 odpowiedzi
+ 18
You could use facebook api
https://developers.facebook.com/docs/graph-api/reference/v3.0/page/feed
endpoint
https://graph.facebook.com/v3.0/me/feed
+ 8
I didn't understand what u r saying. If you want to link your fb account (timeline) then know ur fb username from messenger. Suppose that is skizzles123. Then write down this code
<a href="https://www.facebook.com/skizzles123">My Facebook account</a>
+ 8
Oh then I think it's not possible now. This feature is still not available for accounts, it's available for pages and posts I think. I may be wrong, u should try and search.
+ 7
Thanks for answering Rohan Karan
I want my every post from my facebook page to be visible on my website without a link
+ 5
You should the look for "Facebook API" on Google and find its documentation. I am sure they have already prepared a line of code or two, to just give you exactly what you want.