Customizing the Replay Start Page

How can I configure the wacz (or maybe it’s the player on the HTML page?) to default load to a specific url within the crawl? I want it to initially display the homepage of a site in the replay window on the landing page, but it’s currently default-loading to a random image within the archived site.

Hi @jmulliken – you should be able to configure this in the HTML using the ReplayWebPage component’s url property. For an example check out this page where there is:

<replay-web-page url="https://home.web.cern.ch/science/computing/birth-web" source="archive.wacz"></replay-web-page>

You can find other options for controlling the look and feel of the player at: Embedding ReplayWeb.page | ReplayWeb.Page

2 Likes