top of page
Crumpled Fabric

0

Copy Wix Page URL to Clipboard

Click URL to copy

Nov 19, 2023

1 min read

WIX Ideas Team

Tags: Velo by Wix Wix Window Wix Location Copy to Clipboard API


In this tutorial, you will finally be able to allow your site visitors to copy the URL to any page on your Wix website. These include dynamic pages, static pages, and even Wix app pages, such as, product and booking pages.


But utilizing wixLocation and wixWindow, you can now add a functionality that gives your site visitors the ease of copying the URLs of the pages they are when they click on the button.

import wixLocationFrontend from 'wix-location-frontend';
import wixWindowFrontend from 'wix-window-frontend';

Code



Leave a comment (0)

Thanks for leaving a comment🎉

RELATED TUTORIALS 🚀

Exit-Intent Popup on Wix Studio

Exit-Intent Popup on Wix Studio

Trigger a popup when site visitors are trying to exit your website before performing an action

bottom of page