|
3 | 3 | PERSCOM.io offers powerful widgets that allow the integration of your organizational data into another website for display. Each widget is a |
4 | 4 | snippet of HTML that can be injected into your website. |
5 | 5 |
|
| 6 | + |
| 7 | + |
6 | 8 | ## Prerequisites |
7 | 9 |
|
8 | 10 | <!-- prettier-ignore --> |
9 | 11 | ::: warning |
10 | 12 | You must be [subscribed](https://docs.perscom.io/pricing) to the `Pro` plan to use this feature. |
11 | 13 | ::: |
12 | 14 |
|
| 15 | +## Trying It Out |
| 16 | + |
| 17 | +If you'd like to try the widgets out before using them on your website, you can preview every widget at |
| 18 | +[https://widget.perscom.io/](https://widget.perscom.io/). Please note, you must be subscribed to the `Pro` plan to use this feature. Please |
| 19 | +have an API key and your PERSCOM ID ready to log in. You can read more about how to access these in the |
| 20 | +[Authentication and Authorization](#authentication-and-authorization) section. |
| 21 | + |
| 22 | +<!-- prettier-ignore --> |
| 23 | +::: tip |
| 24 | +For demonstration purposes, you can select all available scopes for the API key you will use to preview the widgets. |
| 25 | +::: |
| 26 | + |
13 | 27 | ## Choosing The Widget |
14 | 28 |
|
15 | 29 | Each widget uses the same HTML code snippet to display the data. However, to set which widget you would like outputted, you must set the |
@@ -105,16 +119,6 @@ the code snippet for it to take affect. |
105 | 119 | </div> |
106 | 120 | ``` |
107 | 121 |
|
108 | | -## Externally Accessing The Widget |
109 | | - |
110 | | -The PERSCOM.io widget can be accessed outside of the HTML code snippet that you used to post within your website. To see your widget live, |
111 | | -without embedding it in a website, you can visit the URL's below. The `widgetId` corresponds with the [ID](#choosing-the-widget) of the |
112 | | -widget you intend to view. Make sure to set `apiKey` and `perscomId` to the correct values. |
113 | | - |
114 | | -```html |
115 | | -https://widget.perscom.io/{widgetId}?apikey={apiKey}&perscomid={perscomId} |
116 | | -``` |
117 | | - |
118 | 122 | ## Development |
119 | 123 |
|
120 | 124 | The PERSCOM.io Widget project is **open source** and actively looking for developers to participate. If you have experience with frontend |
|
0 commit comments