ADVERTISEMENT

YouTuber apologizes to EXO's Chanyeol over 'K-pop idol' who gave her the finger

Published Apr 28, 2022 12:02 pm

A female YouTuber has apologized to EXO’s Chanyeol after she mentioned on a TV show that a K-pop idol gave her the finger on a road and Korean netizens speculated that she was referring to him.

It started when motorcycle enthusiast Jang Shi-nae became a guest on the show “Grandmas Are Coming.”

The alleged K-pop idol (left and center) who gave the finger to a motorcyclist who apologized to EXO's Chanyeol (right) after his name was dragged into the issue (Screenshots from Jang Shi-nae's YouTube video, Instagram)

Motorcyclist Jang Shi-nae (left) who accused an alleged K-pop idol of giving her the finger (right) (Instagram, screenshot from Jang Shi-nae's YouTube video)

She narrated that a “foreign car was driving threateningly, and when I avoided it, he gave me the finger.” When she confronted the driver, he covered his face but continued to give her the finger and added that he was “a top idol star whom anyone would know by name,” according to the Korean JoongAng Daily.

Jang Shi-nae uploaded the video of the traffic situation last March 9 on her YouTube channel but it was only when she became a guest on the show that it was spotlighted. She did not name the K-pop idol.

Korean netizens who saw the video pointed to Chanyeol based on the type of vehicle, hand shape, tattoo and a pet in the vehicle.

According to Korean media outlet Sports Kyunghyang, while she did not directly mention Chanyeol’s name, she allegedly clicked the “like” button on a comment on the YouTube video in response to netizens’ comments whether the driver was Chanyeol.

In the original video she uploaded on YouTube, which has since been turned private, Jang Shi-nae wrote “he was one of the most famous idol singers in Korea.”

She said this is based on the following clues: “Clue 1. Fan-shaped nails and long, big hands and knuckles match (He's famous among fans for his big hands and long fingers)”; “Clue 2. Benzg Bargain Old Vehicle (Black g-bargain shot on Dispatch)”; “Clue 3. Puppy in Hermes bag (Currently identified as a pet dog)”; and “Clue 4. Looks like a tattoo on your finger (Most likely clue).”

SM Entertainment denied that it was Chanyeol, saying, "The person in the video is not Chanyeol and the vehicle is different from Chanyeol's car.” Chanyeol is currently fulfilling his military service.

On April 28, Jang Shi-nae issued a statement on Instagram and apologized to Chanyeol although she did not mention his name.

“I am sorry that many people must have gone through a confusing situation, and I am posting this explanation to clear up a little bit of misunderstanding,” she said.

She added, “First of all, I have never mentioned his real name in private or public places, and even if I find the culprit, I have no intention of revealing it in the future.”

“On YouTube, I made what I saw and felt in my position as to who the person in the video would be, but the speculative comments I made while watching the video and the content of the driving dangerously I mentioned in the broadcast started as the subject of provocative articles and distorted rumors. I am very sorry that this seems to be known as if it had been revealed,” she said.

According to her, “I, too, suffered damage from the vehicle, but I would like to take this opportunity to apologize to the person who may have been affected by the speculative comments. I do not want any further damage from unfounded speculation, so I will delete the video and other related feeds.”

“Once again, I would like to apologize to those who may have experienced inconvenience due to the misunderstanding, and I will try to communicate more carefully in the future,” she said.

Related Tags

EXO YouTube Chanyeol
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.