Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7730701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:17:30+00:00 2026-06-01T06:17:30+00:00

I have a WordPress plugin with settings page. On this settings page, the form

  • 0

I have a WordPress plugin with settings page. On this settings page, the form to be submitted is loaded in an iframe. I wish to utilize the WordPress TinyMCE for a textarea in this form.

How do I achieve this? I can’t really do it the way it is stated here (http://keighl.com/post/tinymce-in-wordpress-plugins/) since the form is present in an HTML file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:17:31+00:00Added an answer on June 1, 2026 at 6:17 am

    WORDPRESS 3.5 UPDATE BELOW

    If you’re using WordPress version<3.0, you can use the post you referenced to, it’s great.

    If your wordpress version is above 3.0 (aka newer versions) you can’t use the wp_tiny_mce function for the tiny_mce, because it’s deprecated. You need the newer function, wp_editor, which you can read all about it in here:

    http://codex.wordpress.org/Function_Reference/wp_editor

    For you to use of the wp_editor function and other WP elements your iframe (the for now containing only html and not linked into wp), you need to make your the iframe html file a php file, and add a require function of wp-load.php file.

    For example, if your iframe file is in your server’s root folder with your wordpress install, all you need to do is to place the following in the top of your file:

    <?php 
    require('./wp-load.php'); 
    ?>
    
    //iframe html/php code here
    

    After you do that you can use any wordpress function in your iframe, including the tiny_mce.

    —- UPDATE —-

    If you are using wordpress 3.5 or higher, the implement method has slightly changed. more information is right in this short tutorial

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://demo.thethemefoundry.com/traction/#post-183 Which wordpress plugin is this, to have post image on the left side
I have an admin page for a WordPress plugin that, thanks to the stackoverflow
This is my first attempt at adding ajax to a WordPress plugin. I have
I have a tinyMCE plugin (for the post/page editor) that I am loading from
I have just started learning wordpress plugin development and got this error when I
I'm working on a WordPress plugin. At the admin page, I have a ajax
I have created a simple WordPress plugin that automatically sets my new sites up
I've got a plugin I wrote for wordpress and I need to have the
I have a WordPress site (2.6.2) in which I have set the Home page
I have a WordPress plugin that loads pages with AJAX and to ensure compatibility

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.