Index: trunk/Vanilla/plugins/Vanilla/config.yaml
===================================================================
--- trunk/Vanilla/plugins/Vanilla/config.yaml (revision 1255)
+++ trunk/Vanilla/plugins/Vanilla/config.yaml (revision 1259)
@@ -399,4 +399,7 @@
                     label: Homepage
                     outfile: index.html
+                profile:
+                    label: Profile
+                    outfile: profile.html
             individual:
                 entry: 
Index: trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_comments.mtml
===================================================================
--- trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_comments.mtml (revision 1255)
+++ trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_comments.mtml (revision 1259)
@@ -24,7 +24,7 @@
                 TPConnect.tpc_message = document.getElementById('tpc_post_message').innerHTML;
             </script>
-            <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="blog_code"$>/embed.js?permalink=<$MTEntryPermalink$>"></script>
+            <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/embed.js?permalink=<$MTEntryPermalink$>"></script>
             <script type="text/javascript" src="http://static.typepad.com/.shared/js/profile/blogside.js"></script>
-            <noscript><a href="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="blog_code"$>/thread?permalink=<$MTEntryPermalink$>">View the entire comment thread.</a></noscript>
+            <noscript><a href="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/thread?permalink=<$MTEntryPermalink$>">View the entire comment thread.</a></noscript>
 <!-- End - TypePad Connect Code -->
 
Index: trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_config.mtml
===================================================================
--- trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_config.mtml (revision 1255)
+++ trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_config.mtml (revision 1259)
@@ -1,7 +1,10 @@
 <!--
     == STEP 1 ==
-    Enter the unique id for your blog as the value of "blog_code" in this template
+    Enter the unique id for your blog as the value of "typepad_blog_id" in this template.
+    You will find this id in the code that is supplied when following the steps to add
+    TypePad Connect Comments to your blog. There will be a large block of code, but 
+    you will see an id about 35 characters/digits long.
 -->
-<$mt:Var name="blog_code" value="abc123abc123abc123abc123abc123abc1"$>
+<$mt:Var name="typepad_blog_id" value="abc123abc123abc123abc123abc123abc1"$>
 <!--
     == STEP 2 == (only necessary if combining MT and TP commenting on the same blog)
Index: trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/profile.mtml
===================================================================
--- trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/profile.mtml (revision 1259)
+++ trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/profile.mtml (revision 1259)
@@ -0,0 +1,10 @@
+<$mt:Include module="TypePad Connect Configuration"$>
+
+<mt:IncludeBlock module="Wrapper">
+
+    <!-- begin profile data -->
+    <div id="tpc_profile"></div>
+    <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/profile.js"></script>
+    <!-- end profile data -->
+
+</mt:IncludeBlock>
Index: trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/wrapper.mtml
===================================================================
--- trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/wrapper.mtml (revision 1255)
+++ trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/wrapper.mtml (revision 1259)
@@ -9,4 +9,8 @@
 
     <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="TypePad Connect Comments"></h1>
+    
+    <ul>
+        <li><a href="<mt:Link template="profile">">view profile<a></li>
+    </ul>
 
 <!-- end header --><hr />
@@ -28,5 +32,5 @@
     (or other footer include file), place this script in that module.
 -->
-<script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="blog_code"$>/counts_embed.js"></script>
+<script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/counts_embed.js"></script>
 
 </body>
