Plugin Directory

Changeset 536956


Ignore:
Timestamp:
04/26/2012 07:47:15 PM (14 years ago)
Author:
boldbigflank
Message:

example fix

Location:
wp-click2client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-click2client/tags/1.0.0/readme.txt

    r536952 r536956  
    2121First, create a Twilio App at https://www.twilio.com/user/account/apps and copy its Application Sid (34 characters, starts with "AP")
    2222Drop this code snippet below anywhere you want a click to client button, then replace ApplicationSid with the Application Sid that you want the button to call
    23     <?php wp_c2client("ApplicationSid"); ?>
     23    &lt;?php wp_c2client("ApplicationSid"); ?&gt;
    2424
    2525You may optionally change the title of the button by entering a second variable.  For example:
    26     <?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?>
     26    &lt;?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?&gt;
    2727
    2828Thats it!
  • wp-click2client/trunk/readme.txt

    r536951 r536956  
    2121First, create a Twilio App at https://www.twilio.com/user/account/apps and copy its Application Sid (34 characters, starts with "AP")
    2222Drop this code snippet below anywhere you want a click to client button, then replace ApplicationSid with the Application Sid that you want the button to call
    23     <?php wp_c2client("ApplicationSid"); ?>
     23    &lt;?php wp_c2client("ApplicationSid"); ?&gt;
    2424
    2525You may optionally change the title of the button by entering a second variable.  For example:
    26     <?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?>
     26    &lt;?php wp_c2client("ApplicationSid", "Call Now!!!1"); ?&gt;
    2727
    2828Thats it!
Note: See TracChangeset for help on using the changeset viewer.