91³Ô¹ÏÍø

Watch CBS News

Colorado influencer uses power of social media to get people outdoors and excited about cleaning up trails

There's a lot of debate right now about the benefits and detriments of social media. But one thing it's good at is harnessing the power of community. And that's what one Colorado creator has done to help one of Colorado's trails.

"Today we are out here to clean up the canal for probably the biggest ever High Line Canal cleanup," said High Line Canal Conservancy CEO Suzanna Jones.

It is all thanks to the effort of social media content creator Nelson Holland, who goes by "Fat, Black and Gettin It" online. He has 164,000 followers and details his adventures outdoors.

cleanup3.jpg
Nelson Holland meets with volunteers. CBS

In December of 2025 he decided he wanted to give back by picking up trash mile by mile on the 71-mile High Line Canal Trail that runs through the Denver metro area and chronicling his efforts online.

"I just thought, like, you know, I wanted to check out maybe the ultimate urban trail and really ... experience community in a different way," said Holland.

People took notice and his movement grew with people joining him every time he planned to go out.

"Well, the first one was just me, as you can see there's way more than just me now," said Holland.

cleanup2.jpg
CBS

Which so far has culminated with this weekend in Aurora: the largest turnout of volunteers he's ever had. The High Line Canal Trail Conservancy says his impact has been immeasurable.

"What Nelson has and Alex have been doing along the canal has, just brought more awareness to, the canal and, the needs of the canal and picking up the trash has a huge impact," said Jones.

Nelson is grateful to all the volunteers.

cleanup1.jpg
CBS

"I mean, it's almost overwhelming, but, like, in a good way. It's like real community out here that we're actively forming or maybe they were already there and I was able to get them together to do something good," said Holland.

Nelson says he plans on holding a cleanup every month. So, if you want to get involved in the next one, check out his social media pages, including his TikTok .

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });