locked
WLW Keywords / Tags differences... RRS feed

  • Question

  • I just installed Windows Live writer and i'm trying to get it working with Movable Type.  After some minor hacks on the movable type side..i got WLW to be able to read the tags so that the autocomplete works.  However, when I submit the blog post, instead of inserting the tags field as tags, it submits it as Keywords!  (Looking on the wire, the field that is being passed it mt_keywords).  I think I need to modify something so that instead of passing mt_keywords it passes mt_tags.  How can I do this?  This is my wlwmanifest:
       <options>
         <clientType>MovableType</clientType>
         <supportsCategoriesInline>Yes</supportsCategoriesInline>
         <supportsSlug>Yes</supportsSlug>
         <supportsPages>Yes</supportsPages>
         <supportsScripts>Yes</supportsScripts>
         <supportsEmbeds>Yes</supportsEmbeds>
    	<supportsKeywords>Yes</supportsKeywords>
    	<supportsGetTags>Yes</supportsGetTags>
    </options
    On the MT side I had to implement the getTags method...
    Tuesday, October 20, 2009 10:51 PM