[wp-hackers] WordPress Front-End tinyMCE
Kevin Stover
kstover at gmail.com
Wed Jul 6 23:50:15 UTC 2011
Thanks Rafael,
I've looked at that site before, the biggest problem is that I can't figure
out how to enquque the same styles used on the admin and post pages. I've
tried
do_action("admin_print_styles-post-php");
do_action('admin_print_styles');
but to no avail. I'm thinking that you can't run those from the frontend.
Using the info on that site I was able to get the editor to show up on the
page, but their isn't any css info attached to it. That means that you can't
see most of the buttons and the "Full screen" editor/mode is visible at the
very top-left of the page. Any ideas?
Thanks again for your time,
Kevin
On Wed, Jul 6, 2011 at 6:39 PM, Rafael Ehlers <rafaehlers at gmail.com> wrote:
> Try these:
>
> http://keighl.com/2010/01/tinymce-in-wordpress-plugins/
>
> http://keighl.com/2010/04/switching-visualhtml-modes-with-tinymce/
>
> On Wed, Jul 6, 2011 at 7:23 PM, Kevin Stover <kstover at gmail.com> wrote:
>
> > Hello all,
> >
> > I'm currently working on a plugin that allows users to create posts from
> > the
> > front-end (non-admin area). I've been using a non-tinyMCE jQuery Rich
> Text
> > solution, but for continuity, and my sanity once clients take over the
> data
> > entry, does anyone know of a reliable way to place a WordPress tinyMCE
> > editor on the front-end? I've dug through lots of includes and WordPress
> > core files, but I can't find a good answer. Has anyone tackled this
> problem
> > before?
> >
> > Thanks a lot for your time,
> >
> > Kevin
> > _______________________________________________
> > wp-hackers mailing list
> > wp-hackers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-hackers
> >
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
--
Kevin Stover
Executive Pastor
The Exchange
http://www.theexchanged.com
http://www.kevinstoverblog.com
http://www.twitter.com/kstover
More information about the wp-hackers
mailing list