<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
    <options>
        <clientType>WordPress</clientType>
        <supportsKeywords>Yes</supportsKeywords>
        <supportsGetTags>Yes</supportsGetTags>
    </options>
    <weblog>
        <serviceName>WordPress</serviceName>
        <imageUrl>images/wlw/wp-icon.png</imageUrl>
        <watermarkImageUrl>images/wlw/wp-watermark.png</watermarkImageUrl>
        <homepageLinkText>View site</homepageLinkText>
        <adminLinkText>Site Admin</adminLinkText>
        <adminUrl>{blog-homepage-url}/wp-admin/</adminUrl>
        <postEditingUrl>{blog-homepage-url}/wp-admin/post.php?action=edit&amp;post={post-id}</postEditingUrl>
    </weblog>
    <buttons>
        <button>
            <id>0</id>
            <text>Manage Comments</text>
            <imageUrl>images/wlw/wp-comments.png</imageUrl>
            <clickUrl>{blog-homepage-url}/wp-admin/edit-comments.php</clickUrl>
        </button>
    </buttons>
</manifest>
