Your Chapter’s Wild Apricot Website: |
Color coding events is based on event tags on the back end. Make sure you have a standard set of tags that can be selected when creating events to use this feature. Write down what tags you'll be referencing for the color coding so you can plug them into the code below. Before you get started, you'll need the following code to put into an HTML widget.
<script> Here is Wild Apricot's instructions for how to do this: https://gethelp.wildapricot.com/en/articles/94#color |
You must create your newsletter in Wild Apricot and save it as an email template to be able to post it on a page on your site. Here is the HTML code that I use to iframe our newsletter onto our site:
<iframe src="https://atdatlanta.org/resources/EmailTemplates/Newsletter%20September/index_preview.html" width="100%" height="6700" style="border:none;"></iframe> |
You can use the Member Directory gadget to create a subset of members you'd like to display in a provider directory. There are a few steps you need to take to get this set up:
Bonus: I also created instructions on how members can get listed in the directory and linked that at the top of the page. This basically tells them to go update their member information from their profile. |
You must have a google analytics account set up prior to being able to connect it to your Wild Apricot site. To set one up, visit https://analytics.google.com and follow the instructions. Here is Wild Apricot's instructions for how to do this: https://gethelp.wildapricot.com/en/articles/221-tracking-website-traffic |
There are a lot of different video hosting sites available to do this from. The two hosting sites we use is Google Drive and Vidyard. And best of all, both are free! If you want it, here is the code that I use to get the embedded videos to be centered on the page. <div style="text-align:center"> <iframe src="https://drive.google.com/file/d/1_ghgc_87E7havXeRnUk6izr_FAxicRo2/preview" width="960" height="540" allow="autoplay" style="border:none;"></iframe> </div> Makes sure to change the URL that is in bold! Also, if you are embedding from Google, you will need to wait for the video to upload and process before you are able to get the share link that I show in the video below. |
If you want to display files that are hosted in a Google drive on your website, you can do that! We do this because it is easier to manage files as a team out of Google than it is to manage them out of Wild Apricots files. Here is the code that we use to display files on our site:
<iframe src="https://drive.google.com/embeddedfolderview?id=1Bobepo4wIea1mM2ikxvpFJ0O67eZmH-3#grid" style="width:100%; height:500px; border:0;"></iframe> |