Authoring Capability
The configuration dialog enables the content author to define the button's behavior, appearance, and interaction with a visitor on the page.
FAQs
Q: What determines the user's state? The AARP location service detects the user's state (via IP geolocation). It stores this in the browser as aarpState.
Q: Can I use this on multiple pages? Yes. The same component + generic list can be reused on any page (homepage, state pages, Now app). Just drop the component and point it to the same list.
Q: What if I add a new state later? Add a new entry to the Generic List and create its XF. No code changes needed.
Q: Can one XF be shared across multiple states? Yes. Point multiple list entries to the same XF path.
Q: Can I use a Featured List with 3 cards? Yes. A static featured list with 3 tiles (no "Load More", no tabbed filtering) works perfectly. Images, titles, links, and hover effects all work.
Q: Will videos work inside the XF? Brightcove Video is not recommended. The video player SDK may not initialize properly when loaded dynamically. Use static content instead.
Q: Can I use UDD or Location Search inside the XF? Yes, they are supported. However, they add extra loading time (chunk download + API calls) on top of the XF load. Users may see a brief empty/shimmer state before content appears. Test on staging first.