Let's add support for embedding instagram posts.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | soembed-add-instagram-support-2609514-2-7.x.patch | 2.12 KB | axlroach |
Let's add support for embedding instagram posts.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | soembed-add-instagram-support-2609514-2-7.x.patch | 2.12 KB | axlroach |
Comments
Comment #2
axlroach commentedAdded 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?
Comment #4
ki commentedAdded support for instagram.
Since the default maxwidth is 500 (> 320), hopefully users will use value > 320.