Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Initial Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbielik committed Aug 6, 2020
0 parents commit 74b1835
Show file tree
Hide file tree
Showing 20 changed files with 2,074 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.DS_Store
.idea/
61 changes: 61 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<img src="https://info.braze.com/rs/367-GUY-242/images/Braze-Logotype_Black.png" width="200" style="margin: auto;">

Braze In-App & In-Browser Message Templates
==========

# Overview

Use Braze to create fully customizable in-app and in-browser messages using HTML, in both mobile apps and web browsers.

This respository contains templates from Braze and the Braze customer community to help you getting up and running with custom HTML messages.

For more information on how to customize your Braze HTML In-App Messages, see our [Documentation][6].

# Getting Started

1. Choose a template from the list below, or browse the full list of [Braze Templates][8] or our [Community Templates][7].

2. Copy the HTML file's contents into your Braze Custom HTML message

3. Share your success and contribute your own custom HTML templates

| :construction: Please be sure to use assets hosted in the Braze Media Library to ensure proper offline support for messages. |
| --- |

# Message Templates

## Braze Templates

The following templates are all mobile and desktop responsive! Simply swap out the image placeholders, add text and links, and launch!

| Name | Platforms | Description | Screenshot |
|:-----|:---------|:------------|-----:|
| [Braze Carousel Modal][101] | :iphone: :computer: | Swipe through multiple pages of images and text | [<img alt="screenshot" src="braze-templates/1-braze-dashboard-carousel-modal/screenshot.gif" width="200" />][101]|
| [Braze Simple Modal][102] | :iphone: :computer: | A single image and text modal | [<img alt="screenshot" src="braze-templates/2-braze-dashboard-simple-modal/screenshot.png" width="200" />][102] |
| [Braze Survey Modal][103] | :iphone: :computer: | A survey templates which logs custom attributes for retargeting. | [<img alt="screenshot" src="braze-templates/3-braze-dashboard-survey-modal/mobile.png" height="300"/>][103] |
| [Full Screen Pagination][105] | :iphone: :computer: | Show a swipeable & clickable multi-page message | [<img alt="screenshot" src="braze-templates/5-fullscreen-pagination/screenshot.gif" width="200" />][105]|

## Community Gallery

We have the most creative customers, so we've put together a place to contribute to Community Templates!

[Click here][7] to learn more and browse our Community Templates.

## Legacy Templates

To view our legacy templates which used `.zip` files, [click here][5].


[1]: https://github.com/Appboy/Custom-HTML5-In-App-Message-Templates/tree/master/DeprecatedTemplates
[2]: https://www.braze.com/docs/user_guide/message_building_by_channel/in-app_messages/customize/#javascript-bridge
[3]: https://www.braze.com/docs/user_guide/message_building_by_channel/in-app_messages/beta-preview/
[4]: https://www.braze.com/docs/user_guide/message_building_by_channel/in-app_messages/testing/
[5]: https://github.com/Appboy/Custom-HTML5-In-App-Message-Templates
[6]: https://www.braze.com/docs/user_guide/message_building_by_channel/in-app_messages/customize
[7]: community-templates
[8]: braze-templates
<!-- template folders -->
[101]: braze-templates/1-braze-dashboard-carousel-modal
[102]: braze-templates/2-braze-dashboard-simple-modal
[103]: braze-templates/3-braze-dashboard-survey-modal
[105]: braze-templates/5-fullscreen-pagination
Binary file added braze-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions braze-templates/1-braze-dashboard-carousel-modal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<img alt="screenshot" src="screenshot.gif" />
Loading

0 comments on commit 74b1835

Please sign in to comment.