Adding Custom Weblog Ping SitesSunday, March 16, 2008
Similar to adding your custom links, you can add your own weblog pings sites by contributing to extension point "zoundry.blogapp.pubsystems.weblogping.site" (since there is no UI at this time).
This zip contains just one plug-in folder (for the plug-in XML file) with the plug-in containing one contribution (ping site) to the extension point "zoundry.blogapp.pubsystems.weblogping.site". The zplugin.xml can be found in the plug-in folder
<zoundry-extension point="zoundry.blogapp.pubsystems.weblogping.site">
<!-- id for Bitacoras -->
<id>zoundry.blogapp.pubsystems.publishers.weblogping.site.bitacoras</id>
<extension-data>
<weblog-ping-site>
<name>Bitacoras.com</name>
<url>http://ping.bitacoras.com</url>
</weblog-ping-site>
</extension-data>
</zoundry-extension>
Labels: development, how-to |
|