Structure Your Online Course Content to Deliver Real Results Faster With Michael Hunter Watch Micah & Michael on YouTube here. Get Memberium here.
Turning Your Skills & Expertise Into a Successful Membership Site With Rachel Miller Watch Micah & Rachel on YouTube here. Get Memberium here.
How to Get Raving Reviews and Testimonials for Your Online Course One of the most potent forms of marketing for online courses is word-of-mouth referrals. It doesn’t matter how many adverts you pay for, guest posts you publish or webinars you run, your potential customers want to know what someone else thinks about your online course […]
Woo, PlusThis came out with a new tool! New Feature: Zoom Meeting Scheduler Hey there PlusThis users, We’re happy to announce a new tool that’s now live inside the PlusThis library! Introducing: Zoom Meeting Scheduler! Now you can have your CRM automate creating Zoom Meetings for you. Create meetings, send out invites and follow up with […]
The Problem My client wants to say in an email: “Hello Brian, it’s Week 10. How are you coming on your goals?” Infusionsoft natively supports many different ways of phrasing dates in merge fields. Notice there is no Week of Year option. Here’s how we make that happen in Infusionsoft with a little bit of […]
You want to offer a product at one price point until you sell X units, then offer it at a different price point. Here’s how, with PlusThis Scarcity Triggers. The Scenario I want to offer a limited number of low priced consulting calls each week. Usually I charge $300 an hour. I’m going to start […]
You know Feedbolt emails your WordPress posts to contacts with an Infusionsoft tag. While Feedbolt internally shows stats on how many clicks each link earned, wouldn’t you like to see that in Google Analytics as well? Here’s the code: ~<a href="~RSS.URL~?utm_source=newsletter&utm_medium=email&utm_campaign=newsletter">Read More…</a></p> Change ‘newsletter’ and ’email’ as appropriate for you. Or build a different UTM […]
I love Graphly. It’s pretty. It isn’t too hard to set up. And by building dashboards with just a few metrics, you can keep your attention on the numbers that really matter. Watch their intro video by clicking to their home page:
I just saw a Tweet show up in my Asana task list. That’s a product of my Zapier integration that sends Twitter mentions to Asana. The funny thing here is that my Twitter post is automated through Asana whenever I publish a blog post. And Zapier is also listening to Twitter for me and sends […]
I want to show my users a form that is responsive based on their previous answers. If they previously checked a box, I want to show that box as still being checked. To do this I’ll make a campaign with two forms. Form 1 can be hosted or in a web page. Then I […]
To add a hidden Email field to an Infusionsoft form in CustomerHub, add this code: <input name=”inf_field_Email” type=”hidden” value=” {{ user.email }} ” /> You’ll also need to add the hidden email field in the form in Campaign Builder. This code calls in the User Email with the {{ user.email }} variable. You can call […]