Additional tips: Difference between revisions
No edit summary |
No edit summary |
||
| Line 125: | Line 125: | ||
=Tracking pixel= | =Tracking pixel= | ||
To add tracking pixel to SimplyBook.me to track successful bookings:<br> | To add tracking pixel to SimplyBook.me to track successful bookings:<br> | ||
1. In SimplyBook.me admin interface go to | 1. In SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS custom feature.<br> | ||
2. In | 2. In this custom feature Settings add to Booking pages CSS tab code:<br> | ||
<code> | <code> | ||
.booking-result #pageNotifications { | .booking-result #pageNotifications { | ||
| Line 145: | Line 145: | ||
4. At install the code step copy src of the tracking pixel:<br> | 4. At install the code step copy src of the tracking pixel:<br> | ||
[[File:FBTP03_750.png|750px|center]]<br> | [[File:FBTP03_750.png|750px|center]]<br> | ||
5. In your SimplyBook.me admin interface go to | 5. In your SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS Custom Feature. In this Custom Feature settings add code with src copied from previous step:<br> | ||
<code>.go-back-link { | <code>.go-back-link { | ||
background-image: url("src from facebook"); | background-image: url("src from facebook"); | ||