Skip to main content

Adding a personalized welcome message on landing page

  • September 15, 2022
  • 13 replies
  • 354 views

Has anyone added a welcome [first name] type message to their landing page.  I tried using the header message in the branding section, but you can’t use short codes.  I tried the myprofile widget but i can’t modify the widget enough and it becomes to large on the page.

Any examples out there?

 

Thanks

Lynda Gutman

13 replies

Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • September 15, 2022

I’ve gotten this using forms as a workaround. I use a system that can be iframed into an iframe widget, allowing the use of the oauth connector in the iframe widget which lets the logged in user exchange properly for a token which can then use the api to look up anything about that user and then insert the data. It is a fun method that works well for advanced things, don’t know that I would do it just for a ‘HI’ on the home page, but if there were other uses like customizing content shown or something, maybe. I am working on a writup of this process as part of the API series I am working on and should be out soon with steps on how to do.

Adding short codes of logged in user info to use in WYSIWYG editors around the system would be nice though.

 


  • Author
  • Influencer I
  • September 15, 2022

@bfarkas, thanks for the quick reply and idea.  We’re looking to start simple right now ;-)


Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • September 15, 2022

@bfarkas, thanks for the quick reply and idea.  We’re looking to start simple right now ;-)

Understood, the simple answer is, no :(

 


Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • September 16, 2022

You might want to vote for this idea:


 


  • Author
  • Influencer I
  • October 3, 2022

@Bfarkas Just as a follow up, i ended up using the myprofile widget and then using CSS to hide everything around it.  It does use full name and i would have preferred frist name, but at least i’m 95% of the way there.  I upvoted for the short codes post.  Thanks again for your reply.


Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • October 3, 2022

Ha, that’s an interesting approach. Are you just eliminating it entirely on the mobile app?


  • Author
  • Influencer I
  • October 3, 2022

nope.  We use SSO, so it’s on both desktop and mobile and ends up looking like this…

 

 


Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • October 3, 2022

Right, but the mobile app, not mobile website, ignores the custom CSS so would look like the original widget was why I was asking. 


  • Author
  • Influencer I
  • October 3, 2022

we don’t use the mobile app but good to know! :-)


Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • October 3, 2022

Ah, lucky duck! Heavy css modify away then :)


  • Newcomer
  • October 26, 2023

nope.  We use SSO, so it’s on both desktop and mobile and ends up looking like this…

 

 

Hi there! Would you be able to please explain how you accomplished this? Thank you! 


  • Author
  • Influencer I
  • October 26, 2023

@cbritch  Hi.  we hired someone with much more CSS experience than I to modify the My Profile widget to hide everything but the name, and then added the text around the name field.


  • Novice I
  • May 9, 2025

@Bfarkas Just as a follow up, i ended up using the myprofile widget and then using CSS to hide everything around it.  It does use full name and i would have preferred frist name, but at least i’m 95% of the way there.  I upvoted for the short codes post.  Thanks again for your reply.

Hi, I just came across this thread and found it super useful. I improved the approach in my project by using the “Preferred First Name” value. That way you can display the first name only :)