Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 840 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 840 Bytes

FFeed - Facebook Feed

A simple page that returns the feed of a specific facebook page and group.

Usage

Replace {app-id} in assets/appid.js

// your a facebook app id
const facebookAppId = '{app-id}'

URL Options: The Query String Parameters

  • id: 766343270153764 or gaeraecom
  • limit: 50
  • fields: type,icon,name,picture,message,permalink,caption,count
  • skin: base or white
https://gaerae.com/ffeed/?id=gaeraecom&limit=50&fields=type,icon,name,picture,message,permalink,caption,count&skin=white

License

MIT