Difference between revisions of "Studio Website"

From Help | Taramala
(Created page with "The Taramala studio website is available at the following URL: https://<studio-domain>.taramala.com/classes. This URL can be linked to the studio's actual website to give st...")
 
Line 4: Line 4:
 
* signin for a class and check what classes they are signed up for,
 
* signin for a class and check what classes they are signed up for,
 
* pay for punchcards and check how many classes they have paid for through punch cards.
 
* pay for punchcards and check how many classes they have paid for through punch cards.
 +
 +
=== How to add Taramala's Studio Website to my website? ===
 +
If you already have a website you can add to your website using an IFRAME. Here is an example.  By using an IFRAME the schedule looks as if it's part of your website (because it is).  Students don't need to leave your website to access all their features.
 +
 +
If your studio's domain in Taramala is 'mystudio', the code for the IFRAME would look like this.
 +
 +
<code>
 +
<iframe src="https://mystudio.taramala.com/classes" height="700px" width="100%" frameborder="0"></iframe>
 +
</code>

Revision as of 16:12, 23 May 2020

The Taramala studio website is available at the following URL: https://<studio-domain>.taramala.com/classes. This URL can be linked to the studio's actual website to give students on line access the following:

  • create their own password protected account,
  • signin for a class and check what classes they are signed up for,
  • pay for punchcards and check how many classes they have paid for through punch cards.

How to add Taramala's Studio Website to my website?

If you already have a website you can add to your website using an IFRAME. Here is an example. By using an IFRAME the schedule looks as if it's part of your website (because it is). Students don't need to leave your website to access all their features.

If your studio's domain in Taramala is 'mystudio', the code for the IFRAME would look like this.

<iframe src="https://mystudio.taramala.com/classes" height="700px" width="100%" frameborder="0"></iframe>