# Embedding External Tools/Plugins

Live Demo: <https://campaign.codenation.com/external_plugins>

If you want to embed an external tool like [Juicer.io](https://docs.codenation.com/campana/admin-tag-customisations/www.juicer.io), [Dogooder](https://dogooder.co/), etc. on an NB page, have a couple of ways of doing it. On any NB site it's possible to create a custom page template and add the external tool's embed code directly to the page template.&#x20;

However, with our themes you can also create your own embedded section without touching any code! Just follow the instructions below:

1. Create a basic page for your external snippet code&#x20;
2. Add the embed code given to you from the external plugin to the excerpt of the page - Settings > Social Media > Excerpt for Facebook
3. On the page you want the embedded content to appear, add the tag `Admin Show Embed:[SNIPPET_SLUG]`.&#x20;
   1. Where `[SNIPPET_SLUG]` is the slug of the page you created in step 1 (I.e. `Admin Show Embed:social_media_stream`)

![](/files/-M0FPfCkKsHyU1m0NWW1)

<br>


---

# Agent Instructions: 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:

```
GET https://docs.codenation.com/campana/admin-tag-customisations/adding-external-plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
