Has anyone successfully used oEmbed within Kirby Page Builder?
It performs completely fine on my local server but on the live site Iām getting a 403 error in Builder when I try to add an entry containing an oEmbed field in the panel.
Any ideas on how to fix this would be much appreciated!
I setup a simple version for testing using the kirby starterkit and just the 2 plugins.
The idea was to use the oEmbed plugin within the the Site Builder fields. The blueprint is pretty simple. Iām not sure it will reveal much but here it is:
fields:
embedtest:
label: oEmbed Test
type: oembed
buildertest:
label: Builder Test
type: builder
fieldsets:
media:
label: Video
fields:
video:
label: Embedded Media
type: oembed
Turns out on Webfaction hosting (http://www.webfaction.com/) the above is working as intended. On the Hostgator reseller account (http://www.hostgator.com/reseller-hosting) however I do get the same 403 error. They are the same files with the same permissions as far as I can tell.