wp-shortcake / shortcake-bakery

A fine selection of shortcodes for WordPress
42 stars 16 forks source link

Add Apple Live Photo shortcode #208

Closed davisshaver closed 7 years ago

davisshaver commented 7 years ago

see https://developer.apple.com/reference/livephotoskitjs

davisshaver commented 7 years ago

Markup on Apple site:

<span
  data-live-photo
  data-photo-src="/live-photos/assets/boy.jpg"
  data-video-src="/live-photos/assets/boy.mov"
  data-proactively-loads-video="true"
></span>

Markup on my site:

<div
  data-live-photo
  data-proactively-loads-video=true
  data-photo-src="https://davisshaver.com/wp-content/uploads/sites/4/2017/04/boy.jpg"
  data-video-src="https://davisshaver.com/wp-content/uploads/sites/4/2017/04/boy.mov">
</div>

https://davisshaver.com/2017/04/21/test-live-photo/

davisshaver commented 7 years ago

Working example here https://davisshaver.com/2017/04/27/testing-live-photos-on-wordpress-again/

goldenapples commented 7 years ago

Looks great! I'll merge, unless there's anything else you're hoping to do with this.

I think it might be good to add a more recognizable icon, but I'm not sure what exactly that would be. I found this one that might work:

apple-live-photo

davisshaver commented 7 years ago

@goldenapples I dig the icon! I can drop in tomorrow

davisshaver commented 7 years ago

@goldenapples new icon swapped in ✔️

goldenapples commented 7 years ago

Looks great! I'll merge this now...