{"id":44,"date":"2013-09-04T10:25:58","date_gmt":"2013-09-04T10:25:58","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-front-end-editor\/"},"modified":"2016-08-23T18:34:23","modified_gmt":"2016-08-23T18:34:23","slug":"wp-front-end-editor","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-front-end-editor\/","author":11655703,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.2.1","stable_tag":"2.2.1","tested":"4.7.33","requires":"4.6","requires_php":"","requires_plugins":"","header_name":"Front-end Editor","header_author":"Ella Iseulde Van Dorpe","header_description":"","assets_banners_color":"ffffff","last_updated":"2016-08-23 18:34:23","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/iseulde.com\/donate","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/wp-front-end-editor\/","header_author_uri":"https:\/\/iseulde.com","rating":4.2,"author_block_rating":0,"active_installs":300,"downloads":110967,"num_ratings":69,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description"],"tags":[],"upgrade_notice":[],"ratings":{"1":9,"2":3,"3":1,"4":5,"5":51},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1471446","resolution":"256x256","location":"assets","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1471446","resolution":"1544x500","location":"assets","width":1544,"height":500}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.10","0.2","0.3","0.3.1","0.3.2","0.4","0.4.1","0.4.2","0.4.3","0.4.4","0.4.5","0.4.6","0.4.6.1","0.5","0.5.1","0.6","0.6.1","0.6.2","0.6.3","0.7","0.7.1","0.7.10","0.7.10.1","0.7.2","0.7.3","0.7.4","0.7.5","0.7.6","0.7.7","0.7.8","0.7.9","0.7.9.1","0.7.9.2","0.8","0.8.1","0.8.2","0.8.3","0.8.4","0.8.5","0.9.0","0.9.1","1.0.0-beta1","1.0.0-beta1.2","1.0.3","1.0.4","1.1.0","2.0.0-beta1","2.0.1","2.1.0","2.2.0","2.2.1","trunk"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[60],"plugin_tags":[11520,31174],"plugin_category":[],"plugin_contributors":[77971,81477,77594],"plugin_business_model":[],"class_list":["post-44","plugin","type-plugin","status-closed","hentry","plugin_section-beta","plugin_tags-front-end-editor","plugin_tags-inline-editing","plugin_contributors-iseulde","plugin_contributors-siteground","plugin_contributors-wordpressdotorg","plugin_committers-ellatrix","plugin_committers-iseulde"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-front-end-editor_ffffff.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<h3>Features<\/h3>\n\n<ul>\n<li>Draft and edit posts.<\/li>\n<li>Autosaves. Just publish when you\u2019re done.<\/li>\n<li>Contextual tools. Bold, italic, strikethrough, link, headings, lists and blockquote.<\/li>\n<li>Add media with the WordPress media library.<\/li>\n<li>Handy shortcuts for lists (*, - or 1.), blockquote (&gt;) and horizontal rule (---).<\/li>\n<li>Automatically embed media from <a href=\"https:\/\/codex.wordpress.org\/Embeds\">this list<\/a>. Just paste the URL.<\/li>\n<li>You can also link text by just pasting the URL over it.<\/li>\n<li>Add a featured image, if your theme supports it.<\/li>\n<\/ul>\n\n<h3>Configure and extend<\/h3>\n\n<p>This plugin is designed to be \u201cplug and play\u201d, but also configurable and extensible.<\/p>\n\n<h4>Toolbars and buttons<\/h4>\n\n<p>You can add more buttons to any of the toolbars with the following filters:<\/p>\n\n<ul>\n<li><code>fee_toolbar_caret<\/code> for the caret,<\/li>\n<li><code>fee_toolbar_inline<\/code> for normal selections,<\/li>\n<li><code>fee_toolbar_block<\/code> for block selections.<\/li>\n<\/ul>\n\n<p>E.g.<\/p>\n\n<pre><code>add_filter('fee_toolbar_inline', function($buttons){\n  return array_merge($buttons, array('subscript'));\n});\n<\/code><\/pre>\n\n<p>You may need to provide extra CSS and JS. See the <a href=\"https:\/\/codex.wordpress.org\/TinyMCE_Custom_Buttons\">Codex page<\/a> and <a href=\"https:\/\/www.tinymce.com\/docs\/advanced\/editor-control-identifiers\/#toolbarcontrols\">TinyMCE docs<\/a> for more information about adding toolbar buttons with TinyMCE.<\/p>\n\n<h4>Linking to the editor<\/h4>\n\n<p>You can link to the editor from anywhere on the website with the normal edit link to the admin, and it will be picked up by the plugin. Use <code>edit_post_link<\/code> or similar.<\/p>\n\n<h4>Custom Post Types Support<\/h4>\n\n<pre><code>add_post_type_support( 'page', 'front-end-editor' );\n<\/code><\/pre>\n\n<p>Please make sure you also support the <a href=\"http:\/\/v2.wp-api.org\/extending\/custom-content-types\/\">REST API<\/a>.<\/p>\n\n<h4>Disable<\/h4>\n\n<p>If you\u2019d like to disable the editor for certain posts, you can use the <code>supports_fee<\/code> filter.<\/p>\n\n<pre><code>\/\/ Disable for the post with ID 1.\nadd_filter('supports_fee', function($supports, $post) {\n  return $post-&gt;ID !== 1;\n}, 10, 2);\n<\/code><\/pre>","raw_excerpt":"A simple way to write with WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=44"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ellatrix"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=44"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=44"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=44"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=44"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}