Paralympics Opening Ceremony 2024 LIVE: Two weeks later, Paris will fall in love with sports once again. The Paralympics begin today, and the opening ceremony will take place at the Place de la Concorde and the Champs-Elysées. India’s flagbearers will be Tokyo gold medalist Sumit Antil (Athletics – Javelin) and Asian Para Games silver medalist Bhagyashri Jadhav (Athletics – Shot Put).
Paris Paralympics Opening Ceremony LIVE
NcPosts.start({
channelId: 51860 ,
tenantKey : “insidesport”,
container: document.getElementById(“master-container”),
extensionContainer: window.NcLiveCenterExtensions,
showMoreElement: document.getElementById(“lc-load-more”),
baseUrl: “https://livecenter.norkon.net/”,
wsBaseUrl: “wss://livecenterws.norkon.net/”,
});
const getArticles = async (tenantKey, channelId) => {
var articlesRes = await fetch(`https://api.livecenter.com/api/v2/metadata/${tenantKey}/${channelId}/posts`).then(res => res.json());
if (!articlesRes || articlesRes.success === false) {
return [];
}
return articlesRes.result;
}
const setJsonContent = async (id, tenantKey, channelId) => {
const jsonDomEl = document.getElementById(id);
const ldData = document.createElement(‘script’);
ldData.type=”application/ld+json”;
const articles = await getArticles(tenantKey, channelId);
const lastPost = articles.pop();
ldData.textContent = JSON.stringify({
“@context”: “https://schema.org”,
“@type”: “LiveBlogPosting”,
“@id”: “https://www.insidesport.in/chak-de-india/paralympics-opening-ceremony-live/”,
“headline”: “Paralympics Opening Ceremony LIVE: Event starts, all eyes on Indian contingent”,
“description”: “This will be the 17th edition of the Paralympics Games.”,
“about”: {
“@type”: “Event”,
“location”: {
“@type”: “VirtualLocation”,
“url”: “https://www.insidesport.in/chak-de-india/paralympics-opening-ceremony-live/”
},
“startDate”: “”,
“endDate”: “”,
“name”: “Paralympics Opening Ceremony LIVE: Event starts, all eyes on Indian contingent”,
“description”: “Paralympics Opening Ceremony LIVE: Event starts, all eyes on Indian contingent live coverage.”,
“organizer”: {
“@type”: “Organization”,
“name”: “Insidesport”,
“url”: “https://www.insidesport.in/”
},
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,
},
“datePublished”: “2024-08-28T22:49:48Z”,
“coverageStartTime”: “”,
“coverageEndTime”: “”,
“liveBlogUpdate”: […articles.map(a => ({
“@type”: “BlogPosting”,
“headline”: a.headline,
“datePublished”: a.datePublished,
“articleBody”: a.articleBody
}))],
“dateModified”: lastPost.datePublished
}, null, 2);
jsonDomEl.append(ldData);
}
setJsonContent(
“master-container”,
“insidesport”,
51860);
The post Paralympics Opening Ceremony LIVE: Event starts, all eyes on Indian contingent appeared first on Inside Sport India.