Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Scheduleone

// Add Shortcode
function custom_shortcode() {

	<!-- ScheduleOnce embed START -->
	<div id="SOIDIV_Free45minuteDiscoveryCall" data-so-page="Free45minuteDiscoveryCall" data-height="550" data-style="border: 1px solid #902773; min-width: 290px; max-width: 900px;" data-psz="00"></div>
	<script type="text/javascript" src="https://cdn.oncehub.com/mergedjs/so.js"></script>
	<!-- ScheduleOnce embed END -->

}
add_shortcode( '', 'custom_shortcode' );