TRACK THE DAYS UNTIL THEY'RE BACK
Harnessing our collective power, coming together and volunteering, is what symbolizes this time. Thousands around the country are doing so and sadly there is a great need.
The Hostages and Missing Families Forum enable website owners to show their support with one line of code only. A line that stands for bringing the abducted and the missing back home.
By adding the line of code, visitors to your website will see a clock, counting the time that has passed since hundreds of people were taken hostage by Hamas. As we all must not lose sense of time, and the urgent need to #BringThemHomeNow.
By adding the line of code to the website’s BODY or through GTM, a small counter clock will appear on your website like this:
Implementing on the website's body
To add the counter implement this script:
<div id="bthn" lang="en"></div><script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://bringthemhomenow.net/1.1.0/hostages-ticker.js";
script.setAttribute(
"integrity",
"sha384-DHuakkmS4DXvIW79Ttuqjvl95NepBRwfVGx6bmqBJVVwqsosq8hROrydHItKdsne
"
);
script.setAttribute("crossorigin", "anonymous");
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
For an Hebrew counter change the language to HE (lang="he")
Implementing the BTHN Banner in GTM
To add the BTHN Banner using Google Tag Manager (GTM), please follow these simple steps:
Navigate to you GTM account and select the relevant container
Click on "New Tag"
Set the Tag Type to Custom HTML
Paste in the banner's script:
<div id="bthn" lang="en"></div><script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://bringthemhomenow.net/1.1.0/hostages-ticker.js";
script.setAttribute(
"integrity",
"sha384-DHuakkmS4DXvIW79Ttuqjvl95NepBRwfVGx6bmqBJVVwqsosq8hROrydHItKdsne
"
);
script.setAttribute("crossorigin", "anonymous");
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
For an Hebrew counter change the language to HE (lang="he")
Add a trigger to the tag. We recommend using the All Pages trigger but you can be more selective of course.
Give the tag a descriptive name, for example "BTHN Banner" and click Save
You can now preview the GTM container to see how the banner will load on your site. Be sure to publish the container by clicking the Submit button so that the banner goes live.
This is how it looks: