Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.36 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.36 KB

Adaptive affiliate promotion

This is a repository of a WordPress plugin that uses LLMs (large language AI models) and the reader's interestest to naturally embed the affiliate promotion text into the blogpost individual to every user.

How to

Please, reach out to me (vlad@gravitinoai.com) to get the latest version of the production ready plugin or fill out the form on the website.

However, if you want to play around with the plugin yourself:

  1. Colone the repository and make sure you have PHP and composer installed
  2. In the terminal run $make all, which will generate pers_content_plugin.zip
  3. Upload zip file to you WordPress plugins (Admin->Plugins->Add New->Upload)
  4. Then, you need to generate google api credentials:
    a. Go here and enable your google vertex APIs
    b. Then follow this instructions to generate a json key
  5. In WordPress admin got to Settings->Affiliate Personalization. Paste the content of the json into the settings field, add google project id and add some affiliate parterns.
  6. Enjoy!