이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Editor Widget

설명

Note: This plugin still works but it doesn’t really contain any major features that the native Text widget is missing. The plugin is no longer in active developement.

This plugin adds a rich text widget where the content is edited using the standard WordPress visual editor which most users already are familiar with.
It uses the WP core function wp_editor() without adding a custom post type post for each widget making the widget quicker and simpler to edit.

Feel free to help with developement or issue reporting on Github!

Languages

스크린샷

  • The plugin adds a widget called "Rich text".
  • In the widget you can add a title, edit the content through a link and choose to output the title or not.
  • When you click the "Edit content" link the WP Editor appears above the content, much like the Add media button. Click "Save and close" to save your content in the widget.
  • The widget as displayed in Twenty Fourteen.
  • You can choose to display the title.
  • The widget as displayed in Twenty Fourteen with title output turned on.

설치

  1. Extract the ZIP file and move the folder “wp-editor-widget”, with it contents,
    to /wp-content/plugins/ in your WordPress installation
  2. Activate the pluing under ‘Plugins’ in the WordPress admin area

후기

2017년 6월 12일
There is one bad review that I think is based on a mis-understanding. This plugin creates a new TYPE of widget - Rich Text, which features your current rich text editor. You can create as many different widgets as you want with this new template type. This plugin is absolutely perfect for what it does.
2016년 10월 18일
After using the Black Studio TinyMCE Widget for years I started looking for a similar one that would not have the same conflicts with other plugins. I installed "WP edit widget" and it had no conflicts, worked out of the box and the widget content was not gone after deactiving the plugin ( something that frustrated me in Black Studio TinyMCE Widget.) I had almost immediate respons to my support question, so I will start using this exellent plugin and hope the developer will update it as soon as it would start behaving badly in time. Thanks! Annie
2016년 9월 3일
I used it to add client instructions to an admin page. This makes adding screenshots and video quite easy.
모든 18 평가 읽기

기여자 & 개발자

“WP Editor Widget”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“WP Editor Widget”(이)가 8(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “WP Editor Widget”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.6.0

  • Added support for WPML – Set the language for each Widget and only the ones for the current active language is output. (Thanks to @docryan)
  • Added filter wp_editor_widget_html – Makes it possible to change the full HTML output of the Widget through a plugin or a theme
  • Added action wp_editor_widget_form – Makes it possibel to add custom form elements to the Widghet through a plugin or a theme
  • Added Scrutinizer code quality check for Github and made some changes to get better score

0.5.5

  • Added Danish translation (Thanks to @docryan)

0.5.4

  • Added German translation (Thanks to @ohaucke)
  • Renamed the editor id to comply with WP Codex tips (Might help with Issue #3)

0.5.3

  • Bugfix: Issue #8 – Filters for WP Editor Widget content wasn’t always loaded (since 0.5.0)

0.5.2

  • WP Core Issue #27853 has been fixed in WP 3.9.1, this change makes sure that the fix from last version only is active on WP 3.9 and earlier

0.5.1

  • Bugfix: Couldn’t switch to plain text on customize.php (Issue #27853)
  • Bugfix: JS errors that could appear depending on if you loaded the editor in wysiwyg or plain text
  • Bugfix: Didn’t store plain text widget content correctly

0.5.0

  • This is a big change, please file an issue on Github if you find anything weird!
  • Changes for WP 3.9.0 (editor now works on the admin customization page as well as on the admin widgets page)
  • Most of the following changes thanks to @cfoellmann:
  • Added filter wp_editor_widget_ops
  • Added filter wp_editor_widget_update_instance
  • Added action wp_editor_widget_update
  • Removed constant variable textdomain
  • Changed textdomain to wordpress.org plugin id name
  • Split widget class into it’s own file
  • Limited asset loading to widgets.php
  • Changed PHP code style to WP standard

0.4.1

  • Lowered the z-index of the WP Editor overlay modal because image buttons (in the editor) wasn’t showing because they had lower z-index (thanks nbspjr on WordPress.org https://wordpress.org/support/topic/edit-mediagallery-buttons-are-not-shown-1)

0.4.0

  • Added standard WP functions wptexturize, convert_smilies, convert_chars, wpautop, shortcode_unautop, prepend_attachment, do_shortcode to the wp_editor_widget_content filter (thanks danieliser on WordPress.org https://profiles.wordpress.org/danieliser/)

0.3.1

  • Updated the Swedish translation
  • Moved load_plugin_textdomain() for translation to the plugins_loaded action to make sure the widget is correctly translated.

0.3.0

  • Changed the name of the widget to “Rich text” and the description to a less “techy” text (thanks /u/actionscripted on Reddit http://tinyurl.com/lnm99yj) for a UI more similar to the core widgets
  • Tested in WP 3.6

0.2.1

  • CSS bug fix for hide button on WYSIWYG overlay
  • JS bug fix on get and set wpeditor content

0.2.0

  • Changed the WYSIWYG overlay button from “Update and close” to a primary button called “Save and close”
  • Changed so that the widget is saved when closing the WYSIWYG overlay
  • Added pot translation file and Swedish translation (contact me if you wish to help translate, david.martensson@gmail.com)

0.1.1

  • CSS fix for widget editor close button

0.1.0

  • First stable proof of concept version.