|
Revision 1259, 0.7 kB
(checked in by bsmith, 12 months ago)
|
|
adding profile to Vanilla+TypePad?-Connect-Comments template set
|
| Line | |
|---|
| 1 | <!-- |
|---|
| 2 | == STEP 1 == |
|---|
| 3 | Enter the unique id for your blog as the value of "typepad_blog_id" in this template. |
|---|
| 4 | You will find this id in the code that is supplied when following the steps to add |
|---|
| 5 | TypePad Connect Comments to your blog. There will be a large block of code, but |
|---|
| 6 | you will see an id about 35 characters/digits long. |
|---|
| 7 | --> |
|---|
| 8 | <$mt:Var name="typepad_blog_id" value="abc123abc123abc123abc123abc123abc1"$> |
|---|
| 9 | <!-- |
|---|
| 10 | == STEP 2 == (only necessary if combining MT and TP commenting on the same blog) |
|---|
| 11 | Update value of the below IF tag gt (greater-than) attribute with the date you |
|---|
| 12 | are switching to TypePad Connect. The date should be formatted as YYYYMMDD |
|---|
| 13 | eg. Christmas 2008 would be "20081225" |
|---|
| 14 | --> |
|---|
| 15 | <$mt:Var name="switch_date" value="20081225"$> |
|---|