Nest Frontend Editor for H5P
Nest Frontend Editor for H5P lets your users view, create, and edit H5P content without ever leaving the front end of your WordPress site. Place the shortcodes on any pages you choose, configure permissions per role, and let the plugin handle the rest. Works seamlessly with Remix Manager for H5P when its Library Link Behavior settings point to Nest front-end pages. Shortcodes: [nest_h5p_editor_view] – Displays an H5P content item. Reads the item ID from the URL (?h5p_id=X). [nest_h5p_editor_create] – Displays the H5P content creation editor. [nest_h5p_editor_edit] – Displays the H5P content editor for an existing item. Reads the item ID from the URL (?h5p_id=X). Users may only edit content they own. [nest_h5p_editor_results] – Displays the H5P results page for an existing item. Reads the item ID from the URL (?h5p_id=X). [nest_h5p_editor_link_view] – Outputs a link to the front-end view page for the current H5P item. Accepts text and class attributes. [nest_h5p_editor_link_edit] – Outputs a link to the front-end edit page for the current H5P item. Only renders if the current user owns the content. Accepts text and class attributes. [nest_h5p_editor_link_results] – Outputs a link to the front-end results page for the current H5P item. Accepts text and class attributes. Features: Role-based permissions – all roles registered on the site are listed, including custom roles like Teacher or Instructor. Configurable unauthorized redirect behavior per action – redirect to home, login, or a custom URL. Logged-out users are always redirected to the login page. Auto-resizing iframes that adjust to content height on load, on user interaction, and after content type selection on the create page. Admin menu, admin bar, and footer are automatically hidden inside the iframe so users see a clean, focused experience with no WordPress admin UI visible. Ownership enforcement for the Edit shortcode – users can only edit H5P content they own. Results shortcode – display H5P results on the front end with role-based permission control. Link shortcodes – generate styled links between view, edit, and results pages for the current H5P item. Filter hooks (rmh5p_view_url, rmh5p_edit_url, rmh5p_create_url, rmh5p_results_url) integrate with Remix Manager for H5P when its Library Link Behavior settings point to Nest front-end pages. For full documentation visit indiegg.com/nest-frontend-editor-for-h5p/documentation. Disclaimer: Nest Frontend Editor for H5P is an independent plugin and is not affiliated with, endorsed by, or sponsored by H5P or its developer, Joubel. H5P is a trademark of its respective owner. Usage Setting up pages Create one page per action. Add the shortcode to each: View page: [nest_h5p_editor_view] Create page: [nest_h5p_editor_create] Edit page: [nest_h5p_editor_edit] Results page: [nest_h5p_editor_results] Then go to Settings -> Nest Frontend Editor for H5P and select each page from the dropdowns. Permissions Under Role Permissions, check which roles can access each action. All roles on the site are listed automatically, including custom roles. Redirect behavior Under Unauthorized Redirect Behavior, choose what happens when a logged-in user without permission tries to access each page. Options are: Redirect to home page Redirect to login page Redirect to a custom URL Logged-out users are always sent to the login page regardless of this setting. Integration with Remix Manager for H5P When both plugins are active and pages are configured, the Remix Manager Library Link Behavior settings can point View, Edit, and Results links to the matching Nest Frontend Editor for H5P pages. Link shortcodes Place these shortcodes on your view, edit, or results pages to generate navigation links between pages for the same H5P item. All three read the current h5p_id from the URL automatically. [nest_h5p_editor_link_view] – link to the view page [nest_h5p_editor_link_edit] – link to the edit page (only renders if the current user owns the content) [nest_h5p_editor_link_results] – link to the results page All three accept optional attributes: text – the link label. Example: [nest_h5p_editor_link_view text="Watch this activity"] class – additional CSS classes. Example: [nest_h5p_editor_link_edit class="button button-primary"] Each link always includes the classes nfeh5p-link and a type-specific class (nfeh5p-link-view, nfeh5p-link-edit, nfeh5p-link-results) for styling in your theme CSS.
Top keywords
- h5p41×5.76%
- editor22×3.09%
- nest22×3.09%
- link21×2.95%
- page19×2.67%
- edit16×2.25%
- h5p editor16×2.25%
- nest h5p16×2.25%
- nest h5p editor16×2.25%
- results14×1.97%
- view13×1.83%
- item11×1.54%
Remix Manager for H5P
Remix Manager for H5P empowers your users to manage their own H5P content directly from the front end of your WordPress site. No admin access required at any point. Users can: View their personal H5P content library Remix (duplicate) any of their existing H5P content with one click, including complex content types like Arithmetic Quiz and Course Presentation Edit H5P items from their library Delete items they no longer want, including full cleanup of all associated files and data Perform bulk actions for remixing or deleting Search by title and filter by content type Sort by any column and paginate through large libraries Administrators can: Control which user roles have access to the front-end H5P library, including custom roles like Teacher or Instructor Set granular permissions for remixing and deleting per role Limit how many H5P items each role may store in their personal library Configure where the View and Edit links send users, the WordPress admin, a front-end editor page, or any custom URL with dynamic tokens Bringing the H5P Editor to the Front End Remix Manager for H5P does not include a front-end H5P editor, but it is designed to work seamlessly with Frontend H5P Editor, a free companion plugin from IndiEgg Studios. When both plugins are active and configured, the View and Edit links in the library table automatically point to your front-end pages; keeping users entirely on the front end throughout their H5P workflow. Alternatively, administrators can use the Custom URL option in Library Link Behavior settings to integrate any third-party front-end editor plugin. The custom URL supports dynamic tokens (%h5p_id% and %h5p_title%) so you can build any URL structure your chosen plugin requires. For full documentation visit indiegg.com/remix-manager-for-h5p/documentation. Disclaimer: Remix Manager for H5P is an independent plugin and is not affiliated with, endorsed by, or sponsored by H5P or its developer, Joubel. H5P is a trademark of its respective owner. Usage Configure Role Permissions Go to WordPress Dashboard > Settings > Remix Manager for H5P. For each user role you can: Enable access to the front-end library Allow or restrict remixing and deleting Set the maximum number of H5P items users of that role can store in their library (set to 0 for unlimited) Configure Library Link Behavior (optional) Still in Settings > Remix Manager for H5P, scroll to the Library Link Behavior section. For both the View and Edit links, choose one of three options: Admin backend (default) – links go to the standard WordPress admin H5P pages Frontend H5P Editor pages – links go to pages configured in the Frontend H5P Editor companion plugin Custom URL – enter your own URL template using %h5p_id% and/or %h5p_title% as dynamic tokens to integrate any third-party front-end editor plugin Create the Library Page Add the following shortcode to any WordPress page: [rmh5p_user_library] This displays each user’s personal H5P library where they can: View, edit, remix, and delete their H5P items Remix (duplicate) any H5P item with one click Search and filter their library contents Use bulk actions for remixing or deleting