Histoire Taramana
First rice distribution for the families and the beginning of a vaccination protocol for the inhabitants of the slum.
Share the post "First rice distribution"
- X
-
window.addEventListener("DOMContentLoaded", function(){
if ( navigator.share ) {
let shareurl = document.location.href;
let btns = document.querySelectorAll(".juiz_sps_link_shareapi button:not([data-bound])");
const canon = document.querySelector("link[rel=canonical]");
if (canon !== null) { shareurl = canon.href; }
btns.forEach(function(el) { el.closest(".juiz_sps_link_shareapi").removeAttribute( "style" ); el.setAttribute( "data-bound", "true" ); el.addEventListener("click", async () => { try { await navigator.share({ title: "First rice distribution", text: "First rice distribution - ", url: shareurl, }); console.info("Nobs: Successful share"); } catch(err) { console.warn("Nobs: Error sharing", error); } }); }); } });
- Bluesky
