JDM Digital

Results 17 comments of JDM Digital

Here's an example (not how we'll actually do this): https://gist.github.com/jdmdigital/23cbb9bfd2dee948859e35960ad4603c

Instead of hooks, we might just create a function(s) that does nothing and allow child themes to make it do, well, something.

FROM StackOverflow: http://stackoverflow.com/questions/21515743/will-several-soundcloud-players-on-same-page-slow-down-my-website > Iframes will block onload and will slow down your page load. > > See this article for a breakdown of loading iframes, and asynchronous solutions: http://www.aaronpeters.nl/blog/iframe-loading-techniques-performance...

There's also a handy tutorial on creating a custom oEmbed template here: https://www.sitepoint.com/customizing-wordpress-oembed-content/

See "Customizing the Output" here: https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/

Nope. Why not have this part of the Customizer?!

At the bottom of the example index.html you'll find a block: ``` new FForm( formWrap, { onReview : function() { classie.add( document.body, 'overview' ); // for demo purposes only }...