Hylo
  • Hylo
  • About
    • ❄️What Makes Hylo Different?
    • 🙋Is Hylo Right for My Group?
    • ❤️Our Values
    • 🌎Bioregional Vision
    • 💪How to get involved
    • ❓FAQ
    • ⭕Community Stewardship Support Program (CSAAS)
    • 👁️Hylo Privacy Policy
      • GDPR Privacy Policy
  • product
    • 🌄Product Journey
    • 🔍Hylo Features
    • Feature Requests + Bug Reports
    • Learning Tracks: Feature Specification
    • Hylo Redesign Testing Instructions (Web)
    • Hylo Redesign Testing Instructions (Mobile)
    • Hylo Redesign: Product Updates
  • Guides
    • 🐞Feedback and Support
    • 🚢Hylo Admin Guide
      • 👾Onboarding your Group
        • Setting Up Your Group/s on Hylo
        • Customizing Your Group in Group Settings
        • Group Agreements
        • Roles, Badges, and Responsibilities
        • Responsibilities and Permissions
        • Adjusting Group Privacy and Access Settings
        • Create Custom Views for your Group
        • Set up Group #Topics
        • Link Related & Nested Groups
        • Curate your Group's "Explore Page"
        • Populate Posts in your Group
        • Invite Group Members
      • Removing Members
      • Add/Remove Additional Moderators
      • Managing Join Requests
      • Export your Group Data
      • Delete your Group
      • Moderating Member Posts
      • Create an Announcement
      • Edit your Group's "Explore Page"
    • 🧞‍♀️List of Admin Privileges for Group Stewards
    • 🛡️Building Engagement in your Group
      • Foundations for Group Engagement
      • Creating a Plan for Group Engagement
      • Building Group Engagement
    • 🔃API Documentation
    • 🖇️Zapier Integration on Hylo
    • 🌱Farm Profiles on Hylo
    • 🦄Creating an iframe
    • Transition your Group to the New Hylo
  • Hylo User Manual
    • Joining Hylo
    • Navigate Hylo: The Global Navigation Menu
    • Setting up Your Profile
    • Notifications
    • Member Account Settings
    • The Group Menu
    • Chat on Hylo
    • Posts
    • Topics
    • Explore your Group
    • The Map
    • Related Groups
    • Joining Groups
    • Leaving Groups
    • My Home
    • All My Groups Content
    • The Commons
    • Direct Messaging
  • Partners
    • 🤝Stakeholders Co-Creating Hylo
      • OpenTEAM <> Hylo
      • Holo <> Hylo
Powered by GitBook
On this page
  • Getting Started
  • Basic Usage
  • Public Groups

Was this helpful?

  1. Guides

Creating an iframe

An inline frame (iframe) is a way to load a Hylo view into your existing webpage

PreviousFarm Profiles on HyloNextTransition your Group to the New Hylo

Last updated 1 year ago

Was this helpful?

This guide provides instructions on integrating Hylo's dynamic content directly into your web page using iframes. By following the examples and customization options outlined below, you can seamlessly embed Hylo group views tailored to your needs.

Getting Started

To begin, replace "GROUP_NAME" in the examples with the actual name of your Hylo group. If your group name contains spaces, use dashes instead (e.g., "Group name" becomes "Group-name").

Basic Usage

Adjust the styling based on your preferences to seamlessly integrate the iframe into your webpage. The provided styling ensures the iframe fills the entire page. Feel free to customize the width, height, and other attributes to suit your design.

htmlCopy code<iframe src="https://hylo.com/groups/GROUP_NAME/explore?redirectToView=explore” style="width:100%; height:100%; margin:0; padding:0; border:none;"></iframe>

Customizing Views

You can customize which Hylo view to display on load by modifying the src URL and/or the redirectToView parameter. Below are examples demonstrating different scenarios:

  1. Display the Group's explore page:

htmlCopy code<iframe src="https://hylo.com/groups/GROUP_NAME/explore?redirectToView=explore” style="width:100%; height:100%; margin:0; padding:0; border:none;"></iframe>
  1. Load the home/stream view for logged-in users, redirecting to the explore view for the first-time login:

htmlCopy code<iframe src="https://hylo.com/groups/GROUP_NAME?redirectToView=explore” style="width:100%; height:calc(100vh - 50px); margin:0; padding:0; border:none;" ></iframe>
  1. Always go to the map view on page load for the first login or if users are already logged in:

htmlCopy code<iframe src="https://hylo.com/groups/GROUP_NAME/map?redirectToView=map” style="width:100%; height:calc(100vh - 50px); margin:0; padding:0; border:none;" ></iframe>

Public Groups

  • To display the public Map

  • To display the public Map for a specific group: (e.g. group=terran-collective)

  • If a group is public and the iframe points to then for not logged in users it will display group info and let people join or request to join the group depending on the settings of the group.

🦄
https://hylo.com/public/map
https://hylo.com/public/map?group=GROUP_SLUG
https://hylo.com/group/GROUP_NAME