How Do I Add an App Download Prompt to the Header or Footer of My Blogs?
How Do I Add an App Download Prompt to the Header or Footer of My Blogs?
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. Below are step-by-step instructions and a ready-to-use template you can customize for your station.
What You Need
Important Note
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.
Template 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>
How to Add the Code in SoCast
- Go to Settings > Blogs & News in your SoCast dashboard.
- Paste the customized code into either the Custom Header HTML box or the Custom Footer HTML box, depending on where you want the prompt to appear.
This code is optimized to display correctly on both desktop and mobile-responsive sites.
Related Articles
How Do I Add Custom Footer HTML to Blogs in SoCast?
How Do I Add Custom Footer HTML to Blogs in SoCast? Who Is This Article For? Users with the Manage Website Settings permission Applicable to the SoCast 2.0 Theme and Hero 1.0 Theme Follow these instructions to add custom footer HTML to your blogs. ...
How Do I Add Custom Header HTML to Blogs in SoCast?
How Do I Add Custom Header HTML to Blogs in SoCast? Who Is This Article For? Users with the 'Manage Website Settings' permission Applicable to the SoCast 2.0 Theme and Hero 1.0 Theme Follow these instructions to add custom header HTML to your blogs. ...
Blogs & News: Frequently Asked Questions for SoCast Broadcasters
Blogs & News: Frequently Asked Questions for SoCast Broadcasters This Article Is For: All users who have access to Blogs & Blog Categories Applicable to all themes Below are answers to common questions about the Blogs & News section in SoCast. Where ...
How Do I Configure Blog Post Settings in SoCast?
How Do I Configure Blog Post Settings in SoCast? This Article Is For: Users who have access to blogs and blog settings Applicable to: All themes Blog post settings in SoCast allow you to customize how your blog content appears and functions on your ...
How Do I Manage Blog Settings in SoCast?
How Do I Manage Blog Settings in SoCast? Who Is This Article For? All users with the Manage Website Settings permission Applicable to the SoCast 2.0 Theme and Hero 1.0 Theme Overview This article provides an overview of blog settings in SoCast, ...