How do I get ping.fm posts to show up on a php web page?
How do I get the ping.fm message to show up on a php website page? I modified the sample provided but nothing is coming through.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Well, the example code is just that---an example. IIRC, the example code just fires off an email when a ping comes through. That's obviously not ideal, unless you simply want an email archive of all your pings.
You'll need some form of persistent storage to store and retrieve your pings at a later time (database, flat file, etc.). If you have particularly heavy traffic to your site, you might even want to think about caching your pings in a more optimized format for quick display.
Matt
Loading Profile...



