Hi, so I've dropped the kfunctions.php into the root of my website, I've placed a youtube link in the format of:
[youtube video="http://www.youtube.com/watch?v=z7o7RFoTtw0" /] as a test into a rich text edit box using the admin page and when I refresh the actual page all I see is the shortcode itself. I've gone to the site and tried http://mysite.local/kfunctions.php and it is there, so that's fine. I'm stumped.
I'm using Middleman toolchain / framework with .html pages rather than .php, with :
AddType application/x-httpd-php .html
... in my .htaccess. I don't think that is causing it, but I guess it may help someone figure it out
It seems so simple it should work easily, so I'm leaning towards a configuration issue, either that or I just goofed up and didn't read something properly
Any help much appreciated!
[youtube video="http://www.youtube.com/watch?v=z7o7RFoTtw0" /] as a test into a rich text edit box using the admin page and when I refresh the actual page all I see is the shortcode itself. I've gone to the site and tried http://mysite.local/kfunctions.php and it is there, so that's fine. I'm stumped.
I'm using Middleman toolchain / framework with .html pages rather than .php, with :
AddType application/x-httpd-php .html
... in my .htaccess. I don't think that is causing it, but I guess it may help someone figure it out

It seems so simple it should work easily, so I'm leaning towards a configuration issue, either that or I just goofed up and didn't read something properly

Any help much appreciated!