Wordpress Shortcodes
Dear Team,
It would be great if you can implement shortcodes in WordPress, so we can add locks using other WP-Editors than Gutenberg, because it is very limiting!
I found that some people use the Gutenberg Reusable Block to get a shortcode to be use in other editors. I have installed the Reusable Block Version 1.0.2. and it is not generating/showing any plugin. Here is what I found: https://gutenberghub.com/how-to-display-gutenberg-blocks-in-other-page-builders/
Thank you in advance!
@SolomonFoskaay Are you interested in this one?
If so please go ahead. Lets introduce a new shortcode which takes one single argument: a valid paywall config object.
@julien51 Okay noted and what bounty price is attached to this, please?
Lets make it $300 as well
@julien51 already working on this issue. Here is a sneak peek for you to check and confirm if this is the expected Wordpress shortcode feature.
For the existing Block lock feature (working on the full post/page feature once approved) extended to work with non-Gutenberge editors. For now, have tested it on "Classic Editor" and "Elementor". See below:
Elementor:
Editor:

UI:

Classic Editor:
Editor:

UI:

@julien51 I now have the wordpress shortcode for the full post/page lock feature too. Kindly see post samples below:
Elementor
Editor:

UI (the full post page Unlock button not well aligned because of how Elementor renders the page when the actual page content is hidden to effect styling - you will notice its well aligned in the Classic editor UI below- this is not from my code but from the Elementor itself):

Classic Editor
Editor:

UI (Unlock button well aligned in the classic editor UI without any additional styling added to it):

@julien51 I will refactor my current implementation for this feature following your refactored code pattern for merged issue #4 and send you PR before the week runs out.
Thanks!