Customising the direct link viewer
The direct link viewer (/view/{treeId}) is a full‑page diagnostic experience. You can customise its appearance using URL parameters.
URL parameters
org={orgId}– Your organization ID (required).color={hex}– Primary colour (e.g.,color=ff6600without the #). Default:1a3a5c.title={text}– Custom page title (overrides tree title).logo={url}– URL to your logo image.hideHeader=true– Hides the header bar (logo, title, close button).compact=true– Reduces padding for a more compact layout.embed=true– Removes all margins and padding, suitable for embedding in an iframe.
Example URL
https://certorix.online/view/tree_123abc?org=org_456def&color=ff6600&logo=https://example.com/logo.png&compact=true
Embedding in iframe
Use embed=true and set iframe attributes:
<iframe src="https://certorix.online/view/tree_123abc?org=org_456def&embed=true" width="100%" height="600" frameborder="0"></iframe>
The viewer automatically adjusts its height based on content when embed=true is set.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article