Thread: FeedFlare
View Single Post
  #1 (permalink)  
Old 05-19-2007, 02:04 PM
tariqali tariqali is offline
New Pligger
 
Join Date: Feb 2007
Posts: 10
Hello,

I created a feedflare for Feedburner to allow blogers and new site submit to my Pligg site.
The flare look like this:
PHP Code:
<FeedFlareUnit>

    <
Catalog>
<
Title>Pligg</Title>

    <
Description>
FeedFlare to submit stories to Pligg</Description>
</
Catalog>

    <
FeedFlare>
<
Text>Submit Story</Text>
<
Link href="http://myPliggSiteSample.com/submit.php?url=${link}"/>
</
FeedFlare>
</
FeedFlareUnit

The link http://myPliggSiteSample.com/submit.php?url=${link} seem to only work when the article is new. But if it was already entered into my Pligg users get this message:
Duplicate article URL:

Please double check the URL and make sure that the article has not been already published
You can vote and comment on the existing article:
[/QUOTE]

When I click on "You can vote and comment on the existing article: " I get an invalid page.

How do I make it so if the article exist then they are redirected to the article page instead of getting this message? Can some one help me with this?

Thanks
Reply With Quote