Ever since Frank Kern started making his automated webinars with the evergreen dates, follow-up based on whether you attended or not, and even SMS reminders to let you know when the webinar was about to start…people have been wondering “How did he do it?”
In today’s brand new idea guide, I show you the method he and others use for making a similar automated webinar using Infusionsoft and PlusThis.
After watching the idea guide you will be able to…
- Make a registration page with evergreen dates for people to register
- Automate your webinar content
- Create a join link that takes registrants to the correct webinar page based on when they click the link (too early, live webinar, webinar over)
- Automate segmentation between registrant attendees and non-attendees so you can follow-up accordingly
As you send me your questions I’ll try to keep an updated FAQ on this particular use case since it is a little more advanced to pull off.
FAQ
1. How do I make a video autoplay on the “LIVE” page?
Wistia makes it simple to do auto play. There are a few ways you can do this.
If you go to Customize / Timeline Actions you can see an option directly there.
Otherwise, you can add the following snippet of code to the end of your embed code where you place the video.
Just remember to change the part in red to the Wistia ID for your video. (The letter number combination that appears in the url when you have the video open in your browser.)
<script type=”text/javascript”>
window._wq = window._wq || [];
_wq.push({ “tl9y8t9xvh“: function(video) {
video.play();
}});
</script>
2. How do I style the PlusThis “Display Evergreen Date”
This is what a “Display Evergreen Date” looks like in its vanilla form.
We will want to make it bigger and bold.
- Take your “Display Evergreen Date” code from PlusThis and paste it into your page builder. (See example below)
2. Preview or publish your page.
3. Right click on the “Display Evergreen Date” text and click Inspect.
4. Click on the div class above starting with pt then your code.
5. On the right side of that window, click on the plus icon to create a new style element.
6. In the inspector-stylesheet begin adding any styling you want. ie font-size, color, etc. Just place your cursor somewhere in that box and begin typing things like font-size, color, or any other styling rules you want to add. You’ll see the changes happen live on your screen.
7. When you have the style how you want it copy the code in that box.
8. Take that code and now paste it above the “Display Evergreen Date” code you pasted earlier.
9. Lastly, add the <style> and </style> tags to the beginning and end of that code to use the styling you just created.
10. Update your page and see the beautiful new “Display Evergreen Date”
If you have any other questions, feel free to post them in the comments below.
THIS ENTRY HAS 10 REPLIES
10 thoughts on “How to Make an Automated Webinar With Infusionsoft”
Should there be a timer before it goes into the decision diamond to wait for the video to finish – as the tag won’t be applied until x seconds after depending on the video trigger?
That’s totally reasonable. Good idea.
Can you stop Wistia from pausing with the space bar?
Possibly. That would be something Wistia could probably point you towards.
HI, it seems that Plus this is action-ing the smart link before Infusionsoft has had a chance to add the tag when a user registers on the landing page, should I set the ‘no rules met’ to the early page?
very usefel video but I have some questions
I do have leadpages account and wistia but not Infusionsoft,
as you explained and shown we need to have wistia and Infusionsoft and wordpress right?
Yes, this method requires Infusionsoft in order to work.
Thanks Bryce , as my understanding from your tutorial video I need also plusthis too , right ?
Requirement are
1) wistia account
2) infusionsoft
3) Plusthis
I think one big flaw is that I don’t see how the webinar can be really called “live” with just the autoplay feature. For example, does it play at the ten minute mark of the video if a user comes in 10 minutes late?
Yeah, that’s the challenge with any “auto-webinar.” The work around people have created is making a series of videos where they’ve edited out the beginning 10 minutes, 20 minutes, 30 minutes, etc. Then, if they really want to do the work, they can have the Smart Link play the appropriate video with the start time closest to when the person actually started joining the webinar.