Link redirect / Forw
Hello Brizy Team,
I finally launched my website on Brizy cloud. Which is awesome. Coming From WordPress.
What I noticed was, that my Link/Redirect not working anymore. I had a non visible Link, that redirects to a specific Zoom-Link. How can I create the same in Brizy Cloud?
Like the link would be: https://rr.marketing/bewerber-interview2
This Link should forward or redirect (I don't know the exact right term of this) to my Zoom Link: https://us02web.zoom.us/j/*************
How can I set it up in Brizy, that the link is working but not sown in the menu.
Best
Dennis
-
Hello Dennis,
Kindly add the below code to the specific page's Code Injection to redirect your page to http://www.google.com. Replace the URL with your Zoom link.
<script>
window.location.replace("https://www.google.com");
</script>
0
Please sign in to leave a comment.
Comments
1 comment