Insert an Image in EUM Group Join Page or Member Page

|
Published

For an image in EUM Group Join Page or Member Page to load, it must be publicly available. There are a few ways this could be done:

Use the image URL from an image available on a public website

The logo on the Envision IT website is a publicly available image and has a URL.

Email Image 1.JPG

If this logo is to be used on the EUM Group Join or Member page, the following needs to be done:

  1. Copy the image URL from the website. In this case it is https://envisionit.com/envisionit/img/EIT-Logo.svg.
    Email Image 2.JPG
  2. Login to EUM Admin and navigate to the Join Page tab or the Member Page tab of the Group in which the image is to be inserted.
  3. Click the <> in the Editor toolbar to go to code view.
    Join Page Image 1.jpg
  4. Paste the URL for the image in the img src attribute and save. The sample code for the img tag is:
    <p><img src="https://envisionit.com/envisionit/img/EIT-Logo.svg" style="width: 1164px;"></p>
    So if [URL] is the URL of the image to be added, the sample code would be:
    <p><img src="[URL]"></p>

Use the image URL from an image published within EUM

For an image that has to be used in the EUM Portal or Group Welcome Email, the following needs to be done:

  1. Upload the image to the EUM Config Site in the Document Library Publisher Images.
    Email Image 4.JPG
  2. After this image is published, click the Published link to open the image in a browser. Please note that it might take up to 15 minutes for the publishing process to start.
    Email Image 5.JPG
  3. Copy the image URL from the browser. In this case it is https://envisionit.com/envisionit/img/EIT-Logo.svg.
    Email Image 2.JPG
  4. Login to EUM Admin and navigate to the Join Page tab or the Member Page tab of the Group in which the image is to be inserted.
  5. Click the <> in the Editor toolbar to go to the code view.
    Join Page Image 1.jpg
  6. Paste the URL for the image in the img src attribute and save. The sample code for the img tag is:
    <p><img src="https://envisionit.com/envisionit/img/EIT-Logo.svg" style="width: 1164px;"></p>
    So if [URL] is the URL of the image to be added, the sample code would be:
    <p><img src="[URL]"></p>