Changes

Line 15: Line 15:     
=Tracking pixel=
 
=Tracking pixel=
 +
To add tracking pixel to SimplyBook.me to track successful bookings:<br>
 +
1. In SimplyBook.me admin interface go to Plugins // Plugins section and enable Custom CSS plugin.<br>
 +
2. In plugin Settings add to Booking pages CSS tab code:<br>
 +
<code>
 +
.booking-result #pageNotifications {<br>
 +
content: url('http://-----';);<br>
 +
}
 +
</code>
    
=Facebook tracking pixel=
 
=Facebook tracking pixel=