{"id":1947,"date":"2025-06-26T19:14:55","date_gmt":"2025-06-26T19:14:55","guid":{"rendered":"https:\/\/rccghouseofmercy.org\/?page_id=1947"},"modified":"2025-10-08T12:08:28","modified_gmt":"2025-10-08T12:08:28","slug":"join-online","status":"publish","type":"page","link":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/","title":{"rendered":"Join Online"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-2aea073d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/rccghouseofmercy.org\/wp-content\/uploads\/2025\/09\/Our-Parishes-2-1024x576.png\" alt=\"\" class=\"wp-image-2708\" srcset=\"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/09\/Our-Parishes-2-1024x576.png 1024w, https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/09\/Our-Parishes-2-300x169.png 300w, https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/09\/Our-Parishes-2-768x432.png 768w, https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/09\/Our-Parishes-2-1536x864.png 1536w, https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/09\/Our-Parishes-2.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-bd1f90c5 connected-section\"><h2 class=\"uagb-heading-text\"><strong>Connected in Spirit, wherever you are<\/strong><\/h2><\/div>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\">We\u2019d be delighted to welcome you for a joyful time of worship and an encouraging message to lift your heart and strengthen your walk\u2014all just a click or tap away.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-80dd65d9\">\n<!-- ===============================\n\ud83c\udf1f WATCH PREVIOUS SERVICES\n=============================== -->\n<section class=\"videos-section\">\n  <h2 class=\"section-header\">\ud83c\udfa5 Watch Previous Services<\/h2>\n  <div id=\"recent-videos\" class=\"recent-videos-grid\"><\/div>\n<\/section>\n\n<script>\n  const channelId = \"UCVVpKPgyHA5ea-2jkFq-dmg\";\n  const apiKey = \"AIzaSyBrqBZYglYzaoYE2tb-HSdRoYKEWhsjr6g\";\n\n  fetch(`https:\/\/www.googleapis.com\/youtube\/v3\/search?key=${apiKey}&channelId=${channelId}&part=snippet,id&order=date&maxResults=3&type=video`)\n    .then(res => res.json())\n    .then(data => {\n      let output = \"\";\n      data.items.forEach(item => {\n        const videoId = item.id.videoId;\n        const title = item.snippet.title;\n        const thumb = item.snippet.thumbnails.medium.url;\n        const date = new Date(item.snippet.publishedAt).toLocaleDateString(\"en-GB\");\n\n        output += `\n          <div class=\"video-thumb\">\n            <a href=\"https:\/\/www.youtube.com\/watch?v=${videoId}\" target=\"_blank\">\n              <div class=\"thumb-overlay\">\n                <img decoding=\"async\" src=\"${thumb}\" alt=\"${title}\">\n                <span class=\"play-icon\">\u25b6<\/span>\n              <\/div>\n              <div class=\"video-info\">\n                <p class=\"video-title\">${title}<\/p>\n                <p class=\"video-date\">${date}<\/p>\n              <\/div>\n            <\/a>\n          <\/div>`;\n      });\n      document.getElementById(\"recent-videos\").innerHTML = output;\n    });\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-48fb026c\">\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<!-- ===============================\n\ud83c\udf1f JOIN ONLINE SERVICE\n=============================== -->\n<section class=\"join-section\">\n  <h2 class=\"section-header\">\ud83d\udd34 Join Online Service<\/h2>\n  <div class=\"countdown-card\">\n    <h3>Sunday Service<\/h3>\n    <div id=\"countdown-sun\" class=\"countdown-timer\"><\/div>\n    <button id=\"joinButton\" class=\"join-btn\" disabled>Join Live Service<\/button>\n    <a id=\"youtubeLink\" class=\"yt-btn\"\n       href=\"https:\/\/www.youtube.com\/channel\/UCVVpKPgyHA5ea-2jkFq-dmg\/live\"\n       target=\"_blank\">Go to YouTube<\/a>\n  <\/div>\n\n  <div id=\"live-embed\" class=\"live-embed\" style=\"display:none;\">\n    <iframe loading=\"lazy\" width=\"100%\" height=\"400\" src=\"\" title=\"YouTube live stream\"\n      frameborder=\"0\" allowfullscreen><\/iframe>\n  <\/div>\n<\/section>\n\n<script>\nconst channelId = \"UCVVpKPgyHA5ea-2jkFq-dmg\";\nconst apiKey = \"AIzaSyBrqBZYglYzaoYE2tb-HSdRoYKEWhsjr6g\";\nconst liveUrl = \"https:\/\/www.youtube.com\/channel\/UCVVpKPgyHA5ea-2jkFq-dmg\/live\";\nconst countdownElem = document.getElementById(\"countdown-sun\");\nconst joinBtn = document.getElementById(\"joinButton\");\nconst youtubeLink = document.getElementById(\"youtubeLink\");\nconst liveEmbed = document.getElementById(\"live-embed\").querySelector(\"iframe\");\n\nfunction getNextSunday10am() {\n  const now = new Date();\n  const nextSunday = new Date(now);\n  nextSunday.setDate(now.getDate() + ((7 - now.getDay()) % 7));\n  nextSunday.setHours(10, 0, 0, 0);\n  if (nextSunday < now) nextSunday.setDate(nextSunday.getDate() + 7);\n  return nextSunday;\n}\n\nconst targetTime = getNextSunday10am();\nconst liveWindow = 3 * 60 * 60 * 1000; \/\/ 3 hours\n\nasync function isChannelLive() {\n  try {\n    const res = await fetch(\n      `https:\/\/www.googleapis.com\/youtube\/v3\/search?part=snippet&#038;channelId=${channelId}&#038;eventType=live&#038;type=video&#038;key=${apiKey}`\n    );\n    const data = await res.json();\n    return data.items &#038;&#038; data.items.length > 0;\n  } catch (err) {\n    console.error(\"YouTube API error:\", err);\n    return false;\n  }\n}\n\nasync function updateCountdown() {\n  const now = new Date();\n  const distance = targetTime - now;\n  const liveEnd = new Date(targetTime.getTime() + liveWindow);\n  const liveActive = await isChannelLive();\n\n  \/\/ During live stream\n  if (liveActive) {\n    countdownElem.textContent = \"We are Live Now!\";\n    joinBtn.disabled = false;\n    joinBtn.textContent = \"Join Live Service\";\n    joinBtn.onclick = () => {\n      liveEmbed.src = `https:\/\/www.youtube.com\/embed\/live_stream?channel=${channelId}&autoplay=1`;\n      document.getElementById(\"live-embed\").style.display = \"block\";\n      joinBtn.style.display = \"none\";\n      youtubeLink.style.display = \"none\";\n    };\n    return;\n  }\n\n  \/\/ After live\n  if (now > liveEnd) {\n    countdownElem.textContent = \"Service ended \u2014 watch the replay below.\";\n    joinBtn.disabled = false;\n    joinBtn.textContent = \"Watch Replay\";\n    joinBtn.onclick = () =>\n      window.open(`https:\/\/www.youtube.com\/channel\/${channelId}\/videos`, \"_blank\");\n    return;\n  }\n\n  \/\/ Before live time\n  if (!liveActive && now < targetTime) {\n    const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n    const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n    const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n    const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n    countdownElem.textContent = `${days}d ${hours}h ${minutes}m ${seconds}s until service`;\n    joinBtn.disabled = true;\n  }\n}\n\nupdateCountdown();\nsetInterval(updateCountdown, 30000);\n<\/script>\n\n<!-- ===============================\n\ud83c\udfa8 STYLING\n=============================== -->\n<style>\n\/* === Section Headers === *\/\n.section-header {\n  text-align: center;\n  font-size: 2rem;\n  font-weight: 800;\n  background: linear-gradient(90deg, #002b5c, #0052a3);\n  color: #fff;\n  padding: 10px 20px;\n  border-radius: 10px;\n  margin: 40px auto 25px;\n  width: fit-content;\n  box-shadow: 0 3px 10px rgba(0,0,0,0.2);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n\/* === Watch Previous Videos === *\/\n.videos-section {\n  background: #ffffff;\n  border-radius: 12px;\n  padding: 30px 25px 50px;\n  margin: 40px auto;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.05);\n}\n.recent-videos-grid {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 25px;\n}\n.video-thumb {\n  background: #fff;\n  border-radius: 14px;\n  overflow: hidden;\n  width: 300px;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.video-thumb:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 8px 18px rgba(0,0,0,0.2);\n}\n.thumb-overlay {\n  position: relative;\n}\n.thumb-overlay img {\n  width: 100%;\n}\n.play-icon {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  background: rgba(0,0,0,0.6);\n  color: #fff;\n  font-size: 2rem;\n  border-radius: 50%;\n  padding: 10px 15px;\n  opacity: 0;\n  transition: opacity 0.3s ease;\n}\n.thumb-overlay:hover .play-icon {\n  opacity: 1;\n}\n.video-info {\n  padding: 12px 15px 18px;\n  background: #fff;\n}\n.video-title {\n  font-weight: 600;\n  color: #222;\n  margin: 0 0 5px;\n  font-size: 1rem;\n  line-height: 1.3;\n}\n.video-date {\n  font-size: 0.85rem;\n  color: #666;\n}\n\n\/* === Join Online Service === *\/\n.join-section {\n  text-align: center;\n  background: linear-gradient(135deg, #000000, #003366);\n  color: white;\n  border-radius: 14px;\n  padding: 50px 25px;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.3);\n  margin: 40px auto;\n}\n.countdown-card h3 {\n  font-size: 1.5rem;\n  margin-bottom: 10px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n.countdown-timer {\n  font-size: 1.3rem;\n  margin-bottom: 20px;\n}\n.join-btn {\n  background: #ff3333;\n  color: white;\n  border: none;\n  padding: 12px 25px;\n  border-radius: 6px;\n  font-size: 1rem;\n  cursor: pointer;\n  transition: background 0.3s;\n}\n.join-btn:hover {\n  background: #ff4d4d;\n}\n.join-btn:disabled {\n  background: #777;\n  cursor: not-allowed;\n}\n.yt-btn {\n  display: inline-block;\n  margin-top: 15px;\n  color: #fff;\n  background: #cc0000;\n  padding: 10px 20px;\n  border-radius: 6px;\n  text-decoration: none;\n  font-weight: 600;\n  transition: background 0.3s ease;\n}\n.yt-btn:hover {\n  background: #ff0000;\n}\n.live-embed {\n  margin-top: 25px;\n  width: 100%;\n  max-width: 700px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.live-embed iframe {\n  border-radius: 12px;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n}\n<\/style>\n\n<\/div>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"give_campaign_id":0,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1947","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/rccghouseofmercy.org\/portal\/join-online\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"HOM -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Join Online - HOM\" \/>\n\t\t<meta property=\"og:description\" content=\"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/rccghouseofmercy.org\/portal\/join-online\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-06-26T19:14:55+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-08T12:08:28+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Join Online - HOM\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#listItem\",\"name\":\"Join Online\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#listItem\",\"position\":2,\"name\":\"Join Online\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/#organization\",\"name\":\"HOM\",\"url\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/cropped-rcclogo-1.png\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#organizationLogo\",\"width\":210,\"height\":91},\"image\":{\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#webpage\",\"url\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/\",\"name\":\"Join Online - HOM\",\"description\":\"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\\u2014with live text chat to engage during the service\\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\\u2019d be delighted to welcome you for a joyful\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/join-online\\\/#breadcrumblist\"},\"datePublished\":\"2025-06-26T19:14:55+00:00\",\"dateModified\":\"2025-10-08T12:08:28+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/#website\",\"url\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/\",\"name\":\"HOM\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/rccghouseofmercy.org\\\/portal\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Join Online - HOM","description":"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful","canonical_url":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/rccghouseofmercy.org\/portal#listItem","position":1,"name":"Home","item":"https:\/\/rccghouseofmercy.org\/portal","nextItem":{"@type":"ListItem","@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#listItem","name":"Join Online"}},{"@type":"ListItem","@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#listItem","position":2,"name":"Join Online","previousItem":{"@type":"ListItem","@id":"https:\/\/rccghouseofmercy.org\/portal#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/rccghouseofmercy.org\/portal\/#organization","name":"HOM","url":"https:\/\/rccghouseofmercy.org\/portal\/","logo":{"@type":"ImageObject","url":"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png","@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#organizationLogo","width":210,"height":91},"image":{"@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#webpage","url":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/","name":"Join Online - HOM","description":"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/rccghouseofmercy.org\/portal\/#website"},"breadcrumb":{"@id":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/#breadcrumblist"},"datePublished":"2025-06-26T19:14:55+00:00","dateModified":"2025-10-08T12:08:28+00:00"},{"@type":"WebSite","@id":"https:\/\/rccghouseofmercy.org\/portal\/#website","url":"https:\/\/rccghouseofmercy.org\/portal\/","name":"HOM","inLanguage":"en-GB","publisher":{"@id":"https:\/\/rccghouseofmercy.org\/portal\/#organization"}}]},"og:locale":"en_GB","og:site_name":"HOM -","og:type":"article","og:title":"Join Online - HOM","og:description":"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful","og:url":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/","og:image":"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png","og:image:secure_url":"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png","article:published_time":"2025-06-26T19:14:55+00:00","article:modified_time":"2025-10-08T12:08:28+00:00","twitter:card":"summary_large_image","twitter:title":"Join Online - HOM","twitter:description":"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful","twitter:image":"https:\/\/rccghouseofmercy.org\/portal\/wp-content\/uploads\/2025\/05\/cropped-rcclogo-1.png"},"aioseo_meta_data":{"post_id":"1947","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-06-26 19:45:37","updated":"2025-10-08 12:08:54","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/rccghouseofmercy.org\/portal\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJoin Online\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/rccghouseofmercy.org\/portal"},{"label":"Join Online","link":"https:\/\/rccghouseofmercy.org\/portal\/join-online\/"}],"campaignId":"0","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"fajweb@hotmail.com","author_link":"https:\/\/rccghouseofmercy.org\/portal\/author\/fajwebhotmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Connected in Spirit, wherever you are Join us online every Sunday at 10am (UK time) via the Church Online Platform\u2014with live text chat to engage during the service\u2014and on YouTube. If you miss it live, the service is available to watch anytime on our YouTube channel. We\u2019d be delighted to welcome you for a joyful&hellip;","_links":{"self":[{"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/pages\/1947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/comments?post=1947"}],"version-history":[{"count":33,"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/pages\/1947\/revisions"}],"predecessor-version":[{"id":2843,"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/pages\/1947\/revisions\/2843"}],"wp:attachment":[{"href":"https:\/\/rccghouseofmercy.org\/portal\/wp-json\/wp\/v2\/media?parent=1947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}