Let's add support for embedding instagram posts.

Comments

axlroach created an issue. See original summary.

axlroach’s picture

Added instagram support. NOTE: Instagram requires maxwidth to be no less than 320, so I added some code to handle that. This isn't ideal, as if instagram changes their provider url, then it would need to change in multiple places in the module (the module file and the providers.inc file). I'm open to suggestions. We could maybe define that provider as a const in the include file, though that's still pretty wonky... Thoughts?

  • Ki committed 9a39c76 on 7.x-1.x authored by axlroach
    Issue #2609514 by axlroach: Add instagram support
    
ki’s picture

Status: Active » Closed (fixed)

Added support for instagram.

Since the default maxwidth is 500 (> 320), hopefully users will use value > 320.