Home Page › Forums › Porto | Multi-Purpose & WooCommerce Theme › Embed an URL on a page › Reply To: Embed an URL on a page
Hello, @seanh,
To embed a URL on a page, you can use HTML code to create a hyperlink. Here are the steps you can follow to embed a booking form URL on your WordPress website:
1. First, locate the page where you want to add the booking form URL in your WordPress admin panel and click on the “Edit” button to edit the page.
2. Next, position your cursor where you want to place the booking form URL and click on the “elements” button of the page builder and insert the Custom HTML element to that page.
3. In the Custom HTML block, paste the HTML code for the hyperlink to the booking form URL. Here’s an example code you can use:
<a href="https://www.example.com/booking-form">Book Now</a>
In this code, replace “https://www.example.com/booking-form” with the actual URL of your booking form, and “Book Now” with the text you want to use for the hyperlink.
4. After pasting the HTML code, click on the “Preview” button to see how the hyperlink looks on your page. If you’re satisfied with the preview, click on the “Update” button to save the changes to your page.
Your booking form URL should now be embedded on your WordPress page as a hyperlink that visitors can click on to access the form.
Best Regards,
PThemes Team.
-
This reply was modified 3 weeks, 5 days ago by
Aizaz Awan.
-
This reply was modified 3 weeks, 5 days ago by
Aizaz Awan.
-
This reply was modified 3 weeks, 5 days ago by
Aizaz Awan.