Category: Cool coding
-
Icon fonts and accessibility
A few good article links for icon fonts, why they are bad and how you can use them if you really need to. I’ve have been using svg-sprites from icomoon.io/app for a current project but have been considering how to convert them to CSS-based or icon fonts if the project implementation needs it.. Seriously,…
-
Slowly figuring out the code that FB Instant Articles doesn’t like
So far: images inside links – either the image is stripped, leaving behind an empty <a> – or the image is converted properly and an empty link is somewhere else on the page Horizontal Rules are bad Classes on images inside of other tags are confusing Nested lists are confusing Next up… Hope FB approves my…
-
Facebook Instant Articles
Testing out Facebook Instant Articles integration using my blog. Very interesting. I see that I will be creating multiple custom transformer rules to deal with the more complex coding used in articles. The default transform doesn’t seem to understand things like linked images, etc.