Whatsapp Button Only 4

<html>
<head>

	<!-- *** [START] REQUIRED CSS FILES *** -->
	<link href="plugin/components/font-awesome/css/fontawesome.min.css" rel="stylesheet">
<link href="plugin/czm-chat-support.css" rel="stylesheet">
	<!-- *** [END] REQUIRED CSS FILES *** -->

</head>
<body>

	<!-- *** [START] REQUIRED DIV *** -->
	<div id="example"></div>
	<!-- *** [END] REQUIRED DIV *** -->

	<!-- *** [START] REQUIRED JS FILES *** -->
	<script src="plugin/components/jquery/jquery-1.9.0.min.js"></script>
<script src="plugin/components/moment/moment.min.js"></script>
<script src="plugin/components/moment/moment-timezone-with-data.min.js"></script>
<script src="plugin/czm-chat-support.min.js"></script>
<script>

$('#example').czmChatSupport({

	/* Button Settings */
	button: {
		position: "right", /* left, right or false. "position:false" does not pin to the left or right */
		style: 4, /* Button style. Number between 1 and 7 */
		src: '<img src="assets/img/person/3.jpg" alt="">', /* Image, Icon or SVG */
		backgroundColor: "#10c379", /* Html color code */
		effect: 1, /* Button effect. Number between 1 and 7 */
		notificationNumber: false, /* Custom text or false. To remove, (notificationNumber:false) */
		speechBubble: false, /* To remove, (speechBubble:false) */
		pulseEffect: false, /* To remove, (pulseEffect:false) */
		text: { /* For Button style larger than 1 */
			title: "Custom Text Custom", /* Writing is required */
			description: "Custom Text Custom", /* To remove, (description:false) */
			online: "Custom Text", /* To remove, (online:false) */
			offline: "Custom Text" /* To remove, (offline:false) */
		},
		link: {
			desktop: "https://web.whatsapp.com/send?phone=905377323226&text=Hi", /* Writing is required */
			mobile: "https://wa.me/905377323226/?text=Hi" /* If it is hidden desktop link will be valid. To remove, (mobile:false) */
		},
		onlineDay: {
			/* Change the day you are offline like this. (sunday:false) */
			sunday: "00:00-23:59",
			monday: "00:00-23:59",
			tuesday: "00:00-23:59",
			wednesday: "00:00-23:59",
			thursday: "00:00-23:59",
			friday: "00:00-23:59",
			saturday: "00:00-23:59"
		}
	},

	/* Other Settings */
	sound: true, /* true (default sound), false or custom sound. Custom sound example, (sound:'assets/sound/notification.mp3') */
	changeBrowserTitle: "New Message!", /* Custom text or false. To remove, (changeBrowserTitle:false) */
	cookie: false, /* It does not show the speech bubble, notification number, pulse effect and automatic open popup again for the specified time. For example, do not show for 1 hour, (cookie:1) or to remove, (cookie:false) */
});

</script>
	<!-- *** [END] REQUIRED JS FILES *** -->

</body>
</html>