diff --git a/_i18n/en/documentation/podcasters-hosters/add-on-antennapod.md b/_i18n/en/documentation/podcasters-hosters/add-on-antennapod.md index 27435985e..45e4d989c 100644 --- a/_i18n/en/documentation/podcasters-hosters/add-on-antennapod.md +++ b/_i18n/en/documentation/podcasters-hosters/add-on-antennapod.md @@ -1,9 +1,43 @@ -Do you want to make it easy for your network or audience to add your podcast(s) in AntennaPod? -Simply include a link like the one given below on your website or wherever you want. -Make sure to replace `xyz` with the URL of your RSS feed and `abc` with the title of your podcast. +Would you like to make it easy for your network or audience to add your podcast(s) in AntennaPod? +Simply include a link like the one below on your website or wherever you want. Make sure to replace `xyz` with the URL of your RSS feed and `abc` with the title of your podcast. Note that if your URL or your title contains special characters, such as `&`, these must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding). `https://antennapod.org/deeplink/subscribe?url=xyz&title=abc` -Users who have installed AntennaPod and open that link will be able to preview episodes and subscribe to your podcast directly in our app. -You can view an example of such a page [here](/deeplink/subscribe?url=https://antennapod.org/rss.xml&title=Blog+Posts). -If you need our logo, please have a look at our [branding repository](https://github.com/AntennaPod/branding). +You could also turn the same link into a button, e.g. by using the following code: + +``` + +Subscribe in AntennaPod +``` + +# What users see +Users who have installed AntennaPod and open that link will be able to preview episodes and subscribe to your podcast directly in the app, as in the screenshots below. + + +{% include image.html + alt= " + + Browser asking to open a link in AntennaPod + + " + loc="/assets/images/documentation" + file="open-in-ap1.png" + max-width="400px" +%} + +{% include image.html + alt= " + + The same link displayed in AntennaPod + + " + loc="/assets/images/documentation" + file="open-in-ap2.png" + max-width="400px" +%} + + +On the other hand, users who don't have AntennaPod installed will see a page with instructions to download the app or to subscribe to your podcast manually, as in this [example page](/deeplink/subscribe?url=https://antennapod.org/rss.xml&title=Blog+Posts). + +# Branding +Would you like to use our logo to create a branded ‘Open in AntennaPod’ button? You can find it in our [branding repository](https://github.com/AntennaPod/branding). diff --git a/assets/images/documentation/en/open-in-ap1.png b/assets/images/documentation/en/open-in-ap1.png new file mode 100644 index 000000000..87f10a776 Binary files /dev/null and b/assets/images/documentation/en/open-in-ap1.png differ diff --git a/assets/images/documentation/en/open-in-ap2.png b/assets/images/documentation/en/open-in-ap2.png new file mode 100644 index 000000000..43d3a9de4 Binary files /dev/null and b/assets/images/documentation/en/open-in-ap2.png differ diff --git a/deeplink/subscribe/index.html b/deeplink/subscribe/index.html index d62230535..63fcaf5cd 100644 --- a/deeplink/subscribe/index.html +++ b/deeplink/subscribe/index.html @@ -14,8 +14,7 @@

{% t generic.subscribe %}

- - Error: JavaScript not available + Error: JavaScript not available