Cange app title when sharing link on Whatsapp

3
When I share the link of my application on Whatsapp the title that is automatically made is ‘Mendix’. (see screenshot)   How can I change this to something custom?  
asked
2 answers
2

Hi Olav,

 

You can change the URL title with the following steps:

In some cases it may be needed to customize this HTML, which can be done by creating a file called index.html in the theme/web folder. To make sure that your file has the right structure, we recommend you copy index-example.html from the deployment/web folder to the theme/web, rename it to index.html, and then use it as a starting point.  This file will be created after you have deployed your app locally at least once.

In this files you will see the title ‘Mendix’. You can change this.

 

Read chapter 9 from this page:

https://docs.mendix.com/howto/front-end/customize-styling-new/?_gl=1*pnrdgt*_ga*MTEwNDIzMDY4My4xNjc5OTk0NjU1*_ga_4PE2C4QFC7*MTY5MzU0ODMwNC4xMjUuMS4xNjkzNTUwNzk2LjUxLjAuMA..#custom-web

 

See also where Chris de Gelder gives the answer as well:
https://forum.mendix.com/link/space/deployment/questions/122969

 

answered
0

Hi Olav,


Have you tried to change the application title? In Navigation > General, you can set a different name other than “Mendix”:


I hope that helps you, best regards!

answered