Linking to the "My Financial Advisor" mobile app

Do you want to promote the "My Financial Advisor" mobile app to your clients, either on your website or in emails? The following HTML code snippets will display badges that link to the Apple App Store and Google Play, where clients can download the app. Here's a preview:

iOS:
<div>
  <a href="https://apps.apple.com/us/app/my-advisor-by-blueleaf/id1521484294?itsct=apps_box_link&itscg=30200" title="My Financial Advisor by Blueleaf" target="_blank">
    <img width="150" src="https://secure.blueleaf.com/images/notification/weekly_summary/App_Store.png" alt="My Financial Advisor by Blueleaf" />
  </a>
</div>
Android:
<div>
  <a href="https://play.google.com/store/apps/details?id=com.bl_mobile" title="My Financial Advisor by Blueleaf" target="_blank">
    <img width="150" src="https://secure.blueleaf.com/images/notification/weekly_summary/Google_Play.png" alt="My Financial Advisor by Blueleaf" />
  </a>
</div>
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us