|
1 |
| -# Optimizely Extension Library |
| 1 | +# Optimizely Add Ons Library |
2 | 2 |
|
3 |
| -This repo contains a collection of sample Extensions built by Optimizely and community developers. We have Editor and Anayltic Extension types. To learn more, view our [documentation](https://developers.optimizely.com/x/extensions/). |
| 3 | +This library houses all of Optimizely’s Add On components. Add Ons allow you to build on-top and extend Optimizely. Currently, we support Extensions and Custom Integrations. |
4 | 4 |
|
5 |
| -## Using Extention Templates |
| 5 | +## Extensions |
6 | 6 |
|
7 |
| -The provided JSON config file will create all components necessary for the Extension. To add to your own Optimizely account, copy the JSON contents, navigate to to Implemenation > Extensions within your Optimizely account and Create a new Extension using JSON. |
| 7 | +Extensions are reusable templates for making changes in the visual editor. View the [documentation](https://developers.optimizely.com/x/extensions/) or our code samples in the [Extension Library](). |
8 | 8 |
|
9 |
| -Please email us at [email protected] or open a GitHub Issue with any problems or questions about the provided samples. We encourge contributions from the community and will reguarlly review Pull Requests. You can also email us to add your Extension to the library. |
| 9 | +## Custom Integrations |
10 | 10 |
|
11 |
| -## Editor Extensions |
12 |
| - |
13 |
| -### General |
14 |
| - |
15 |
| -* [Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Banner) |
16 |
| -* [Bottom Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Bottom%20Banner) |
17 |
| -* [Countdown Timer](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Countdown%20Timer) |
18 |
| -* [Email Capture Pop-up](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Email%20Capture%20Pop-up) |
19 |
| -* [Exit Intent Pop-up](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Exit%20Intent%20Pop-up) |
20 |
| -* [Exit Intent Pop-up 2](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Exit%20Intent%20Pop-up%202) |
21 |
| -* [Sidebar Sliding Card](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Sidebar%20Sliding%20Card) |
22 |
| -* [Sidebar Sliding Advanced](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Sliding%20Card%20Advanced) |
23 |
| -* [Timed Modal](https://github.com/optimizely/extension-library/tree/master/Timed%20Modal) |
24 |
| -* [Typed Messages](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Typed%20Messages) |
25 |
| -* [Dynamic Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Dynamic%20Banner) |
26 |
| - |
27 |
| -### Nonprofit focused |
28 |
| -* [Exit Intent Pop-up](https://optimizely.github.io/jess/extensions/exit-popup.html) |
29 |
| -* [Pop-up](https://optimizely.github.io/jess/extensions/popup.html) |
30 |
| -* [Butter Bar](https://optimizely.github.io/jess/extensions/butterbar.html) |
31 |
| - |
32 |
| -## Analytic Extensions |
33 |
| - |
34 |
| -Coming soon! |
| 11 | +Custom integrations allow customers to create project level integrations that can be enabled/disabled for individual campaigns. Today, we support analytic integrations to extend Optimizely to your third party analytic tools. View our supported integrations in the [Integration Library](). |
0 commit comments