https://github.com/lexoyo/martech
Martech Webmaster Tools
https://github.com/lexoyo/martech
Last synced: 4 months ago
JSON representation
Martech Webmaster Tools
- Host: GitHub
- URL: https://github.com/lexoyo/martech
- Owner: lexoyo
- Created: 2018-06-07T16:57:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T19:22:39.000Z (over 7 years ago)
- Last Synced: 2025-03-18T11:09:56.157Z (7 months ago)
- Language: JavaScript
- Homepage: https://apps.facebook.com/231667064232503
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Admin front end
> a reactjs app
Display a list of "tab pages" for the logged in user:
* name
+ edit
+ link to tab
+ link to RedirAction for sharing
+ delete
* Facebook page name
+ link to page
+ link to page settings
+ remove from page or add to page
* url + edit
* [image + edit]
* [position + edit]Actions: create, help, about
## Admin backend
> [Facebook app ID 231667064232503](https://developers.facebook.com/apps/231667064232503/settings/basic/)
> expressjs appServe the admin front end to a Facebook tab.
Exposes routes to administrate tab pages.
Concerning where the data lives:
* in mongo: list of tab pages with these data:
* userId
* pageId
* url
* name
* [image]
* [position]
+ link to tab
+ link to page settings
+ link to RedirAction for sharing
* in facebook
* list of pages for the current user
* list of tab pages for each page## Smart Tab
> [Facebook app ID 206421073488301](https://developers.facebook.com/apps/206421073488301/settings/basic/)
> Same expressjs app as the admin backend, '/page-tab/' routeRedirect tab page to the URL defined by the user.