91³Ô¹ÏÍø

Watch CBS News

Daisy Jade

daisy-jade-web.jpg
Daisy Jade KDKA-TV

Pittsburgh native Daisy Jade is a Film/TV Actress, TV Host, and Producer. She is the Host and Co-Producer of Fan N'ATion, an award-winning and Emmy-nominated show on KDKA-TV/CBS Pittsburgh, highlighting Pittsburgh sports fans from all over the world. Daisy also reports for the city's lifestyle & entertainment show, Pittsburgh Today Live.  Additionally, Daisy is the on-air talent for Pittsburgh's CW (WPCW-TV), representing the station at live events and producing content for their website and social media accounts. She hosts and produces the web show The CW Buzz. 

In 2021, Daisy's show Fan N'ation won second place for a Keystone Media Award and was nominated for a Mid-Atlantic Emmy. In 2022, Fan N'ation won a Keystone Media Award for Best Regularly Scheduled News or Sports Talk Program.

Before joining KDKA-TV /  Pittsburgh's CW Green Team in March 2016, Daisy's acting career began in 1999 when she was cast in her first national commercial spot. She found a love for hosting, including a national show for NASA and Fil-AM TV highlighting the Filipino community in Hampton Roads, Virginia. She is a proud member of SAG-AFTRA, appearing in numerous national and regional shows, commercials, and industrials.

She is also involved with various film organizations in Pittsburgh, including Women in Film and Media Pittsburgh, Pittsburgh Film Industry Association (PAFIA), and volunteers for Steeltown's Elly Awards as well as the Pittsburgh Film Office's Lights! Glamour! Action! events every year.

  • Contact Daisy Jade:  |  |  |  | Email

Daisy graduated from the University of Pittsburgh with a Bachelor of Arts degree in Theater Arts and a Film Studies Certificate in December of 2002.

Outside of work, Daisy loves trying any form of dancing (hip hop, ballroom, salsa), visiting new restaurants/bars or hot spots in Pittsburgh, attending sporting events, and checking out new movies or live plays/musicals around town. She also loves traveling and runs a short-term vacation rental in Virginia Beach - Creekside Getaway. 

Daisy was recently nominated and selected by the Cystic Fibrosis Foundation as a member of the 2022 Pittsburgh's 50 Finest Class, to bring awareness and raise funds for the Cystic Fibrosis Foundation.


VITALS

  • Joined KDKA: March 2016 with the Pittsburgh's CW Green Team
  • Hometown: Da 'Burgh, Baby!
  • Alma Mater: University of Pittsburgh - H2P 

FAVORITES

  • Music: Anything with a good beat that I can dance to - Pop, Hip-Hop, Latin, House, etc.
  • Movie: Dirty Dancing & A Walk to Remember
  • TV Show: Fan N'ATion and PTL of course!  But seriously, soooo many - Grey's Anatomy, This is Us, Stranger Things...
  • Book: "And Then There Were None" by Agatha Christie or "Flowers in the Attic" by VC Andrews 
  • Hobbies: Dancing (hip-hop, ballroom, salsa), trying new restaurants/bars, going to see movies or plays/musicals, traveling, and running my Airbnb in Virginia Beach (Creekside Getaway)
  • Sports Team:  Black and Gold all the way - Steelers, Pens, Pirates, Riverhounds... but LOVE WWE!
  • Food: Steak and loaded mashed potatoes / chocolate covered pretzels
  • Local Restaurant: Too many to choose from!
  • Hidden PA Gem: Daisytown, Pa. lol!
  • Sport/Exercise: Dancing, Peloton spin bike, Kickboxing, Yoga, and Wrestling  
  • Favorite Pennsylvanian: Fred Rogers
  • Quote: Obsessed with quotes, so I have a few: "Why fit in when you were born to stand out?" - Dr. Seuss OR "Our truest life is in dreams awake." - Thoreau OR "Don't quit your Day Dream!" 
  • Word: Passionate
  • Vacation Spot: San Diego, Aruba, & Durban, South Africa  
  • Holiday: Christmas / New Year's
  • Guilty Pleasure: Netflix and Chill ... but who has time for that???  
  • Planet: Wouldn't want to leave Earth 

THIS OR THAT

  • Facebook or Twitter? Both, but mostly Instagram
  • Cats or Dogs? Dogs
  • Beatles or Rolling Stones? Beatles
  • Comedy or Tearjerker? Both, but I'd probably cry at some point in the comedy too
  • Phone Call or Text Message? Texts
  • Mac or PC? Mac
  • Coffee or Tea? Neither - Hot Chocolate
  • Paper or Plastic? Paper
  • Morning Person or Night Person? Night
  • East Coast or West Coast? East coast girl who LOVES the West Coast
  • Star Trek or Star Wars? Star Wars/Mandalorian 
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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });