Your browser doesn't support HTML5 audio
赞美诗丨一家人
让我们 彼此相爱
虽然我们 有着许多不同
耶稣爱你 耶稣爱我
在耶稣里 我们是 一家人
人生 的路 有山有谷
感恩 有你 一路上 陪着我
我愿 成为 你生命中最美的祝福
与你 同奔天路
让我们 手牵着手
当你跌倒 我会在你左右
我扶着你 你陪着我
在耶稣里 我们是 一家人
// 按钮:自动获取当前页面链接,不受下方手动链接影响
function sharePodcast() {
var title = document.title || "赞美诗";
var url = window.location.href;
title = title.replace(/\s*-\s*天天赞美神/i, "").trim();
var shareText = "🎧 " + title + "\n" +
"🔗 " + url + "\n\n" +
"✨ 天天亲近主,时时蒙恩典,在感动中敬拜祂!";
navigator.clipboard.writeText(shareText).then(function() {
showCustomToast();
}).catch(function() {
showCustomToast("已复制链接:\n" + url);
});
}
function showCustomToast(msg) {
var oldToast = document.querySelector(".share-toast");
if (oldToast) oldToast.remove();
var toast = document.createElement("div");
toast.className = "share-toast";
toast.innerHTML = `
✅ 分享内容已复制!
👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 `; document.body.appendChild(toast); }
虽然我们 有着许多不同
耶稣爱你 耶稣爱我
在耶稣里 我们是 一家人
人生 的路 有山有谷
感恩 有你 一路上 陪着我
我愿 成为 你生命中最美的祝福
与你 同奔天路
让我们 手牵着手
当你跌倒 我会在你左右
我扶着你 你陪着我
在耶稣里 我们是 一家人
👉 打开微信/朋友圈/QQ/微博等,粘贴即可分享 `; document.body.appendChild(toast); }