Jono Menz

Results 107 comments of Jono Menz

Yeah AFAIK FB only keeps one copy of OG data for each unique URL, and can hang on to it for a long time if you don't manually clear the...

@lekoala I don't follow why `getOGImage()` should be able to handle an array? The method name implies a singular resource and OG only supports a single image per URL. Thanks...

Side note, do you know if 'multiple resolutions' means multiple resolutions of the same image? That would be my assumption, but would be interesting if instead you can supply a...

This should happen in the background, perhaps as a queued job, so it doesn't slow down page saves.

Perhaps include a config option (e.g. `DualProtocol`) for this. Some sites don't have SSL certs and some are only accessible through https, so we don't want to add a redundant...

Yeah absolutely - feel free to open a PR if you have the time!

Dupe of #61 which is a dupe of #31

Using CMD on mac and Ctrl on PC sounds like a good idea

I'm not able to move folders or files at all on current release (3.3.0) :P ![silverstripe_-_edit_page](https://cloud.githubusercontent.com/assets/1079425/24770933/914f0b1e-1ac0-11e7-8062-bce2a5d845a0.png)

Can you pass it in from the `KickAssets::JSONConfig()` method, then access it in the tiny mce plugin within `window.KickAssets._defaults`?