By Bradley Peters
Until a solution using one of the RPC ping methods becomes available, you can make it easier to work with the new notification system at Weblogs.com by adding a "Ping Weblogs.Com" button to your template. Put it near the top so that it's easily accessible after you've posted something to your weblog. Here's an example of the HTML you'll need (remember to personalize it):
<!--#if condition="username=='weblogowner@example.com'"-->
<form method="GET" action="http://newhome.weblogs.com/pingSiteForm">
<input type="hidden" name="name" value="**Name of Weblog**" />
<input type="hidden" name="url" value="**URL**" />
<input type="submit" value="Ping Weblogs.Com"></form>
<!--#endIf-->