Limeade.Branded.Contact
This app is intended to provide a contact the organization experience with native controls to invoke a devices phone or email capabilities. The app also allows you to list the social media presences for the most popular social media networks (Instagram, Facebook, LinkedIn, Twitter).
The ContactList configuration entry accepts a json object which is referenced below. The app supports the link footer and image banner.
Configuration Entries
ImageUrl |
URL for Image *Required |
ContactList |
JSON Contact List *required – see below. (must be on signle line) |
Content |
BBCode string (must be on signle line) |
LinkButtonText |
Text for link button on footer |
LinkUrl |
URL for link button on footer |
TwitterUrl |
Twitter URL |
LinkedInUrl |
Linked IN URL |
InstagramUrl |
Instagram URL |
FacebookUrl |
Facebook URL |
ShowSearchBar |
Allows to show a search bar to filter the contacts. Default is FALSE |
SearchBarWatermarkText |
The watermark text for the search bar |
ContactList JSON Contract – JSON Array is required.
[
{
"Title": "Corporate Headquarters",
"Address": "Company Address supports BBCode",
"Phone1": "1-800-555-1234",
"Phone2": "555-555-1000",
"Email": "someemail@limeade.com"
},
{
"Title": "Canada Headquarters",
"Address": "Company Address supports BBCode",
"Phone1": "1-800-555-1234",
"Phone2": "555-555-1000",
"Email": "someemail@limeade.com"
}
]
Comments
0 comments
Please sign in to leave a comment.