Audio Bible

Build audio deep links

Generates Bible.com audio URLs and Braze Liquid templates for multi-language campaigns. Pick a passage and languages, then copy the Liquid directly into Braze.

Passage

Include audio=true

UTM tracking (optional)

Generated Liquid

{% if custom_attribute.${language_tag} contains 'en' or custom_attribute.${language_tag} == blank and ${language} == 'en' %}
https://www.bible.com/bible/111/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'af' or custom_attribute.${language_tag} == blank and ${language} == 'af' %}
https://www.bible.com/bible/6/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'de' or custom_attribute.${language_tag} == blank and ${language} == 'de' %}
https://www.bible.com/bible/73/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'es' or custom_attribute.${language_tag} == blank and ${language} == 'es' %}
https://www.bible.com/bible/149/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'fr' or custom_attribute.${language_tag} == blank and ${language} == 'fr' %}
https://www.bible.com/bible/133/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'id' or custom_attribute.${language_tag} == blank and ${language} == 'id' %}
https://www.bible.com/bible/306/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'it' or custom_attribute.${language_tag} == blank and ${language} == 'it' %}
https://www.bible.com/bible/123/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'ja' or custom_attribute.${language_tag} == blank and ${language} == 'ja' %}
https://www.bible.com/bible/81/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'ko' or custom_attribute.${language_tag} == blank and ${language} == 'ko' %}
https://www.bible.com/bible/88/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'nl' or custom_attribute.${language_tag} == blank and ${language} == 'nl' %}
https://www.bible.com/bible/75/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'pl' or custom_attribute.${language_tag} == blank and ${language} == 'pl' %}
https://www.bible.com/bible/132/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'pt' or custom_attribute.${language_tag} == blank and ${language} == 'pt' %}
https://www.bible.com/bible/211/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'ro' or custom_attribute.${language_tag} == blank and ${language} == 'ro' %}
https://www.bible.com/bible/191/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'ru' or custom_attribute.${language_tag} == blank and ${language} == 'ru' %}
https://www.bible.com/bible/400/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'th' or custom_attribute.${language_tag} == blank and ${language} == 'th' %}
https://www.bible.com/bible/174/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'tl' or custom_attribute.${language_tag} == blank and ${language} == 'tl' %}
https://www.bible.com/bible/399/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'uk' or custom_attribute.${language_tag} == blank and ${language} == 'uk' %}
https://www.bible.com/bible/186/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'vi' or custom_attribute.${language_tag} == blank and ${language} == 'vi' %}
https://www.bible.com/bible/151/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% elsif custom_attribute.${language_tag} contains 'zh' or custom_attribute.${language_tag} == blank and ${language} == 'zh' %}
{% if custom_attribute.${language_tag} == 'zh_TW' or custom_attribute.${language_tag} contains 'zh_Hant' %}
https://www.bible.com/bible/46/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% else %}
https://www.bible.com/bible/48/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% endif %}
{% else %}
https://www.bible.com/bible/111/LUK.24.1?audio=true&utm_medium=contentCard&utm_source=ContentCard
{% endif %}