Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Openpro recherche widget camping

// Add Shortcode
function openpro_widget_recherche_shortcode() {

	// Add Shortcode
	function openpro_widget_recherche_shortcode( $atts ) {
	
		// Attributes
		$atts = shortcode_atts(
			array(
			),
			$atts
		);
	    ?>
		<script type="text/javascript" src="//gadget.open-system.fr/widgets-libs/rel/noyau-1.0.min.js"></script>
		<script type="text/javascript">
		( function() {
			var widgetProduit = AllianceReseaux.Widget.Instance( "Produit", { idPanier:"xfvFxcU", idIntegration:312, langue:"fr", ui:"OSCA-45949" } );
			widgetProduit.PreApp("dispo.duree", 0 );
			widgetProduit.PreApp("delaiReservation", 1 );
			widgetProduit.Initialise();
		})();
		</script>
	    <?php
	}
	add_shortcode( 'widget-recherche', 'openpro_widget_recherche_shortcode' );

}
add_shortcode( 'widget_recherche', 'openpro_widget_recherche_shortcode' );