The image URLs for the download buttons for iOS apps (Siskin and Monal) appear 
to be outdated. They point to 
[https://linkmaker.itunes.apple.com/](https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps)
 which appears to be defunct. I got a new URL from 
https://toolbox.marketingtools.apple.com/en-us/app-store/us and used it for all 
three places. I'm not sure if changing the `releaseDate` parameter is 
necessary. If it's a unix time stamp, 1245024000 is midnight UTC on 2009-06-15.

Sent with [Proton Mail](https://proton.me/mail/home) secure email.

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/prosody-dev/SZDoztF5kPXTt4tU03MJn8eQyqDHhxqklW8qY1WEHbFGJacS18VHFnYN8jcNr_IxN7Gp98NOmaf5qsvbS7c1K9XphZAfduVj-brr0vQGS_c%3D%40protonmail.com.
# HG changeset patch
# User Robby Stokoe <[email protected]>
# Date 1734404460 25200
#      Mon Dec 16 20:01:00 2024 -0700
# Node ID fe380764032d981f0440919109e2d4c7dceeaaaf
# Parent  b048767a69b02bc4b416da66969665e51ae255c3
mod_register_apps: Fix iOS download button image URLs

diff -r b048767a69b0 -r fe380764032d mod_register_apps/mod_register_apps.lua
--- a/mod_register_apps/mod_register_apps.lua	Mon Dec 16 13:09:42 2024 +0100
+++ b/mod_register_apps/mod_register_apps.lua	Mon Dec 16 20:01:00 2024 -0700
@@ -54,7 +54,7 @@
 		download = {
 			buttons = {
 				{
-					image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps";;
+					image = "https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1245024000";;
 					url = "https://apps.apple.com/us/app/siskin-im/id1153516838";;
 					target = "_blank";
 				};
@@ -120,7 +120,7 @@
 		download = {
 			buttons = {
 				{
-					image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=iossoftware&bubble=ios_apps";;
+					image = "https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1245024000";;
 					url = "https://apps.apple.com/app/id317711500";;
 					target = "_blank";
 				};
@@ -137,7 +137,7 @@
 		download = {
 			buttons = {
 				{
-					image = "https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2017-05-31&kind=macossoftware&bubble=macos_apps";;
+					image = "https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1245024000";;
 					url = "https://apps.apple.com/app/id1637078500";;
 					target = "_blank";
 				};

Reply via email to