Daily LinkedIn Tactics
To grow your personal brand
& generate more revenue for your business
Actionable LinkedIn tips from a Top 1% Creator
5 proven tactics per week
Instant access to 5 templates
Playbooks you can steal
Straight from my premium ghostwriting agency
Join dozens of founders and creators
Let's win on LinkedIn together
var lcCurrent = 0; var lcTotal = 10; function lcBuild() { var dots = document.getElementById('lc-dots'); dots.innerHTML = ''; for (var i = 0; i < lcTotal; i++) { var d = document.createElement('button'); d.className = 'lc-dot' + (i === 0 ? ' active' : ''); d.setAttribute('onclick', 'lcGo(' + i + ')'); dots.appendChild(d); } lcRender(); } function lcRender() { document.getElementById('lc-track').style.transform = 'translateX(-' + (lcCurrent * 100) + '%)'; var dots = document.querySelectorAll('#lc-dots .lc-dot'); for (var i = 0; i < dots.length; i++) { dots[i].className = 'lc-dot' + (i === lcCurrent ? ' active' : ''); } document.getElementById('lc-prev').style.opacity = lcCurrent === 0 ? '0.3' : '1'; document.getElementById('lc-next').style.opacity = lcCurrent === lcTotal - 1 ? '0.3' : '1'; } function lcNav(dir) { var n = lcCurrent + dir; if (n < 0 || n > lcTotal - 1) return; lcCurrent = n; lcRender(); } function lcGo(i) { lcCurrent = i; lcRender(); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', lcBuild); } else { lcBuild(); }
New tactic dropping in…
00
Hours
:
00
Minutes
:
00
Seconds
(function () { var SEND_HOUR_UTC = 16; var SEND_MINUTE_UTC = 0; function getNextSendTime() { var now = new Date(); var next = new Date(Date.UTC( now.getUTCFullYear(), now.getUTCMonth(), now.getUTCDate(), SEND_HOUR_UTC, SEND_MINUTE_UTC, 0 )); if (next.getTime() <= now.getTime()) { next.setUTCDate(next.getUTCDate() + 1); } return next; } function pad(n) { return String(n).padStart(2, '0'); } function tick() { var now = new Date(); var next = getNextSendTime(); var diff = next.getTime() - now.getTime(); if (diff < 0) diff = 0; var totalSeconds = Math.floor(diff / 1000); var hours = Math.floor(totalSeconds / 3600); var minutes = Math.floor((totalSeconds % 3600) / 60); var seconds = totalSeconds % 60; document.getElementById('ec-hours').textContent = pad(hours); document.getElementById('ec-minutes').textContent = pad(minutes); document.getElementById('ec-seconds').textContent = pad(seconds); } tick(); setInterval(tick, 1000); })();

Daily LinkedIn Tactic

To grow your account &
generate more revenue for your business

Heey! You're in.

Check your inbox — your bonus tactics are on the way.