💼 Full-Time Position

Senior AOD Clinician

🏢
Odyssey
📍 Manukau, Auckland, New Zealand
📍
Location
Manukau, New Zealand
📅
Posted
March 31, 2026
Type
Full-Time
🎯

Full-Time Opportunity: This is a permanent, full-time position with a competitive package and real career growth potential.

Job Description

  • Full Time
  • Application Closes 16 Apr
  • Auckland - West Auckland
  • Substance Abuse and Behavioral Disorder Counselor
  • // JavaScript to handle the click event and share the URL document.addEventListener('DOMContentLoaded', function () { const shareLinks = document.querySelectorAll('.share-link'); shareLinks.forEach(link => { link.addEventListener('click', function (e) { e.preventDefault(); const platform = this.getAttribute('data-platform'); console.log('Platform:', platform); // Debugging line const pageUrl = `${window.location.href}?source=${platform}`; const shareUrl = getShareUrl(platform, pageUrl); console.log('Share URL:', shareUrl); // Debugging line window.open(shareUrl, '_blank'); }); }); function getShareUrl(platform, pageUrl) { const shareUrls = { 'facebook': /share.php?u=${encodeURIComponent(pageUrl)}`, 'linkedin': /sharing/share-offsite/?url=${encodeURIComponent(pageUrl)}`, 'twitter': /intent/tweet?url=${enco...