Changes

no edit summary
Line 128: Line 128:  
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 Custom Features // Custom Features section and enable Custom CSS custom feature.<br>
 
1. In SimplyBook.me admin interface go to Custom Features // Custom Features section and enable Custom CSS custom feature.<br>
2. In this custom feature Settings add to Booking pages CSS tab code:<br>
+
2. In this custom feature Settings add to Booking pages CSS tab code:<br><br>
 +
''New themes''<br>
 +
<code>
 +
.booking-item.booking-confirmed #booking-result-view { background-image: url("src from facebook"); }
 +
</code>
 +
<br><br>
 +
''Old themes''<br>
 
<code>
 
<code>
 
.booking-result #pageNotifications {
 
.booking-result #pageNotifications {
Line 147: Line 153:  
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 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>
+
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><br>
 +
''New themes''<br>
 +
<code>
 +
.booking-item.booking-confirmed #booking-result-view { background-image: url("src from facebook"); }
 +
</code>
 +
<br><br>
 +
''Old themes''<br>
 
<code>.go-back-link {
 
<code>.go-back-link {
 
background-image: url("src from facebook");
 
background-image: url("src from facebook");
Line 156: Line 168:  
background-image: url("https://www.facebook.com/tr?id=XXXXXXXXXXXXXXX&ev=Pageview&noscript=1") !important;
 
background-image: url("https://www.facebook.com/tr?id=XXXXXXXXXXXXXXX&ev=Pageview&noscript=1") !important;
 
}</code>
 
}</code>
 +
<br>
 
And press Save CSS button.<br>
 
And press Save CSS button.<br>
 
[[File:FBTP06_750.png|750px|center]]<br>
 
[[File:FBTP06_750.png|750px|center]]<br>