Post newsitems from FeedDemon to Serendipity

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Andreas

Post newsitems from FeedDemon to Serendipity

Post by Andreas »

Is it possible to post newsitems from FeedDemon to Serendipity?

In FeedDemon you have to fill in a codeline. For posting to Movable Type (MT) the codeline is "http://<your mt>/cgi-bin/mt.cgi?is_bm=1&bm_show=&__mode=view&_type=entry&title=$ITEM_TITLE$&link_title=$ITEM_TITLE$&link_href=$ITEM_LINK$&text=$ITEM_DESCRIPTION$
". Where '<your mt>/cgi-bin' is the URL of your MT installation.

Does anybody know and can give an example for the codeline for Serendipity?

Best regards
Andreas
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Post newsitems from FeedDemon to Serendipity

Post by garvinhicking »

This sounds a lot like the "JusdtBlogIt" extension.

Try this URL:

Code: Select all

http://yourblog/serendipity_admin.php?serendipity[adminModule]=entries&serendipity[adminAction]=new&serendipity[title]=$ITEM_TITLE$    &serendipity[body]=$ITEM_DESCRIPTION$&serendipity[url]=$ITEM_LINK$
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
webinator

Re: Post newsitems from FeedDemon to Serendipity

Post by webinator »

Thank you for the hint. The solution is to use Serendipity 0.8 or greater. And the URL http://your-blog/serendipity_admin.php? ... $ITEM_LINK$ within FeedDemon. Due to the reason taht I use FeedDemon, I don't need the "JustBlogIt" extension. But it was the correct keyword to find the solution. Thanks again
Andreas
Post Reply