Skip to main content
Participant
December 14, 2010
Question

Publishing to a Wordpress blog using coldfusion

  • December 14, 2010
  • 1 reply
  • 527 views

Can anyone let me know if this is possible? I have found one tag that does blogger but nothing else.

And how about using CF to send out pings for new content.

Thanks

    This topic has been closed for replies.

    1 reply

    ilssac
    Inspiring
    December 14, 2010

    Sure it is possible.

    You'll have to hit the ColdFusion Code repositories to see if anybody has done it for you already.

    But, depending on how comples the interface to the blog is.  It should be possible to submit data via the <cfhttp...> tag.

    The same tag could be used to receive content as well.  You may also be using <cfxmlparse...> and other xml tags and functions to consume the data.

    Participant
    December 14, 2010

    Thanks. Does anyone know of the best places to find perhaps a ready made product that will do this written in CF. Tried searching but so far nothing found.

    ilssac
    Inspiring
    December 14, 2010

    CFLIB

    http://www.cflib.org/

    RIAFORGE

    http://riaforge.org/

    ColdFusion Exchange

    http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=1&loc=en_us


    That should get you started.  There are plenty more.