Edit Post Link

Description

A plugin to insert a stylized link to edit posts and pages

New in 0.3.0.0:
– Link types: Button, Circle, and Plain Text
– Behavior controls: position (Above/Below) and open target (New Tab/Same Tab)
– Hover customization: animation presets and hover color options
– Live preview in settings that updates as options change
– Better translations support for option-driven UI behavior
– Security and accessibility hardening (validated settings, focus styles, larger circle hit area)
– Block (FSE) themes: on single templates the edit link is also output after the post content using the Block Hooks API (WordPress 6.4+). The Above/Below position setting applies to classic the_content / the_excerpt output; block themes use the hooked placement after post content.

Screenshots

  • Settings page configured to don’t load the plugin styles.
  • The Edit button uses theme’s link styles in this case.
  • Settings page configured to load the plugin styles.
  • A button will be displayed using the colors set on the plugin’s settings page.

Blocks

This plugin provides 1 block.

  • Edit Link

Installation

  • Uncompress the download package
  • Upload folder including all files and sub directories to the /wp-content/plugins/ directory.
  • Activate the plugin through the ‘Plugins’ menu in WordPress
  • Select your colors in Settings -> Edit Post Link

Reviews

Октябрь 29, 2020
UPDATE: Now that I’m using it, I see that the Edit page (the target of the Edit button) doesn’t render properly. The Edit tool bar is mostly cut off. This plugin lets you add an edit button at the top or bottom of any post or page. The button is visible anytime you’re logged into your WP site. You can style the button to be as noticeable or as subtle as you like. Much handier than having to open the posts edit page any time you need to edit.
Read all 2 reviews

Contributors & Developers

“Edit Post Link” is open source software. The following people have contributed to this plugin.

Contributors

“Edit Post Link” has been translated into 3 locales. Thank you to the translators for their contributions.

Translate “Edit Post Link” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.3.0.0

  • Add a redesigned settings experience with grouped controls and a live preview panel.
  • Add Open Link In behavior (New Tab or Same Tab) and keep position controls in the Behavior group.
  • Add hover customization controls (animation and hover colors), with conditional visibility based on selected link type.
  • Add translation-safe UI logic for settings interactions through localized config values.
  • Improve security with nonce verification and strict server-side option sanitization/validation.
  • Improve accessibility with keyboard focus-visible states and a larger compact circle hit area.
  • Retain block theme support: Block Hooks output after post content on single templates, using the same link markup as the classic editor output.

0.2.4.3

  • Confirmed compatibility with PHP 8.3 and WordPress 6.8.1. Minimum required PHP version is now 7.4.

0.2.4.2

  • Added compatibility with block themes (Full Site Editing) using the Block Hooks API (WordPress 6.4+). The edit link appears after post content in both classic and block themes.

0.2.4.1

  • Fixing a Fatal Error created when activating the plugin on PHP 8.0.

0.2.4.0

  • Add link type options (button and circle).
  • Load jQuery only on the plugin settings page.
  • Animate the Circle Link with CSS instead of jQuery.

0.2.3.1

  • Fix an issue with the pt-BR translations.

0.2.3

  • Brings back styles and transition.
  • Adds the ability to choose to load styles on the front-end.

0.2.2

  • Removed the default styles to let theme style by default
  • Removed javascript transition
  • Added option to choose either above or below content to show link

0.2.1

  • Fixed who can see the button.

0.2

  • Fixed jQuery conflict.

0.1

  • Initial Revision.