AI Scribe – Content Writer, OpenAI GPT
AI Scribe is an AI-driven content generator for WordPress that leverages the OpenAI API to produce high-quality, original content. It uses the same technology behind ChatGPT to create customized written content aligned with your objectives and requirements. The premium version of the tool can generate text as well as images. With this tool, you can easily create compelling and engaging content for your website, blog, or other digital platforms. Whether you are a blogger, marketer, or business owner, this content generator can help you save time and effort while creating high-quality content that resonates with your target audience. Built with React JS, AI Scribe features sleek controls and instant-loading template pages. Watch the demo videos below to know more. Template Dashboard Demo Generate a Post/Page in the Blocks Editor Upon activating the plugin, please navigate to the settings panel located at AI Scribe -> Settings in WP Admin and input the Open AI secret key. Be sure to also provide all necessary default values for fields temperature and language model before saving the changes. Generate content using the provided templates either in the AI Scribe app within WP Admin or directly in the blocks editor for a page or post. The AI Scribe app is also accessible in the sidebar of the post or page editor in WordPress. AI Scribe offers over 13 templates for content generation. To generate high-quality content, each template requires you to provide relevant information, such as the topic, target audience, and key points or takeaways. The plugin comes with more than 10 templates for content generation. Each template requires you provide relevant information like topic, target audience, key points or takeaways to generate quality content. Remember, the output quality is directly related to the quality of the input. This plugin is designed to help you offer the right input that optimizes AI’s potential. Each of the 13+ AI Scribe templates includes clear, comprehensive instructions on the information needed to be submitted to the AI for generating unique, high-quality content. Once you provide the additional information like language, max words, writing style and tone, hit the Generate button to create or rephrase content. The premium version of the plugin can do much more – * 20+ templates for content generation. The free version supports only 13 templates. * You can generate AI images with Generate Images template. You can choose the image style as well as the size. The image generated can be saved to media library and inserted into the posts editor. * Article Wizard Template lets you create articles step by step from title to outline to article. * Additional premium templates include Rewrite Content, Shorten Content, Listicle Ideas, AIDA Framework, Before After Bridge, Social Media Post with more planned in coming days. The Article Wizard Demo (Premium) Generating and Adding AI Images to a Post (Premium) Main Features 1. AI Scribe is a fast-loading, highly intuitive React JS app that allows you to harness AI for text generation, based on your chosen prompt, keywords, writing style, tone, and language. 2. The user interface features elegant controls and instant-loading template pages thanks to React JS. You’ll enjoy working with AI Scribe. 3. The 20+ templates are designed to help you create high-quality content. Each template includes detailed instructions on the input AI requires to generate content. AI Scribe guides you through the process step by step to ensure the AI understands your specific needs. We even provide a way to insert example instructions for most templates to help you get started quickly. It’s not just another gimmicky app that promises unrealistic results. 4. Choose between two apps: one as the AI Scribe page in WP Admin, and another as a sidebar app in the blocks editor for Posts and Pages. Using the sidebar AI Scribe app in the editor, you can insert the generated content into the blocks editor with just one click. 5. The 20+ templates cater to a wide range of needs. Generate blog posts, create content for your pages, rephrase/rewrite/expand/shorten/summarize sentences, or produce sales copy and marketing content for web pages or social media. 6. Customize the instructions sent to AI to obtain content tailored to your specific requirements. Most AI tools lack such granular control, but our tool strikes a balance by offering essential controls without overwhelming you. Template pages are thoughtfully designed to include only the crucial options needed for the AI to deliver outstanding results. 7. Ability to save the AI instructions (prompt) and reset the same to default. The plugin now lets you save the changes you make to the prompt of a template to suit your needs. You can reset to the default prompt any time in the future with a single click of a button. 8. AI Scribe makes creating quality content easier and more affordable than ever. If you’ve used content generation tools like Jasper/Jarvis, Copy AI, or Writesonic, you’ll find AI Scribe just as effective while saving you hundreds of dollars annually. With more templates and features planned, this tool will only improve over time. Upcoming Premium Features Ability to save and reset prompt for a template–Done An uber blog post template that generates a blog post step by step from title to sections to post paragraphs within a single window–Done Ability to create templates of one’s own and save the same. Ability to generate images and insert the same into the post/page editor–Done Elementor support. The sidebar app will be available for Elementor editor as well. Classic editor support. The sidebar app will be available for Classic editor as well. Many more including any templates or features users request for …. Support We provide support to the free version of the plugin in the dedicated support forum.
Top keywords
- ai27×2.80%
- content24×2.49%
- ai scribe14×1.45%
- scribe14×1.45%
- templates13×1.35%
- template12×1.24%
- editor11×1.14%
- generate11×1.14%
- post9×0.93%
- pages6×0.62%
- premium6×0.62%
- provide6×0.62%
Bootstrap Blocks
Bootstrap Gutenberg Blocks for WordPress. This plugin adds Bootstrap components and layout options as Gutenberg blocks. Features Supports Bootstrap v5 and v4 Support for CSS grid (experimental) Fully customizable with filters Configuration via option page or programmatically with constants Block templates can be overwritten in your theme The full documentation of this plugin can be found on GitHub: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin#readme Available Blocks Container Options: Fluid: If enabled the container will use the full available width, spanning the entire width of the viewport. Fluid Breakpoint: Used to enable responsive containers. This feature only works with Bootstrap v4.4+. The container will use 100% of the width until the specified breakpoint is reached, after which the defined max-widths will apply for each of the higher breakpoints. Margin After: Define a margin which should be added after the container. Row Options: Template: Choose from a predefined template for the inner column blocks. No Gutters: Disable gutters between columns. Alignment: Horizontal alignment of inner column blocks. Vertical Alignment: Vertical alignment of inner column blocks. Editor stack columns: Displays stacked columns in the editor to enhance readability of block content. Horizontal Gutters: Size of horizontal gutters. Vertical Gutters: Size of vertical gutters. CSS Grid Gutters: Size of gutters when CSS grid is used. Column Options: Sizes for all breakpoints (xxl, xl, lg, md, sm, xs): How much space the column should use for the given breakpoint. Equal width for all breakpoints (xxl, xl, lg, md, sm, xs): If enabled column will spread width evenly with other columns. Background Color: Set background color to column. Content vertical alignment: Align content vertically in column. This option is only needed if a background color is set. Otherwise use the Alignment option of the outer row block. Padding: Define padding inside the column. Button Options: Style: Choose the styling of the button. Open in new tab: Choose if link should be opened in a new tab. Rel: Set rel attribute of the link. Alignment: Horizontal alignment of the button. Supported Bootstrap versions This plugin supports Bootstrap v4 and v5. The version can be selected in the plugin settings (Settings > Bootstrap Blocks) or by defining the WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION constant in the wp-config.php file: Bootstrap 4: define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '4' ); Bootstrap 5 (default): define( 'WP_BOOTSTRAP_BLOCKS_BOOTSTRAP_VERSION', '5' ); Possible values right now are '4' or '5'. By default Bootstrap version 5 is selected. CSS Grid The CSS grid (supported with Bootstrap >= 5.1.0) can be enabled in the plugin settings (Settings > Bootstrap Blocks) or by defining the WP_BOOTSTRAP_BLOCKS_ENABLE_CSS_GRID constant in the wp-config.php file: eg. define( 'WP_BOOTSTRAP_BLOCKS_ENABLE_CSS_GRID', true ); When the CSS grid is enabled the row and the column blocks will use custom templates for the rendering process: Row: row-css.grid.php Column: column-css-grid.php The support is still experimental since it’s also marked as experimental in the Bootstarp library. Please read the official Bootstrap documentation to get more information on how to use it. Bootstrap library Please be aware that this plugin does not include the Bootstrap library in your website. You need to do this by yourself. We decided not to include the library so that you can modify Bootstrap to your own needs before loading it. You’ll find an example how to include it in your theme’s functions.php in the documentation. Templates All blocks are implemented as dynamic blocks. This makes it possible to overwrite the template of a block in your theme. To overwrite a block template create a folder called wp-bootstrap-blocks/ in your theme directory. You can copy the original template from wp-bootstrap-blocks/src/templates/ .php as a starting point and adjust it to your needs. Requirements WordPress >= 5.0 PHP >= 5.6 Further Information Documentation: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin#readme WordPress Plugin: https://wordpress.org/plugins/wp-bootstrap-blocks GitHub Repository: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin Changelog: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin/releases Issue tracker: https://github.com/tschortsch/bootstrap-blocks-wordpress-plugin/issues