Market a course

Selling Online Courses – Embed Signup and Courses Anywhere

Learnyst embeddables helps in selling online courses by marketing them on existing blogs forums etc by embedding your courses, signup pages.


At Learnyst, we believe that marketing your online course is just as important as creating a new course. We are always working to bring you new ways to reach your target audience and help you in selling online courses.

Today, we’re proud to introduce Embeddables – a ridiculously fast way to Embed your courses and signup into any website or blog or forums, into hundreds of webpages. 

Learnyst Course Embeddables seamlessly integrate Learnyst functionalities – Courses, Signup and Login into any existing website or blogs. This helps maintain brand consistency, increase conversion, and reduces friction and selling online courses.

Use the following embeddables and start selling online courses.

  • Courses embed allows you to add your Learnyst courses to your existing website or blog.
  • Sign up embed allows you to add your Learnyst sign up button to your existing website or blog.
  • Login embed allows you to add your Learnyst login button to your existing website or blog

You no need to have any technical experience to create embeddables 

With embeddables you can

  1. Embed courses into your existing website and use it as default landing page instead of Learnyst Landing page
  2. Embed signup into your blog
  3. Embed courses in your affiliate websites

Login to Learnyst and go to Settings. In settings click on Learnyst Embeddables. Choose an embeddable type.

learnyst embeddables, then select choose one - Embed Signup and Courses

Let us consider that you choose Courses. Now, you have to select the course types, number of items,  and Select with Tag.

only courses - Embed Signup and Courses

Once you select click on Generate button. Your embeddable code is generated.

use the code generated - Embed Signup and Courses
1. Course Embed

Courses embed allows you to add your Learnyst courses to your existing website or blog. Use the below script.

   <div id=”learnyst-course-widget”></div>
    <script type=”text/javascript”>
       var receivedWidget = function(data) {
         $(“#learnyst-course-widget”).html(data[“html”]);
       }
       $.ajax({
         url: ‘http://<YOUR-SCHOOL-URL>/courses/getCourseWidget.json’,
         dataType: ‘jsonp’,
         success: receivedWidget
       });
    </script>
 
NOTE: Replace <YOUR-SCHOOL-URL> with your URL. For example   iim.learnyst.com or yourwebsite.com
 
You can pass optional parameters in the URL
 
Parameters Values
limit No of courses you want (ex : limit=8)
type

What type of courses you want

1. if you want only Test courses > type=[2]

2. If you want only Lesson courses > type=[1]
3. If you want only Bundles > type=[3]
4. If you want Test,Lesson courses > type=[1,2]
5. If you want Lesson,bundle courses > type=[1,3]
tag  If you need only specific courses with tag.

 

( ex : tag=CAT )

 
 
 
  2. Signup Embed

Sign up embed allows you to add your Learnyst teaching platform sign up button to your existing website or blog.

   <div id=’learnyst-signup-widget’></div>
    <script type=”text/javascript”>
      var receivedSignupWidget = function(data) {
        $(“#learnyst-signup-widget”).html(data[“html”]);
      }
      $.ajax({
        url: ‘http://<YOUR-SCHOOL-URL>/sessions/getSignupWidget.json’,
        dataType: ‘jsonp’,
        success: receivedSignupWidget
      });
    </script>
NOTE: Replace <YOUR-SCHOOL-URL> with your URL. For example  iim.learnyst.com or yourwebsite.com
 
3. Login Embed:

Log in embed allows you to add your Learnyst teaching platform log in button to your existing website or blog.

      <div id="learnyst-login-widget"></div>
      <script type="text/javascript">
        var receivedLoginWidget = function(data) {
          $("#learnyst-login-widget").html(data["html"]);
        }
        $.ajax({
          url: 'http://<YOUR-SCHOOL-URL>/sessions/getLoginWidget.json',
          dataType: 'jsonp',
          success: receivedLoginWidget
        });
    </script>
NOTE: Replace <YOUR-SCHOOL-URL> with your URL.
            ex: iim.learnyst.com or yourwebsite.com
 
Get started, include the embeddables anywhere. In as many websites you wish and reach as many learners possible in short time. Fastest way of selling online courses!
 

Similar posts

Get notified on new marketing insights

Be the first to know about new B2B SaaS Marketing insights to build or refine your marketing function with the tools and knowledge of today’s industry.