CINXE.COM
Perma | Facebook
<!DOCTYPE html> <html lang="en-us"> <head> <title>Perma | Facebook</title> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="description" content=" This is an archive of https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422&show_text=true&width=500 from Tuesday 27, June 2023 "> <meta name="robots" content="noindex, noimageindex"> <meta property="og:type" content="website"> <meta property="og:url" content="https://perma.cc/M87A-MT68"> <meta property="og:title" content="Facebook"> <meta property="og:description" content="This is an archive of https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422&show_text=true&width=500 from Tuesday 27, June 2023"> <meta property="og:image" content="https://perma.cc/static/img/sharing/blue_logo.png"> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="https://perma.cc/M87A-MT68"> <meta name="twitter:title" content="Facebook"> <meta name="twitter:description" content="This is an archive of https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422&show_text=true&width=500 from Tuesday 27, June 2023"> <meta name="twitter:image" content="https://perma.cc/static/img/sharing/blue_logo.png"> <link href="/static/img/favicon.ico" rel="shortcut icon" type="image/x-icon"> <!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">--> <!-- iOS9 viewport bug hack --> <meta name="viewport" content="initial-scale=1.0001, minimum-scale=1.0001, maximum-scale=1.0001"/> <!-- --> <script> var settings = { API_VERSION: 1, STATIC_URL: "/static/", MEDIA_URL: "//perma-archives.org/media/", DEBUG: false, USE_SENTRY: true, SENTRY_DSN: "https://89ca59c9e0144bcf8916ee8b414f48a0@o1297430.ingest.sentry.io/6525954", SENTRY_ENVIRONMENT: "prod", SENTRY_TRACES_SAMPLE_RATE: 0.00005, PLAYBACK_HOST: "rejouer.perma.cc" }, api_path = "/api/v" + settings.API_VERSION </script> <link href="/static/bundles/single-link.css" rel="stylesheet" /> <script>// function used by Django templatetag // given seconds since UTC epoch and a Django date filter/PHP date format string, // return formatted date in user's local time. function insertLocalDateTime(elementID, epochSeconds, formatString){ var dateString = new Date(epochSeconds*1000).format(formatString), targetElement = document.getElementById(elementID); targetElement.parentNode.insertBefore(document.createTextNode(dateString), targetElement); } // via http://jacwright.com/projects/javascript/date_format/ // Simulates PHP's date function, which is similar to Django's date format filter Date.prototype.format=function(e){var t="";var n=Date.replaceChars;for(var r=0;r<e.length;r++){var i=e.charAt(r);if(r-1>=0&&e.charAt(r-1)=="\\"){t+=i}else if(n[i]){t+=n[i].call(this)}else if(i!="\\"){t+=i}}return t};Date.replaceChars={shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],longMonths:["January","February","March","April","May","June","July","August","September","October","November","December"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],longDays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],d:function(){return(this.getDate()<10?"0":"")+this.getDate()},D:function(){return Date.replaceChars.shortDays[this.getDay()]},j:function(){return this.getDate()},l:function(){return Date.replaceChars.longDays[this.getDay()]},N:function(){return this.getDay()+1},S:function(){return this.getDate()%10==1&&this.getDate()!=11?"st":this.getDate()%10==2&&this.getDate()!=12?"nd":this.getDate()%10==3&&this.getDate()!=13?"rd":"th"},w:function(){return this.getDay()},z:function(){var e=new Date(this.getFullYear(),0,1);return Math.ceil((this-e)/864e5)},W:function(){var e=new Date(this.getFullYear(),0,1);return Math.ceil(((this-e)/864e5+e.getDay()+1)/7)},F:function(){return Date.replaceChars.longMonths[this.getMonth()]},m:function(){return(this.getMonth()<9?"0":"")+(this.getMonth()+1)},M:function(){return Date.replaceChars.shortMonths[this.getMonth()]},n:function(){return this.getMonth()+1},t:function(){var e=new Date;return(new Date(e.getFullYear(),e.getMonth(),0)).getDate()},L:function(){var e=this.getFullYear();return e%400==0||e%100!=0&&e%4==0},o:function(){var e=new Date(this.valueOf());e.setDate(e.getDate()-(this.getDay()+6)%7+3);return e.getFullYear()},Y:function(){return this.getFullYear()},y:function(){return(""+this.getFullYear()).substr(2)},a:function(){return this.getHours()<12?"am":"pm"},A:function(){return this.getHours()<12?"AM":"PM"},B:function(){return Math.floor(((this.getUTCHours()+1)%24+this.getUTCMinutes()/60+this.getUTCSeconds()/3600)*1e3/24)},g:function(){return this.getHours()%12||12},G:function(){return this.getHours()},h:function(){return((this.getHours()%12||12)<10?"0":"")+(this.getHours()%12||12)},H:function(){return(this.getHours()<10?"0":"")+this.getHours()},i:function(){return(this.getMinutes()<10?"0":"")+this.getMinutes()},s:function(){return(this.getSeconds()<10?"0":"")+this.getSeconds()},u:function(){var e=this.getMilliseconds();return(e<10?"00":e<100?"0":"")+e},e:function(){return"Not Yet Supported"},I:function(){var e=null;for(var t=0;t<12;++t){var n=new Date(this.getFullYear(),t,1);var r=n.getTimezoneOffset();if(e===null)e=r;else if(r<e){e=r;break}else if(r>e)break}return this.getTimezoneOffset()==e|0},O:function(){return(-this.getTimezoneOffset()<0?"-":"+")+(Math.abs(this.getTimezoneOffset()/60)<10?"0":"")+Math.abs(this.getTimezoneOffset()/60)+"00"},P:function(){return(-this.getTimezoneOffset()<0?"-":"+")+(Math.abs(this.getTimezoneOffset()/60)<10?"0":"")+Math.abs(this.getTimezoneOffset()/60)+":00"},T:function(){var e=this.getMonth();this.setMonth(0);var t=this.toTimeString().replace(/^.+ \(?([^\)]+)\)?$/,"$1");this.setMonth(e);return t},Z:function(){return-this.getTimezoneOffset()*60},c:function(){return this.format("Y-m-d\\TH:i:sP")},r:function(){return this.toString()},U:function(){return this.getTime()/1e3}} </script> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv/html5shiv.js"></script> <script src="/static/vendor/respond/respond.js"></script> <![endif]--> </head> <body> <header> <div class="primary-segment row"> <div class="col col-sm-2 _details"> <div class="content"> <button id="details-button" class="btn btn-ui-small details" type="button"> <span>Show record details</span> </button> </div> </div> <div class="col col-sm-4 _main _unauthenticated"> <div class="content"> <p class="title"><span class="_verbose">This is a </span><span class="logo">Perma.cc</span> record</p> <p class="creation"><span class="cat">Captured</span> <script id='date_9623813858284005'>insertLocalDateTime('date_9623813858284005', 1687884064, 'F j, Y g:i a')</script><noscript>June 27, 2023 4:41 p.m.</noscript></p> <div class="view-mode"> <div class="server-client-toggle toggle-btn-group pt-3"> <strong>View<span class="_verbose"> Mode</span>:</strong> <a class="btn btn-ui-small btn-toggle active " href="/M87A-MT68?type=standard">Standard</a> <a class="btn btn-ui-small btn-toggle " href="/M87A-MT68?type=image">Screenshot</a> </div> </div> </div> </div> <div class="col col-sm-2 _livepage"> <div class="content"> <a class="btn btn-outside" href="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422&show_text=true&width=500" target="_blank"> <span>View the live page</span></a> </div> </div> <div class="col col-sm-2 _user _unauthenticated"> <div class="content"> <a class="about" href="/about" target="_blank">What is Perma.cc?</a> </div> </div> </div> <div id="collapse-details" class="details-segment ui-tray row collapse"> <div class="tray-details"> <div class="tray-detail-group"> <label class="tray-detail-title" for="source_url">Source page URL </label> <input id="source_url" class="tray-detail-entry" value="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422&show_text=true&width=500" readonly> </div> <div class="tray-detail-group"> <dt class="tray-detail-title">Title</dt> <dd class="tray-detail-entry">Facebook</dd> </div> <div class="tray-detail-group"> <dt class="tray-detail-title">Description</dt> <dd class="tray-detail-entry">This is an archive of https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422&show_text=true&width=500 from Tuesday 27, June 2023</dd> </div> </div> <div class="tray-actions col-xs-12"> <a href="/M87A-MT68?type=warc_download" role="button" class="btn btn-ui-small btn-dashboard" title="download">Download Archive</a> <a href="/report?guid=M87A-MT68" role="button" class="btn btn-ui-small btn-dashboard flag" title="Flag as inappropriate">Flag<span class="_verbose"> as inappropriate</span></a> </div> <script type="text/javascript"> if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) // only add this useless iframe in IE: https://stackoverflow.com/a/29988202/307769 document.write('<iframe src="about:blank" style="border: none;position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: -1;"></iframe><![endif]-->'); </script> </div> </header> <section id="main-archive"> <div id="main-content" class="container-fluid"> <div class="row"> <div class="capture-wrapper"> <div class="h_iframe"> <div id="iframe-target"></div> <!-- Will display unless playback logic can kick in --> <div id="no-playback"> <div class="record-message"> <p class="record-message-primary">Incompatible browser</p> <p class="record-message-secondary"> Please update your browser to visit this Perma Link.<br> Perma.cc has been tested with the latest version of:<br> Google Chrome, Mozilla Firefox, Apple Safari and Microsoft Edge. </p> <a class="btn btn-primary" href="javascript:history.back()">Go back</a> </div> </div> <script type="module"> // TODO: double check that this is good enough: I am assuming any browser // that can handle <script type="module" can handle playbacks. // Compare with: // https://github.com/harvard-lil/perma/commit/899c3e71b1976024edd23e50b90e5f998384052f const noPlayback = document.querySelector("#no-playback"); noPlayback.remove(); // Playback details const cls = "archive-iframe"; const origin = "https://rejouer.perma.cc"; const url = "https://www.facebook.com/plugins/post.php?href\u003Dhttps%3A%2F%2Fwww.facebook.com%2FAMERlCANBORN%2Fposts%2F261436273199422\u0026show_text\u003Dtrue\u0026width\u003D500" const sandbox = true; const embed = true; const interstitial = false; var frame = null; var srcQuery = null; // Add iframe frame = document.createElement('iframe'); frame.className = cls; // Build query string srcQuery = new URLSearchParams(); srcQuery.append("source", "generated/warcs/M8/7A/MT/M87A\u002DMT68.warc.gz?response\u002Dcontent\u002Dtype\u003Dapplication%2Fx\u002Dgzip\u0026response\u002Dcontent\u002Dencoding\u003D\u0026X\u002DAmz\u002DAlgorithm\u003DAWS4\u002DHMAC\u002DSHA256\u0026X\u002DAmz\u002DCredential\u003DAKIAI5E2KCXA6XG5JE2A%2F20241123%2Fus\u002Deast\u002D1%2Fs3%2Faws4_request\u0026X\u002DAmz\u002DDate\u003D20241123T173324Z\u0026X\u002DAmz\u002DExpires\u003D900\u0026X\u002DAmz\u002DSignedHeaders\u003Dhost\u0026X\u002DAmz\u002DSignature\u003Da63a4ed84382dd795d8b8d827009c32cf4fe9978af7c91cf1980778322c4b5c3"); srcQuery.append("url", url); if (!sandbox) { srcQuery.append("noSandbox", "noSandbox"); } if (embed) { srcQuery.append("embed", "replayonly"); } frame.setAttribute("src", origin + "?" + srcQuery); if (sandbox) { frame.setAttribute("sandbox", "allow-scripts allow-forms allow-same-origin allow-downloads allow-modals"); } const wrapper = document.getElementById("iframe-target"); if (interstitial) { // Display the hidden interstitial message. const interstitialElems = document.querySelectorAll("#playback-interstitial .hidden"); for (const elem of interstitialElems) { elem.classList.remove("hidden"); } const downloadButton = document.querySelector("#download-button"); downloadButton.addEventListener( "click", function(e) { wrapper.appendChild(frame); }); } else { wrapper.appendChild(frame); } </script> </div> </div> </div><!--/.row--> </div><!--/#main-content"--> </section><!--/#main--> <script> var archive = { guid: "M87A-MT68" }; var current_user = {id:"None"}; </script> <script src="/static/bundles/single-link.js" ></script> </body> </html>