91勛圖厙

Watch CBS News

Read full episode transcripts of "Face the Nation with Margaret 91勛圖厙" from 2026

More than a decade of "Face the Nation" transcripts are available online: 2008  |  2009  |  2010  |  2011  |  2012   |  2013  |  2014  |  2015  |  2016  |  2017  |  2018  |  2019  |  2020  |  2021  |  2022  |  2023  |  2024 |

For earlier broadcasts, contact CBS Footage Requests. And for the latest from "Face the Nation," bookmark  and follow us on , ,  and .


April 12

  • Israeli Ambassador to the U.S. Michael Leiter
  • Democratic Sen. Mark Warner of Virginia
  • GOP Rep. Mike Turner of Ohio
  • Kristalina Georgieva, managing director of the International Monetary Fund

April 5

  • Retired Gen. Frank McKenzie, former commander of U.S. Central Command
  • Democratic Gov. Wes Moore of Maryland
  • Archbishop Timothy Broglio, who heads the Catholic Archdiocese for the Military Services, USA
  • A panel with Amy Walter, publisher and editor-in-chief of the Cook Political Report; David Sanger, a White House and national security correspondent at The New York Times; and Jeff Mason, a White House correspondent at Bloomberg
  • Jared Isaacman, NASA administrator

March 29

  • Tom Homan, Trump administration border czar 
  • Rep. Jim Himes, Democrat of Connecticut 
  • Jerome Adams, former U.S. Surgeon General 
  • Iran policy analyst Karim Sadjadpour and former CENTCOM commander and CBS News contributor and retired Gen. Frank McKenzie 

March 22

  • Mike Waltz, U.S. ambassdor to the United Nations 
  • NATO Secretary General Mark Rutte
  • Rep. Jason Crow, Democrat of Colorado
  • International Atomic Energy Agency Director-General Rafael Grossi 
  • Siamak Namazi, Emad ShargiRoger Carstens and Neda Sharghi  

March 15

  • Iranian foreign minister Abbas Araghchi
  • Sen. Mark Warner, Democrat of Virginia
  • National Economic Council Director Kevin Hassett
  • Rep. Dan Crenshaw, Republican of Texas 
  • Former CIA executive and operative Jonathan Gannon, CBS News national security contributor and Biden administration top counterterrorism official Sam Vinograd and energy policy expert and analyst Kevin Book

March 8

  • Energy Secretary Chris Wright
  • Michael Leiter, Israel's ambassador to the U.S.
  • Robert Costa,  CBS national correspondent and chief Washington analyst 
  • Sen. Tim Kaine, Democrat of Virginia
  • Olga Stefanishyna, Ukraine's ambassador to the U.S.

March 1

  • Sen. Tom Cotton, Republican of Arkansas 
  • Sen. Chris Murphy, Democrat of Connecticut
  • Rep. Mike Turner, Republican of Ohio
  • Sen. Ted Cruz, Republican of Texas
  • Karim Sadjadpour from the Carnegie Endownment for international peace and former CENTCOM commander and CBS News contributor Ret. Gen. Frank McKenzie 

Feb. 22

  • Iranian foreign minister Abbas Araghchi 
  • U.S. Trade Representative Jamieson Greer 
  • Christine Lagarde, European Central Bank president
  • Govs. Laura Kelly of Kansas, Andy Beshear of Kentucky, Mike Braun of Indiana and Mike DeWine of Ohio

Feb. 15

  • Tom Homan, Trump administration border czar 
  • House Minority Leader Hakeem Jeffries, Democrat of New York
  • Rep. Robert Garcia, Democrat of California 
  • Sen. Thom Tillis, Republican of North Carolina

Feb. 8

  • Sen. Mark Warner, Democrat of Virginia 
  • Rep. Tony Gonzales, Republican of Texas 
  • David Becker, executive director of the Center for Election Innovation and Research and a CBS News election law contributor
  • Dr. Scott Gottlieb, former FDA commissioner

Feb. 1

  • Venezuelan opposition leader María Corina Machado
  • Rep. Michael McCaul, Republican of Texas 
  • Trump economic adviser Gary Cohn 
  • Oklahoma City Mayor David Holt; Mesa, Arizona Mayor Mark Freeman; Kansas City, Missouri, Mayor Quinton Lucas; and Miami Mayor Eileen Higgins

Jan. 25

  • Minneapolis Police Chief Brian O'Hara
  • House Majority Leader Steve Scalise, a Louisiana Republican
  • Sen. Angus King, a Maine independent
  • Canadian Ambassador to the U.S. Kirsten Hillman

Jan. 18

  • Homeland Security Secretary Kristi Noem
  • Minneapolis Mayor Jacob Frey
  • Democratic Sen. Mark Warner of Virginia
  • GOP Rep. Mike Turner of Ohio 

Jan. 11

  • Rep. Ilhan Omar, Democrat of Minnesota 
  • Secretary of Energy Chris Wright 
  • Sen. Tim Kaine, Democrat of Virginia
  • Rep. Maria Elvira Salazar, Republican of Florida 

Jan. 4

  • Secretary of State Marco Rubio
  • Sen. Tom Cotton, Republican of Arkansas 
  • Rep. Jim Himes, Democrat of Connecticut 
  • Sen. Chris Van Hollen, Democrat of Maryland 
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(); } }); }); }); });