Page 1 of 1

Post newsitems from FeedDemon to Serendipity

Posted: Thu Apr 14, 2005 9:29 am
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

Re: Post newsitems from FeedDemon to Serendipity

Posted: Thu Apr 14, 2005 12:01 pm
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

Re: Post newsitems from FeedDemon to Serendipity

Posted: Fri Apr 15, 2005 9:43 am
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