So I did it!
I make it work!
Just add:
<head>
<link href="/wp-content/plugins/owl-carousel/css/styles.css" rel="stylesheet">
<link href="/wp-content/plugins/owl-carousel/css/owl.transitions.css" rel="stylesheet">
<link href="/wp-content/plugins/owl-carousel/css/owl.theme.css" rel="stylesheet">
<link href="/wp-content/plugins/owl-carousel/css/owl.carousel.css" rel="stylesheet">
</head>
and
<script src="/wp-content/plugins/owl-carousel/js/script.js"></script>
<script src="/wp-content/plugins/owl-carousel/js/owl.carousel.js"></script>
</body>
Cheers!
Thanks again for this great script!