ADVERTISEMENT

Bacoor residents remain safe, informed and connected

Published Sep 12, 2021 07:18 am

Globe extends its reliable, efficient digital services to the city of Bacoor through GoWiFi, KonekTayo WiFi, and Globe Labs’ SMS API services, as the city is challenged by the rise of COVID-19 cases and hospitals at the brink of full capacity.

This initiative is part of Globe’s continuous commitment to provide Filipinos with accessible means of connectivity and communication to continue working, learning, earning, and living, especially during this time when these services are of utmost importance.

Globe has deployed its GoWiFi service to Bacoor City Hall for a safe, secure and reliable connection that can help local government personnel stay informed and connected while conducting day-to-day operations. Globe also supports families and communities in Ciudad de Strike with affordable home internet through its KonekTayo WiFi offering.

Ramping up the city government’s COVID-19 vaccination efforts, Globe Labs’ SMS API allows the automated sending of targeted vaccination alerts to the constituents. The SMS API can be easily integrated into a website or an app to send branded messages in bulk and engage with intended audiences from all networks.

“This partnership with the City Government of Bacoor is in line with Globe’s commitment to spearhead the country’s digital transformation and enable a more resilient future. We have continuously moved forward with our efforts despite the global health crisis, enabling many communities, businesses and individuals to cope with the effects of the pandemic,” said Issa Guevarra-Cabreira, Globe Chief Commercial Officer.

Globe’s digital offerings in Bacoor were introduced in time for the city’s 350th founding anniversary festivities this September. Mayor Lani Mercado-Revilla was appreciative of the tie-up, saying, “Alam nating lahat kung gaano ka-importante ang komunikasyon at tamang impormasyon lalo na tayo ay nasa gitna pa din ng pandemya. Ngayon, lahat ay konektado na sa internet, kaya higit na mahalaga ang pagkakaroon ng maaasahan, mahusay at mas mabilis na digital services. Kaya labis ang aking tuwa at inaabangan ang ating partnership with Globe.”

GoWiFi is Globe’s public free WiFi service that is accessible in over 3,100 locations nationwide such as hospitals, malls, coffee shops, restaurants, convenience stores, transportation hubs, and more. It is available to all users regardless of their network provider.

While GoWiFi was only recently made available at the Bacoor City Hall compound, its presence in different city locations has been felt since 2018. These locations include: Cafe Bonjour, Alfamart - Hawaii Bacoor, 711 - Soldier Hills Bacoor; the St. Dominic Medical Center; Puregold Price Club - Molino Bacoor; Domino's Pizza – Bacoor, Max's - Bacoor Habay, KFC - SM Molino, KFC – Imus; Bacoor National High School and Shell gas stations at Habay, Molino Blvd., SM Bacoor and Niog Molino.

A fast and secure community WiFi, KonekTayo WiFi aims to provide households with low-cost internet. Community residents can use KonekTayo WiFi on their wireless devices like mobile phones, tablets, or laptops to access the internet with speeds of up to 20 Mbps at any KonekTayo WiFi hotspot.

Globe’s SMS API is part of a suite of telco-based APIs offered by Globe Labs, the innovations development arm of Globe, to governments and businesses to make their platforms run smoothly and more efficiently.

Ensuring the proper education of youth, parents, and netizens as a whole on digital citizenship and responsible use of technology, Globe proactively rolls out its Digital Thumbprint Program (DTP) to communities across the nation. This series of workshops keep communities provided with access to the internet informed on how to act responsibly when online and to protect themselves and their loved ones from numerous risks and threats present on the internet.

Globe supports the United Nations Sustainable Development Goals, in particular, UN SDG No. 9, which shows the importance of infrastructure and innovation as significant drivers of economic growth and development. Globe has pledged to advocate the 10 United Nations Global Compact principles and 10 UN SDGs.

For more information visit www.globe.com.ph.

Related Tags

BACOOR CITY Konektayo Wifi Globe Labs’ SMS API services Globe GoWiFi
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.