top of page
Crumpled Fabric

0

Copy Wix Page URL to Clipboard

Click URL to copy

Nov 19, 2023

1 min read

WIX Ideas

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 🚀

Conditional Dropdown Menus for Country State City

Conditional Dropdown Menus for Country State City

Add conditional dropdowns for dynamic country, state, and cities

bottom of page