How to Write automatic AI content for your WordPress blog using Open AI’s ChatGPT-3

Maniruzzaman-Akash
3 min readDec 28, 2022

--

What is Open AI

OpenAI is a research laboratory based in San Francisco, California. It’s mission is to ensure that artificial general intelligence benefits all of humanity.

What is ChatGPT

ChatGPT is Open AI’s language model. It’s latest version is ChatGPT-3. ChatGPT (Generative Pre-trained Transformer) is a chatbot launched by OpenAI in November 2022.

It is built on top of OpenAI’s GPT-3.5 family of large language models, and is fine-tuned with both supervised and reinforcement learning techniques.

What ChatGPT-3 can do

ChatGPT is a large language model chatbot developed by OpenAI based on GPT-3.5. It has a remarkable ability to interact in conversational dialogue form and provide responses that can appear surprisingly human. Large language models perform the task of predicting the next word in a series of words.

Suppose, you’re giving a prompt to it and it will rest of the content for you.

You can go here to check AI content generation — https://chat.openai.com/chat

If you want to read more about ChatGPT-3 and Open AI’s benefits and pros-cons, you can read this article — https://devsenv.com/tutorials/introducing-chatgpt:-the-next-generation-conversational-ai-tool-what,-why,-how,-pros-and-cons

How WordPress can be used with this ChatGPT-3

I’ve developed recently a WordPress plugin using this Open AI and ChatGPT-3 model to generate automatic AI content for your blog.

Plugin name is Innovator AI which is Your Virtual AI assistant to make your WordPress content automation journey smooth and beautiful using Open AI.

Let’s get the plugin link — https://wordpress.org/plugins/innovator-ai/

Please install the plugin and let’s continue our rest of the tutorial.

Let’s see a demo of the plugin to get understand — how this plugin could help you to generate automatic AI generated content for your blog -

Dashboard Page:

From here, you can use Try demo section to generate AI content from your content hint.

Automatic content generation after try demo

Settings Page

In settings, you have to give your API key taking from Open AI, from this link — https://beta.openai.com/account/api-keys

Post Page

If you go to Create post for your blog, then in new Gutenberg editor, you can easily find our Text generator Block by writing `/text-generator`.

Then from right side, you can give your hint and generate content and content would be copied to your clipboard.

Post Toolbar

In every gutenberg block toolbar, you’ll get also our content generation support block AI content-

If you click on the AI content, a modal will pop upped and you can give your prompt and get AI content.

Plugin linkhttps://wordpress.org/plugins/innovator-ai/

Plugin Wiki page https://github.com/wp-innovator/innovator-ai/wiki

If any problem in the plugin, create an issue in https://github.com/wp-innovator/innovator-ai/issues

Thanks for reading and getting into the World of Artificial Intelligenence.

--

--