To encourage your blog readers to download your station’s app, you can add a custom prompt with download links in the header or footer of your blog posts. Use the steps and template below to set this up quickly.
[DOWNLOAD PROMPT TEXT] in the template with your message.[iTUNES APP LINK] in the template with your link.[ANDROID APP LINK] in the template with your link.When replacing the placeholder text in the code, be sure to remove the square brackets [ ] and the placeholder text itself. There should be no spaces between href and the closing > in the code.
<div>
<h3>[DOWNLOAD PROMPT TEXT]</h3>
<div align="center">
<a target="_blank" href="[iTUNES APP LINK]?utm_source=BlogFooter&utm_campaign=iTunesApp">
<img src="http://radio888.cms.socastsrm.com/files/2013/11/whvkzzvb.png" style="width:45%;" />
</a>
<a target="_blank" href="[ANDROID APP LINK]?utm_source=BlogFooter&utm_campaign=AndroidApp">
<img src="http://radio888.cms.socastsrm.com/files/2013/11/playbadge1.png" style="width:45%;" />
</a>
</div>
</div>
This code is optimized to display correctly on both desktop and mobile-responsive sites.