ADVERTISEMENT

Xian Lim responds to gay rumours

Published Nov 12, 2020 01:49 pm

"If you're comfortable with your sexuality why should you care?"

This is how actor-singer Xian Lim reacted when his sexuality came into question recently.

Xian believes that actors, at one point in time, were called out for their gender preference.

"So I think coming in as a leading man or as an actor, medyo in-expect ko na matatawag kaming lahat na bakla," he  said.
In the video, where Xian reacted to "mean tweets" towards him, he also defended himself over the comment that he's arrogant.

"Many people say that but I guess it's just my face. I think it's just my face that gives that impression that I'm arrogant, or my aura. I mean I rarely go out kasi I'm an introvert person, so baka 'yun 'yung nagbibigay impression na hindi ako namamansin."

The 31-year-old actor who is also the boyfriend of actress Kim Chiu belied reports that he's "unprofessional" and "ungentleman."

In terms of naysayers attacking his acting skills, Xian said he can't really please everyone, as well as pointing out that art is "subjective."

"So bahala ka sa buhay mo. Eh 'di 'wag kang manuod!," he said in jest.

The hunk star then reminded audiences to refrain from judging them, celebrities, just based on what they hear from different rumors.

"'Di ba sabi nga nila if you don't know my phone number, you don't know how to confront me, you don't know how to ask me any personal question or whatever, hindi tayo close. So ibig sabihin 'pag hindi tayo close, medyo wala kayo sa boundaries na husgahan ako. Kung ano 'yung napapanuod ninyo sa TV, kung ano 'yung sinasabi ng news, kung ano 'yung sinasabi ng write up maybe give it the benefit of the doubt na maybe hindi siya totoo, maybe totoo siya pero hindi ako kung ano 'yung iniisip niyo."

Then Xian went on to give advice to those people who easily get affected by online bashing.

The first one is to stop reading the harsh and baseless comments, which he pointed gives no point.

Xian Lim and girlfriend Kim Chiu

He noted how nowadays anyone has so much access to freedom of speech that's why it's often abused as they can say anything they want.

Xian also reminded his fans or followers to do not take things seriously.

"It's easier said than done pero parang kung papakinggan mo lahat ng mga sinasabi sayo ng mga bata, parang you're better than that. You're worth more than the comment they are saying about you," he noted. "The mere fact na may sinasabi sila tungkol sayo maybe you're doing something right, maybe naiinggit sila sayo. There are so many factors why they're saying stuff about you. Don't take that too seriously. Your life is worth so much more than these petty little comments."

Then Xian ended his clip by sharing the quote of Eleanor Calder, who says: "If you have a problem with me, call me. If you don't have my number then that means you don't know me well enough to have a problem."

Xian shared that the best way to keep your mental health fit is by surrounding yourself with positivity and taking out toxicity in your life. He suggested that one should do social media cleaning for a week or two, attesting that indeed "helps" during this digital world that people nowadays easily get affected by so many things.

"Don't get affected. You're okay! You're doing okay! And you're gonna be fine!"

Related Tags

Xian Lim Kim Chiu sexuality
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.