# Data Helper

| Destination                 | Data                                         | Description                                                                                                                                                                                                                                                      |
| --------------------------- | -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Dynamic HomePage            | not required                                 | This homepage does not need any data to be passed. You can customize this homepage from your WordPress Dashboard > Wordroid 4 > Config                                                                                                                           |
| Tabbed Posts HomePage       | `category_name:category_id` i.e `Fashion:35` | This page requires you to pass the category names and category ids separeted by comma (,). Latest posts from the specified categories will be shown and category names will be used as the tab names. Example: `Fashion:35,Food:12,Development:29`               |
| Post List Page              | `category_id`                                | This pages requires the category id(s) to load the posts (and subcategories of that category) i.e `35,29,15,24`. You can also pass multiple category ids separated by comma "," or just one category to load posts (and subcategories of that category) i.e `29` |
| Category List Page          | not required                                 | Categories will be shown in alphabetical order                                                                                                                                                                                                                   |
| Tag List Page               | not required                                 | Tags will be shown in alphabetical order                                                                                                                                                                                                                         |
| Saved Posts Page            | not required                                 | Saved Posts be shown in descending order (date)                                                                                                                                                                                                                  |
| Youtube Page                | screen names                                 | YouTube page requires the page names it needs to load separated by comma "," i.e `latest,playlist`                                                                                                                                                               |
| Youtube Playlist Video Page | playlist id                                  | YouTube page requires the id of the playlist i.e `UUNhT2txZHDfeIS0g7ZK7uRg`                                                                                                                                                                                      |
| Facebook App                | FB Page Url                                  | Full FB page or profile URL                                                                                                                                                                                                                                      |
| Twitter Page                | Twitter Username                             |                                                                                                                                                                                                                                                                  |
| Instagram App               | Instagram Username                           |                                                                                                                                                                                                                                                                  |
| Notifications History Page  | not required                                 | Notifications will be shown in reverse order                                                                                                                                                                                                                     |
| About Page                  | not required                                 | Webview with About Page Url (defined in the config page) will be opened                                                                                                                                                                                          |
| Privacy Policy Page         | not required                                 | Webview with About Page Url (defined in the config page) will be opened                                                                                                                                                                                          |
| WebView Page                | url                                          | WebView with the url will be opened                                                                                                                                                                                                                              |
