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. To do this, please follow the steps below:

Embedding Website Sections:

  1. Navigate to Website > Sections and click into the Section that you are looking to embed.
  2. Find the code within the section embed code area and click on the clipboard icon to copy it.
  3. Enter this embed code into your own website.

Embedding Language Specific Website Sections:

  1. Follow the steps above and copy the custom embed code for your Event Website section.
  2. Within the URL itself, you will need to add "?lang=XX" with XX being replaced with the language designation. To illustrate, please review this example below:

    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/sessions" title="sessions"></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/sessions?lang=fr" title="sessions"></iframe></div>
  3. All of the language designations can be viewed below

    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