New Version of Feed Ping for Mango Blog

Apr 30, 2008

I have made some more updates to my Feed Ping Plugin (1.1) for the ColdFusion Blog package, Mango. I'm much happier with this version. I've included more hardcoded XML-RPC options as well as adding 5 custom XML-RPC url options. There is now a logging option that was a 1.05 feature. for right now I just put a FeedPingLog.txt into the root of the website. I will probably put this in a better place at a later time.

The new built in list contains: BlogFlux, BlogShares, BlogRolling, BulkFeeds, Feed Burner, Google, Ice Rocket, Moreover, Ping-o-Matic, Syndic8, Technorati, Weblogs and Yahoo.

During my development I've had to add a piece of code to my admin's section Application.cfm file in order to force a reload of the Application. I'm guessing the Mango cache of my Handler.cfc file if you already have this installed will need to be flushed.

<cfif isDefined("url.rl")>
    <cflock scope="Application" type="exclusive" timeout="15">
        <cfset OnApplicationStart()>
    </cflock>
</cfif>

Download the ZIP file or view my SVN repository

Comments

Josh

Josh wrote on 05/08/08 9:55 AM

Ya I had to do the same thing with mine to get it working. Does the plugin not reload when you go into the cache area of Mango Admin and click on reload configuration?
Jim Priest

Jim Priest wrote on 02/26/10 8:23 AM

The download link for this appears to be broken... http://blog.empiregpservices.com/assets/content/Code/Mango_Blog/FeedPing.1.1.3.zip Mango says: Unable to download the file.

Write your comment



(it will not be displayed)



Subscribe to this comment thread