# Fetch the current timeout setting for SYNC functions (in seconds):
sync_timeout()
# Set the time out setting for SYNC functions to 10 seconds:
sync_timeout(10)
# Fetch the new setting:
sync_timeout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.