ADVERTISEMENT

Rising actor Jossmig Medina is new Filipino social media app's celebrity ambassador

Published Mar 23, 2025 08:46 am

At A Glance

  • "Chizmis" is a Filipino social media app where you can share, react, and engage on all the juiciest updates, trending, and viral stories.
Screenshot 2025-03-23 at 4.40.33 PM.png
Rising actor Jossmig Medina is the celebrity endorser for Filipino social media application 'Chizmis'

New actor Jossmig Medina has been chosen as the celebrity endorser for the latest social media application, "Chizmis."

"Chizmis" is a Filipino social media app where you can share, react, and engage on all the juiciest updates, trending, and viral stories.

During the recent launch in Makati City, Jossmig said he was grateful to be part of the campaign for the all-new Filipino app.

"Thank you so much for the warm welcome! I'm beyond grateful and excited to join the Go Chizmis family! I'm proud to say I’m ready to break the mold, push the limits, and bring all my energy, passion, and creativity. Let’s make some magic happen, Chizmis family," said Jossmig when asked how he felt being chosen as the celebrity endorser during the app launch in Makati City.

Jossmig invited internet users to download the latest app to keep them updated on emerging trends and capture unforgettable experiences. 

This app highlights innovative fashion and lifestyle changes and provides a platform for users to document and share their cherished memories with a vibrant community.

By engaging with this app, individuals can stay ahead of the curve and ensure they don’t miss out on the exciting happenings in the digital world.

"Whether you’re looking to connect with friends, shop for the latest trends, or share unforgettable moments, Chizmis has it all! It’s your all-in-one space to inspire, create, and connect with others without boundaries. Let’s make connections, spark creativity, and share unforgettable experiences," the rising actor said.

Jossmig said he enjoys sharing updates and engaging with his followers on social media. 

He enjoys crafting posts capturing moments from his daily life, whether showcasing his latest adventures, sharing thoughts on current trends, or connecting with friends and family through photos and videos. 

The interactive nature of social media platforms allows him to express himself creatively while keeping his audience engaged.

ar1.jpg
Aries Supremo (right), founder and CEO of Chizmis, and his team

Jossmig praised the new app for its safety features, pointing out its strong security measures that keep user data safe. They noted that the app helps users feel secure that their personal information is protected from threats.

"I see the potential here because we are safe here. There will be no bashing here. The change I would like the most here is using aliases because we will not judge here. No matter what we say, we are welcome here," added Jossmig.

Aries Supremo, founder and CEO of Chizmis, said traditionally, social media revolves around connection, content, and commerce. However, Chizmis is the only platform that fully integrates all three with comprehensive features and capabilities.

Chizmis has secure and private connections.

"It allows users to connect with family, friends, and colleagues while ensuring privacy.  Unlike other social media platforms, it features compartmentalized posting, meaning content shared with family stays strictly within that group. So there's no need to worry about lurkers," said Aries.

Chizmis also introduces an alias system to protect user identities. 

"This unique feature enables users to express themselves freely in posts and comments without fear of bashing, bullying, or harassment,"Aries said.

Other unique features of the app include organized content for creators and consumers, monetization for creators and users, and seamless and integrated social commerce.

Aries added: "Our mission is to help individuals by offering a complete platform that combines social media with e-commerce. 'Chizmis' is more than just another social media app; it is a groundbreaking tool that changes how people interact online. It integrates private messaging, engaging content creation, and a flexible e-commerce marketplace into one easy-to-use experience.

"You can connect with friends and family privately while sharing and creating content that your audience will enjoy. Our platform has strong privacy features to protect your data and keep your interactions safe and secure.

"Chizmis has a free marketplace that allows users to buy and sell products easily. This feature helps turn social interactions into economic opportunities. The platform focuses on empowering users and has an easy-to-use design. It's not just a website; it's a user-friendly ecosystem that meets the changing needs of today’s internet users."

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.