User Page Tags
Every Eyejot user has their own, unique, page where contact and profile information can be displayed as well
as a profile video that can play using the Eyejot video widget. You can control the look and feel of this
page by creating your own template and using one or more of the special tags (below) to present information
in the order and format you desire.
| %%$user.user_name%% | Display your account (user) name |
| %%$user.first%% | Display your first name |
| %%$user.name%% | Display your first and last name, together. |
| %%$user.first_last%% | Same as %%$user.name%%. Displays your first and last name, together. |
| %%$user.first_possessive%% | Will add an apostrophe-s to your first name unless your first name ends with and 's' in which case a single apostrophe is added. |
| %%$user.last_possessive%% | Will add an apostrophe-s to your last name unless your last name ends with and 's' in which case a single apostrophe is added. |
| %%$user.last%% | Display your last name |
| %%$user.city%% | Display the name of your city |
| %%$user.state%% | Display your state |
| %%$user.country%% | Disply the name of your country |
| %%$user.about_me%% | Display the text you wrote in the About Me section of your profile. |
| %%$contactme.block%% | Display all the contact me link icons you specified in the Contact and Privacy section of your profile. This is currently a vertically oriented list of icons. |
| %%$user.profile_image_url%% | This is a link to your profile image. It is almost always used within an <img> tag.
Here's an example setting the width of the image to 150 pixels with a 1 pixel solid, black
border and an alt-tag that displays your first name:
<img align="middle" style="width:150px; border:1px solid #000000; margin:0 18px 0 18px; src="%%$user.profile_image_url%%" alt="%%$user.first%%"> |
| %%$player.includes%% | This is a necessary tag if you wan to display the Flash widget that will display your profile video and, optionally, allow visitors to reply using video. It's a good idea to place this at the top of your template. |
| %%$player.widget%% | This is the tag that will place the widget on your page. Its dimensions are 275x315. |