Skip to main content
March 25, 2023
Solved

social media icons

  • March 25, 2023
  • 3 replies
  • 0 views

How to add social media icons and when we click on it , it should direct to a particular page?

    Best answer by sanchitg0002

    You can search for the desired icon on your web browser and copy the image address in source parameter of a!webImage or you can download that image and save it as a document inside Appian folder and use the constant to point the document in a!documentImage. And for directing to a particular page, you will see a link parameter where you can use a!safeLink to pass the URI of the page you want to open.

    3 replies

    March 25, 2023

    You can search for the desired icon on your web browser and copy the image address in source parameter of a!webImage or you can download that image and save it as a document inside Appian folder and use the constant to point the document in a!documentImage. And for directing to a particular page, you will see a link parameter where you can use a!safeLink to pass the URI of the page you want to open.

    mallepup3914
    March 25, 2023

    Yes, as mentioned above you can download images/icons as document then you can use it to be clickable.

    abhayd3663
    March 27, 2023

    It's not readily available, but it can be built easily as other members suggested.