- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Apple badge incomplete after embed
Hi,
I've embedded the code for a 'Listen in iTunes' (podcast) onto a page in my Weebly website, but it's incomplete, with the bottom and right-hand side edges missing. Here's the code:
<a href="https://itunes.apple.com/au/podcast/tales-less-told-unconventional-lives-in-africa-beyond/id14510778..." style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2019-02-01T00:00:00Z&kind=podcast...) no-repeat;width:133px;height:34px;"></a>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can you post a link to the page of your site where you added that, @TLT? It'll help to see the code in action.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Sure: www.taleslesstold.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
It seems like the width and height styling are too small for the size of the background image. Try this instead, I just bumped up the width and height:
<a href="https://itunes.apple.com/au/podcast/tales-less-told-unconventional-lives-in-africa-beyond/id14510778..." style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2019-02-01T00:00:00Z&kind=podcast...) no-repeat;width:165px;height:40px;"></a>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report