# Embedding External Tools/Plugins

{% hint style="info" %}
Live Demo: <https://candidate.codenation.com/external_plugins>
{% endhint %}

<figure><img src="/files/-M0FPfCkKsHyU1m0NWW1" alt="Social Media Stream Using Juicer in the Candidate Theme"><figcaption><p>Social Media Stream Using Juicer in the Candidate Theme</p></figcaption></figure>

If you want to embed an external tool like [Juicer.io](https://docs.codenation.com/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, Candidate also lets you easily create your own embedded section,  without the need to make a custom page template or add code directly to the page.

## Adding an external plugin

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