We support several URL parameters that can be added to the Launch URL (/wp-admin/admin.php?page=extendify-launch
) to simplify the onboarding flow. Below are the available parameters.
Website Objective
Pre-selects the first step.
- Parameter:
objective
- Accepted values:
business
,ecommerce
,blog
,landing-page
, orother
- Example:
/wp-admin/admin.php?page=extendify-launch&objective=ecommerce
Site Title
Pre-fills the Site Title field. The user can still edit it manually.
- Parameter:
title
- Accepted values: Any string (use
+
to represent spaces) - Example:
/wp-admin/admin.php?page=extendify-launch&title=The+Library+of+Babel
Site Description
Pre-fills the Site Description field. The user can still edit it manually.
- Parameter:
description
- Accepted values: Any string (use
+
to represent spaces) - Example:
/wp-admin/admin.php?page=extendify-launch&description=We+are+the+largest+library+in+the+world+and+have+all+possible+410-page+books.
Site Structure
Pre-selects the site structure step.
- Parameter:
structure
- Accepted values:
multi-page
orsingle-page
- Example:
/wp-admin/admin.php?page=extendify-launch&structure=multi-page
Full example using all parameters: /wp-admin/admin.php?page=extendify-launch&objective=ecommerce&title=The+Library+of+Babel&description=We+are+the+largest+library+in+the+world+and+have+all+possible+410-page+books.&structure=multi-page