Yahoo Entertainment
Sign in
Sign in to view your mail
- Entertainment
- MVPs of Horror
- Role Recall
- Are the Kids Alright?
- Under the Covers
- Anniversary Party
- The It List
- Game Changers
- Kid Gloves
- The Never-Weres
- Celebrity
- Movies
- TV
- Music
- Videos
- Shopping
…
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var s=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(s){var r=t.promos.showYahooLogo?"":"yns-no-logo";s=s.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",r).replace("{promoLogo}",t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",s).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,s=void 0,r=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,r=t._store.getNotifications(),s=t._generatePanelMarkup(i,r),o.innerHTML=s;break;case ERROR_PANEL:s=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=s}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var s=o._config.panel;o._panelParentNode=document.querySelector(s.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=s.indicatorSelector&&document.querySelector(s.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},s=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return s.region&&s.lang&&(o.lang=s.lang,o.region=s.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,s={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},r=document.getElementById("notification-container"),a=null===(e=null==r?void 0:r.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(s.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}r&&delete r.dataset.config}var d=this.mergeConfigs(s,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
What do we know about the Outer Banks season 3? ›
Outer Banks Season 3 will premiere in 2023.
The video also teases some fight scenes against bad guys Ward and Rafe, as well as the returns of Cleo (Carlacia Grant) and John B.'s resurrected-from-the-dead father, Big John Rutledge (Charles Halford).
Good news, Pogues! Season three of Outer Banks was confirmed in December 2021. In a video posted to Twitter, the cast of the show appeared, cheering, to say: "All the way from Poguelandia, season three baby!"
Is Outer Banks ending in season 3? ›This just in from Poguelandia... Outer Banks will be back for a third season! Creator and showrunner Jonas Pate has previously revealed that he envisions four or five seasons of the show in total.
Why did Maddie and Chase split? ›Cline and Stokes were romantically involved with one another for over a year. According to Page Six the couple split in late 2021. An insider also told US Weekly that the pair split due to schedule issues.
Who are the new characters in OBX 3? ›The three announced so far are Station Eleven's Andy McQueen, Control Z's Fiona Palomo and Stargirl's Lou Ferrigno Jr. Andy will be playing Carlos Singh, a ruthless Caribbean-style leader who starts his own mission to find the gold.
What date does Outer Banks 3 come out? › Where is Outer Banks filmed? ›Shem Creek, Mount Pleasant, South Carolina
There are plenty of sun-soaked scenes on the water for this show, and most of them were filmed in Mount Pleasant's Shem Creek. The waterfront area is a big tourist destination in the area where you can find beautiful views, creek-side dining, and plenty of water activities.
Since then, Outer Banks has been filmed in nearby South Carolina. Charleston County is now the setting for the series.
Will JJ and Kiara get together in season 3? ›Kiara and J.J. will likely get together in 'Outer Banks' Season 3. Now, it looks like fans will get what they want in the upcoming season of Outer Banks. In an interview with Entertainment Weekly, Outer Banks showrunner Josh Pate and Shannon Burke teased the romances to come in season 3 of the Netflix series.
Does Sarah from Outer Banks get pregnant? ›Sarah will get pregnant while she, John B, and the others are trapped on the island. Outer Banks isn't One Tree Hill or Dawson's Creek, in that it's not strictly a teen drama. But there is the ongoing love story between John B and Sarah.
Who is Sofia in Outer Banks? ›
Fiona Palomo
Fiona, 23, is a Mexican actress known for her role in La Negociadora, Gossip Girl: Acapulco and Netflix's Control Z. The young actress will portray Sofia, a young, scrappy woman who identifies as a Pogue but wishes to be a Kook. She will form a close relationship with Rafe.
Rudy Pankow and Elaine Siemek have been dating since at least November 2020, when the Outer Banks star first shared an Instagram photo of her. Appearing on the hit series Outer Banks brought Rudy Pankow more than just fame — it's also how he met his girlfriend Elaine Siemek.
Did Sarah and John B break up? ›The short answer is yes, John B and Sarah do end up together by the end of Outer Banks season 2.
Do topper and Sarah get back together? ›Although Sarah is grateful for all the help Topper provided for her, they do not get back together at all. They simply hang out and though Sarah flirts with Topper a little bit, it's just to make John B jealous. Sorry, Topper, you just aren't meant to be with Sarah! She's a Pogue now, and that's a fact.
How do you become a Pogue? ›In real life, the Pogue style could be compared to the surfer or VSCO style. Basically, keep things summery. That means you'll be wearing jean shorts, swimsuits, tank tops, crop tops, lots of jewelry and accessories, and hopefully sunscreen.
Who is AJ in Outer Banks? ›Who Was Outer Banks Actor Alexander “AJ” Jennings? In a Facebook post, the official page for Kimmie Stewart Casting shared that AJ was the John B stand-in on the Outer Banks set. “Outer Banks crew & cast suffered a terrible loss when AJ was stuck by two cars, that fled the scene early this morning.
Is Madelyn Cline coming back for season 3? ›'Outer Banks' Season 3 Teaser: Chase Stokes, Madelyn Cline Return - Variety.
Is Madelyn Cline and Chase Stokes back together? ›An insider told People: "Madelyn and Chase are no longer together. They were trying to work things out privately but broke up a couple of months ago."
What happens in Outer Banks? ›The show follows a group of Pogue teenagers who live at The Cut, and are determined to find out what happened to the missing father of the group's ringleader, John B. Along the way, they discover a legendary treasure that is tied to John B's father.
What time does Outer Banks season 3 come out on Netflix? ›Update: In late September 2022, Netflix announced that Outer Banks Season 3 will be released in 2023, but no exact release date has been provided yet.
What does OBX stand for? ›
The letters OBX are short for “Outer Banks” which is a chain of barrier islands located off the coast of North Carolina. The term OBX has been used since the 1990s, and tens if not hundreds of thousands of the basic black and white oval stickers have been sold since they were first made available for purchase.
Is the Outer Banks based on a true story? ›While Tanny is fictional, Denmark Vesey was real formerly enslaved person from Charleston, South Carolina with a similar story. He didn't survive a shipwreck, use recovered gold and the cross of Santo Domingo to build an estate and free other enslaved people, but Vesey did purchase his freedom by winning a lottery.
Where is John B's house? ›The location of John B's Shack has eluded fans. However, a set designer did confirm it was on John's Island. Unfortunately, it is only viewable by boat in a residential neighborhood in the Seccesionville Historic District of James Island.
What is a Pogue? ›Noun. pogue (plural pogues) (dated, slang) A purse; hence money. (US, slang) A young, male, passive homosexual.
Where is the Limbrey house? ›The second season actually uses Charleston as a setting, not just a filming location. JJ, Pope, and Kie go to Limbrey's house, which they claim is on King Street. But in real life, it's part of what's called The Battery, the sea wall with some of Charleston's most lavish houses.
Why is Outer Banks not OBX? ›Why Is the Outer Banks Netflix Show Not Filmed on the Outer Banks? Producers of the teen drama originally planned to shoot the series in Wilmington, North Carolina, but after NC passed the House Bill 2 legislation or the “Bathroom Law,” Netflix moved their plans a little further south to Charleston, SC.
Is JJ in love with Kiara? ›JJ Has Always Loved Kiara
John B mentioned in the pilot of Outer Banks, that all three of the guys had a thing for Kiara. JJ even admitted that he knows the door is closed because he tried it.
"The whole thing behind it is that JJ and Sarah's mom was having an affair with Ward or Luke, and either because Ward was greedy or Luke has addiction issues, she just left," Cline told Fallon. Yep, that means JJ and Sarah would technically be half-siblings.
Why did Kiara kiss John? ›that Kiara is interested in him because she was particularly caring towards him and kissed him (on the cheek) when he was scuba diving. John B is not fully convinced but is swayed, and impulsively kisses Kiara on the beach at night.
Why is John B called John? ›As Refinery29 pointed out, the “B” is likely what John B. uses to differentiate himself from his father. Rather than calling him John Jr., the people of the Outer Banks likely referred to him as John B. from a young age and the name stuck.
How is John B's dad alive? ›
In fact, it was eventually revealed that Big John washed onto a deserted island and made a shelter for himself. He also carved a clue into his compass, which John B later found and used to start his own treasure hunt. In Season 2, it's revealed that Big John is alive and living at someone's home in Barbados.
How did Ward Cameron survive? ›Following Rafe's arrest, Ward takes responsibility for Peterkin's murder and seemingly kills himself by blowing his yacht. However, it is revealed in the final episode that Ward is still alive. He escaped from his exploding boat by using scuba gear. Ward once again tries to convince Sarah to come back to her family.
What is the black girl's name in Outer Banks? ›Get to Know Madison Bailey from 'Outer Banks' – Black Girl Nerds.
What year is Outer Banks set? ›The story revolves around a group of Pogue teenagers, led by John B (played by Chase Stokes). They find themselves involved in the hunt for the sunken treasure of the Royal Merchant, a boat loaded with gold that disappeared in the Atlantic in 1929.
How old is Madelyn? › Are Maddie and Chase back together 2022? ›November 1, 2021: PEOPLE confirms that Madelyn Cline and Chase Stokes have broken up. On Nov. 1, 2021, sources confirmed to PEOPLE that Stokes and Cline had called it quits after more than a year of dating, to the dismay of Outer Banks fans. "Madelyn and Chase are no longer together," the source said.
How long did Outer Banks take to film? ›Filming on season two began in August 2020 and finished in April 2021. Taking those eight months of production into account and possible delays caused by COVID-19, the earliest we could see Outer Banks on our screens is July 2022.
What happens at the bonfire Outer Banks? ›At the annual bonfire, jealousies and tempers flare. Reeling from Ward's actions, Sarah finds her loyalties to John B and the Pogues put to the test. At the annual bonfire, jealousies and tempers flare. Reeling from Ward's actions, Sarah finds her loyalties to John B and the Pogues put to the test.
Where is Outer Banks filmed? ›Shem Creek, Mount Pleasant, South Carolina
There are plenty of sun-soaked scenes on the water for this show, and most of them were filmed in Mount Pleasant's Shem Creek. The waterfront area is a big tourist destination in the area where you can find beautiful views, creek-side dining, and plenty of water activities.
Rudy Pankow and Elaine Siemek have been dating since at least November 2020, when the Outer Banks star first shared an Instagram photo of her. Appearing on the hit series Outer Banks brought Rudy Pankow more than just fame — it's also how he met his girlfriend Elaine Siemek.
Does Sarah and John B break up in Season 3? ›
They were also a beloved couple on-screen, as their characters, Sarah Cameron and John B., developed a whirlwind romance. Naturally, the breakup led some Outer Banks viewers to wonder how it would affect the chemistry between Sarah and John B.
Are John B and Sarah still dating? ›Chase and Madelyn, who star as love interests John Booker Routledge and Sarah Cameron on Netflix's Outer Banks, confirmed their relationship in June 2020 before calling it quits over a year later in November 2021.
What do they call John B's van? ›The Twinkie is John B's old VW van used by The Pogues.
Is the Outer Banks a real place? ›Yes, the Outer Banks is a chain a barrier islands located off the coast of North Carolina in Dare County with over 100 miles of shoreline. What island does Outer Banks take place on? The real Outer Banks consists of three main islands: Northern Beaches, Roanoke Island & Dare Mainland, and Hatteras Island.
Where is John B's house? ›The location of John B's Shack has eluded fans. However, a set designer did confirm it was on John's Island. Unfortunately, it is only viewable by boat in a residential neighborhood in the Seccesionville Historic District of James Island.
Why did they let Rafe out of jail? ›Interim Sheriff Shoupe acts on the Pogues' information, releasing John B and arresting Rafe, but Ward's “last confession” is enough for them to let Rafe go. The Pogues help Pope find the cross, which Limbrey and Rafe steal out from under them, and Rafe ultimately ends up taking.
Does Sarah cheat on topper? ›Sarah ultimately cheated on Topper in Outer Banks season 1 after striking up a romance with John B (Chase Stokes), which, of course, isn't ideal.
Does Rafe go to jail? ›Though Rafe never gets arrested for murdering Sheriff Peterkin, he doesn't exactly get away with it, either. During a heated conversation with the Pogues, Rafe's drug dealer Barry overhears the truth.
What does OBX stand for? ›The letters OBX are short for “Outer Banks” which is a chain of barrier islands located off the coast of North Carolina. The term OBX has been used since the 1990s, and tens if not hundreds of thousands of the basic black and white oval stickers have been sold since they were first made available for purchase.
Why is OBX not in OBX? ›The series was originally set to film on the real-life Outer Banks area in Wilmington, North Carolina. However, Netflix decided not to film there because of the state's House Bill 2 legislation.
What year is Outer Banks set? ›
The story revolves around a group of Pogue teenagers, led by John B (played by Chase Stokes). They find themselves involved in the hunt for the sunken treasure of the Royal Merchant, a boat loaded with gold that disappeared in the Atlantic in 1929.