Embedding Event Website Sections

The Event Website module in PheedLoop is a fantastic feature that allows you to display information related to your event publicly. As you add information into the PheedLoop system, you will see the Event Website slowly populate. 

Although you are able to use our native PheedLoop Event Website, some customers consider embedding the default sections into their own website. The major benefit of this is that you can still have everything synced within PheedLoop in real-time while having attendees navigate to your own custom website.

Embedding Website Sections 

  1. From the Event Dashboard, navigate to Experiences > Website > Sections
  2. Select the section you are looking to embed from the list
  3. In the section editor form, navigate to Section Embed Code
  4. Select the clipboard icon to the right of the text box or copy the text entirely
  5. Paste this embed code into your own website

Embedding Language Specific Website Sections

Prior to these steps below, follow the steps above to copy the embed code from your Event Dashboard. These steps assume that you have already acquired the embed code and pasted it into your event website.

  1. From the URL embed code, add “?lang=XX” to the embed text with XX being replaced with the language designation
    1. See the example below for what this looks like.

Original Embed Code: 

<style>
.pheedloop-iframe {
overflow: auto;
position: relative;
height: 600px;
width: 100%;
}
.pheedloop-iframe iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
</style>
<div>
<iframe src=https://site.pheedloop.com/event/embed/space/registration title="registration"></iframe>
</div>

Edited Embed Code:

<style>
.pheedloop-iframe {
overflow: auto;
position: relative;
height: 600px;
width: 100%;
}

.pheedloop-iframe iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
</style>

<div>
<iframe src=https://site.pheedloop.com/event/embed/space/registration?lang=fr title="registration"></iframe>
</div>

Language Designations

Afrikaans = "af"

Arabic = "ar"

Chinese = "zh"

Danish = "da"

English = "en"

French = "fr"

German = "de"

Hindi = "hi"

Indonesian = "id"

Italian = "it"

Japanese = "ja"

Portuguese = "pt"

Russian = "ru"

Spanish = "es"

Turkish = "tr"

Ukranian = "uk"

Swahili = "sw"

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us