Difference between revisions of "Additional tips"
Line 2: | Line 2: | ||
https://help.acuityscheduling.com/hc/en-us/articles/225736447-How-to-Take-a-Screenshot | https://help.acuityscheduling.com/hc/en-us/articles/225736447-How-to-Take-a-Screenshot | ||
− | |||
====Taking Screenshot on Windows==== | ====Taking Screenshot on Windows==== | ||
Line 10: | Line 9: | ||
3. Press Ctrl + V on the keyboard to paste your screenshot<br/> | 3. Press Ctrl + V on the keyboard to paste your screenshot<br/> | ||
4. Click the main File option in the top-left corner of Paint, select Save as, give the title to the file and click Save.<br/> | 4. Click the main File option in the top-left corner of Paint, select Save as, give the title to the file and click Save.<br/> | ||
− | |||
====Taking Screenshot on Mac==== | ====Taking Screenshot on Mac==== | ||
Line 16: | Line 14: | ||
1. Screenshot of the entire screen: Hold down "Command" + "Shift" and press "3" on the keyboard. The file will be saved automatically on the desktop and will have the name like “Screen shot 2016-11-11 at 01.45.00 PM.png”.<br/> | 1. Screenshot of the entire screen: Hold down "Command" + "Shift" and press "3" on the keyboard. The file will be saved automatically on the desktop and will have the name like “Screen shot 2016-11-11 at 01.45.00 PM.png”.<br/> | ||
2. Screenshot of the selected area: Hold down "Command" + "Shift" and press "4" on the keyboard, then use your mouse to rectangle and capture the area you need.<br/> | 2. Screenshot of the selected area: Hold down "Command" + "Shift" and press "4" on the keyboard, then use your mouse to rectangle and capture the area you need.<br/> | ||
− | |||
====Taking Screenshot on Android==== | ====Taking Screenshot on Android==== | ||
Hold down together Volume down(or Home) and Power buttons for 1-2 seconds. The screen flashes and the screenshot of the entire screen is saved to you Gallery.<br/> | Hold down together Volume down(or Home) and Power buttons for 1-2 seconds. The screen flashes and the screenshot of the entire screen is saved to you Gallery.<br/> | ||
− | |||
====Taking Screenshot on iOS==== | ====Taking Screenshot on iOS==== | ||
Hold down the Lock(Sleep/Wake) button at the top of the device, then press and immediately release Home button. The screen flashed and you can find the picture in the Photos app.<br/> | Hold down the Lock(Sleep/Wake) button at the top of the device, then press and immediately release Home button. The screen flashed and you can find the picture in the Photos app.<br/> | ||
− | |||
====Taking Screenshot on Chrome OS==== | ====Taking Screenshot on Chrome OS==== |
Revision as of 14:45, 11 November 2016
How to take screenshot
https://help.acuityscheduling.com/hc/en-us/articles/225736447-How-to-Take-a-Screenshot
Taking Screenshot on Windows
1. Press the "PrtScn" key (The screenshot of the whole screen will be taken. If you need to take screenshot only of the currently active window then hold down Alt and press "PrtScn" on the keyboard)
2. Start "Paint" application
3. Press Ctrl + V on the keyboard to paste your screenshot
4. Click the main File option in the top-left corner of Paint, select Save as, give the title to the file and click Save.
Taking Screenshot on Mac
1. Screenshot of the entire screen: Hold down "Command" + "Shift" and press "3" on the keyboard. The file will be saved automatically on the desktop and will have the name like “Screen shot 2016-11-11 at 01.45.00 PM.png”.
2. Screenshot of the selected area: Hold down "Command" + "Shift" and press "4" on the keyboard, then use your mouse to rectangle and capture the area you need.
Taking Screenshot on Android
Hold down together Volume down(or Home) and Power buttons for 1-2 seconds. The screen flashes and the screenshot of the entire screen is saved to you Gallery.
Taking Screenshot on iOS
Hold down the Lock(Sleep/Wake) button at the top of the device, then press and immediately release Home button. The screen flashed and you can find the picture in the Photos app.
Taking Screenshot on Chrome OS
How to copy link from browser
How to reload page
How to clear cache
How to add SimplyBook.me to mobile screen
https://help.acuityscheduling.com/hc/en-us/articles/219149487-Mobile-App-for-iPhone-iPad-and-Android
Tracking pixel
To add tracking pixel to SimplyBook.me to track successful bookings:
1. In SimplyBook.me admin interface go to Plugins // Plugins section and enable Custom CSS plugin.
2. In plugin Settings add to Booking pages CSS tab code:
.booking-result #pageNotifications {
content: url('http:// ';);
}
where content should contain tracking pixel url. And press Save CSS.
Facebook tracking pixel
To add Facebook tracking pixel to your site please follow the instructions from Advertiser Help Center
To add Facebook tracking pixel to SimplyBook.me site:
1. Go to your Facebook Pixel tab in Ads Manager.
2. Follow the simple steps to create pixel.
3. Insert the title of the pixel and press Create button.
4. At install the code step copy src of the tracking pixel:
5. In your SimplyBook.me admin interface go to Plugins // Plugins section and enable Custom CSS plugin. In plugin settings add code with src copied from previous step:
.go-back-link {
background-image: url("src from facebook");
}
And press Save CSS button.
6. Now you can track successful bookings. In Facebook pixel tab press Create conversion // Track Custom Conversions. In the section Rule section, click on dropdown and change URL Contains to Events. Then choose PageView as a value. In Category section choose View Content. Then press Next.
7. Check your booking pages activity in Facebook Pixel tab.