Changeset 1259
- Timestamp:
- 11/21/08 08:00:13 (12 months ago)
- Location:
- trunk/Vanilla/plugins/Vanilla
- Files:
-
- 1 added
- 4 modified
-
config.yaml (modified) (1 diff)
-
templates/vanilla+typepad-connect-comments/profile.mtml (added)
-
templates/vanilla+typepad-connect-comments/typepad_comments.mtml (modified) (1 diff)
-
templates/vanilla+typepad-connect-comments/typepad_config.mtml (modified) (1 diff)
-
templates/vanilla+typepad-connect-comments/wrapper.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Vanilla/plugins/Vanilla/config.yaml
r1255 r1259 399 399 label: Homepage 400 400 outfile: index.html 401 profile: 402 label: Profile 403 outfile: profile.html 401 404 individual: 402 405 entry: -
trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_comments.mtml
r1255 r1259 24 24 TPConnect.tpc_message = document.getElementById('tpc_post_message').innerHTML; 25 25 </script> 26 <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name=" blog_code"$>/embed.js?permalink=<$MTEntryPermalink$>"></script>26 <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/embed.js?permalink=<$MTEntryPermalink$>"></script> 27 27 <script type="text/javascript" src="http://static.typepad.com/.shared/js/profile/blogside.js"></script> 28 <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>28 <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> 29 29 <!-- End - TypePad Connect Code --> 30 30 -
trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/typepad_config.mtml
r1255 r1259 1 1 <!-- 2 2 == STEP 1 == 3 Enter the unique id for your blog as the value of "blog_code" in this template 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. 4 7 --> 5 <$mt:Var name=" blog_code" value="abc123abc123abc123abc123abc123abc1"$>8 <$mt:Var name="typepad_blog_id" value="abc123abc123abc123abc123abc123abc1"$> 6 9 <!-- 7 10 == STEP 2 == (only necessary if combining MT and TP commenting on the same blog) -
trunk/Vanilla/plugins/Vanilla/templates/vanilla+typepad-connect-comments/wrapper.mtml
r1255 r1259 9 9 10 10 <h1><a href="<$mt:BlogURL$>"><$mt:BlogName encode_html="1"$></a> + <__trans phrase="TypePad Connect Comments"></h1> 11 12 <ul> 13 <li><a href="<mt:Link template="profile">">view profile<a></li> 14 </ul> 11 15 12 16 <!-- end header --><hr /> … … 28 32 (or other footer include file), place this script in that module. 29 33 --> 30 <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name=" blog_code"$>/counts_embed.js"></script>34 <script type="text/javascript" src="http://profile.typepad.com/services/embed/tpc/<$mt:Var name="typepad_blog_id"$>/counts_embed.js"></script> 31 35 32 36 </body>
