Howto13r1:V13 Create Apps for websites: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: Category:Howto ==Applies to== * firmware version 13r1 and higher ==More Information== Create apps for (external) websites ==Configuration== ===App Object=== # Navigate in PBX-Advanc...)
 
mNo edit summary
Line 23: Line 23:
* Search and download respective logo. Observe any copyrights and rights of use.
* Search and download respective logo. Observe any copyrights and rights of use.
* Max. size of 100x100 px is sufficent. If not available in that size, shrink down by use of any common image editor
* Max. size of 100x100 px is sufficent. If not available in that size, shrink down by use of any common image editor
* Choose any appropriate Base 64 image encoder (e.g. https://www.base64-image.de/), upload the adapted logo and copy the resulting hex dump
* Choose any appropriate Base 64 image encoder, upload the adapted logo and copy the resulting hex dump
* paste the hex dump content including leading <nowiki>data:image/png;base64,</nowiki>into field ''Icon (URL)''
* paste the hex dump content including leading <nowiki>data:image/png;base64,</nowiki>into field ''Icon (URL)''
* pay attention to the max supported size of 3072 characters. Shrink down your source image if necessary.
* pay attention to the max supported size of 3072 characters. Shrink down your source image if necessary.
Line 44: Line 44:
* [[Course13:IT_Connect_-_13_Design_of_the_Application_Platform#App_objects]]
* [[Course13:IT_Connect_-_13_Design_of_the_Application_Platform#App_objects]]
* [https://www.youtube.com/watch?v=vXgryhUik1U innovaphone video on how to integrate websites as apps]
* [https://www.youtube.com/watch?v=vXgryhUik1U innovaphone video on how to integrate websites as apps]
* [https://www.base64-image.de/ Base 64 image encoder]

Revision as of 09:44, 22 November 2022

Applies to

  • firmware version 13r1 and higher

More Information

Create apps for (external) websites

Configuration

App Object

  1. Navigate in PBX-AdvancedUI to PBX/Objects
  2. Choose object type App from left sided drop down and confirm with New
  3. Define app-object-name and app-object-longname and confirm with Apply
  4. switch to tab App
  5. Insert used URL - see some examples below
  6. Insert optional icon URL - see how to create
  7. tick plain website
  8. confirm with OK

Icon (Optional)

available since 13r2

  • Search and download respective logo. Observe any copyrights and rights of use.
  • Max. size of 100x100 px is sufficent. If not available in that size, shrink down by use of any common image editor
  • Choose any appropriate Base 64 image encoder, upload the adapted logo and copy the resulting hex dump
  • paste the hex dump content including leading data:image/png;base64,into field Icon (URL)
  • pay attention to the max supported size of 3072 characters. Shrink down your source image if necessary.

Grant access

Tick respective App-Object-Name in Apps-tab at user object or distributing configuration template object

URL examples

(as of November 2022):

  • Here: https://wego.here.com/
  • Google: https://www.google.com/search?igu=1
  • YouTube: https://www.youtube.com/embed/vXgryhUik1U?autoplay=1&controls=0&showinfo=0

Known issues

  • Websites using iframes are not supported to be displayed via App-objects

Related articles