> For the complete documentation index, see [llms.txt](https://docs.rhym.io/rhym-help-guide-and-faqs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhym.io/rhym-help-guide-and-faqs/publish/publish-on-wordpress.md).

# Publish on Wordpress

## Video Tutorial - [Link](https://www.youtube.com/watch?v=-C5Aai4jAN0)

Rhym games/quizzes can be easily embedded into your WordPress Project.\
\
While editing your WordPress project, create a new block by clicking the plus icon:

<figure><img src="/files/MblgIJNPIszUJ64oOWeZ" alt=""><figcaption><p>Click on the '+' icon to add new Block</p></figcaption></figure>

Search for 'Custom HTML' and add that block by dragging & dropping at the desired area

![](/files/Kou5RN8qNFG1nrDyBROn)

A block will appear to add custom HTML code similar to the one shown below

<figure><img src="/files/4fX4jq2YWmIaFKyDYXFE" alt=""><figcaption></figcaption></figure>

Now, visit the Rhym Campaign you want to embed, and after publishing, Copy-paste the embed code as shown below

<figure><img src="/files/ckKQ7v24jEpHfWjco6MZ" alt=""><figcaption></figcaption></figure>

After pasting the code into the block, click on the preview to see your campaign embedded.

<figure><img src="/files/hMMm3h5FWfhUtTqtRVFL" alt=""><figcaption></figcaption></figure>

Finally, save & update your WordPress Project!!

You can follow the steps mentioned in the Video as well:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rhym.io/rhym-help-guide-and-faqs/publish/publish-on-wordpress.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
