Free Event App

Free Event App

Did You Know?

You can restrict access to your event with password.

Mini-Apps

Build content with Google Doc

Google Docs can be used as a powerful tool to easily embed rich content (text and images) into your event app. The Google Doc will be embedded in “read-only” mode, meaning your participants cannot edit it but can view its content. No Google account is required to view the content.

Additionally, the final content can be embedded without any editing rights or Google Docs toolbars for a clean appearance similar to a regular webpage.

This approach can be used for displaying a list of sponsors along with their names, images, and links.

Follow these steps to proceed with the process:

  • Create a Google Doc using a Google account of your choice and configure the necessary content, including images and links.

  • Click on the “Share” button within Google Docs, then change the “General access” option from “Restricted” to “Anyone with the link.” After that, click on “Copy link” and then “Done.”

  • Paste the copied link into a text editor, extract the document’s ID, and replace the “XXXXXX” in the code provided below with the ID from your Google Doc link.

				
					<iframe src="https://docs.google.com/document/d/XXXXXX/edit?usp=sharing;rm=minimal" width="100%" height="100%" frameborder="0"></iframe>				
			
  • In your “my.conf.app” backoffice, add a “Code Embedded” miniapp and give it a suitable name. In the “Embedded code” field, paste the personalized code obtained from the previous step.

  • Save the miniapp, and then reload your confapp mobile app. You should now see the exact content you added in your Google Doc.

Leave a Comment