Support for multiple Custom URLs.
Support for multiple Custom URLs.
2
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?oh please do it. the entire point of ping is to make publishing more efficient. why stop at one?
-
Inappropriate?While this feature would be cool, you can write your custom URL script in such a way that multiple custom URLs wouldn't be necessary.
For instance one of the variables ping posts to your custom URL is the custom trigger. You can use that as a hook and the possibilities are limitless.
As an example, say you wanted multiple custom URLs so you can have one that would post to your blog, one to post to a photo site, etc. You could achieve this by setting up 2 custom triggers, #BLOG and #PHOTO. In your custom URL you can check which trigger was used and you're golden. e.g. -
if($_POST["trigger"] == "BLOG"){
process and post to blog
}
elseif($_POST["trigger"] == "PHOTO"){
process and post to photo site
}
Check this: http://groups.google.com/group/pingfm...
Loading Profile...



EMPLOYEE

