WordPress Plugin Request: referrer to trackback
13. June 2005
Ⅰ am not sure if this is possible at all – but would it not be nice to have a (spam safe) way of converting incoming referrer-URLs to trackbacks/pingbacks? So you know when a blog post has been linked to on del.icio.us or so.
Make it talk to SpamKarma and ReferrerKarma, use whitelists for URLs that you would like to have added as linkbacks… something, anything?
Or maybe we can convince Joshua to have del.icio.us post a pingback including a back-link to a page that lists all users and tags the page has been filed under.
And while we are at it: is there such a thing as a trackback/pingback to *just the blog* and not an individual entry?
Related posts:
- Request: Wordpress Plugin for Flickr and Ⅰ am looking for a way to integrate flickr and...
- In need of an automatic wordpress post scheduler plugin You know those moments where you have many ideas for...
- Tags for Wordpress With the plugin Cat2Tag tags are included in wordpress like...
- Google analytics plugin, modified Ⅰ am using the $dt‑>blog(); » Google analytics plugin here...
- Software Request: mp3-Tagger à la del.icio.us As Ⅰ have written previously Ⅰ would love to have...
Ähnliche Artikel bereitgestellt von Yet Another Related Posts Plugin.
Maybe by monitoring RSS feeds and then converting new feed items to trackbacks/pingbacks? Ⅰ think official del.icio.us trackbacks would be much cooler, though.
Ⅰ am not sure what exactly you are proposing: do you think checking the feeds at feedster for a URL and/or the recent items feeds at del.icio.us for my URL with some sort of script? But then Ⅰ would basically need a crawler either on my server or on my local machine and and and… it sounds too complicated for me.
No, Ⅰ still think a script on the server that does referrer-logging or at least referrer-checking (like referrer karma) would be a great place to send the trackback/pingback to wordpress.
But then Ⅰ am pretty sure ReferrerKarma _per se_ is not the place to implement this. What would be really cool was a wordpress Plugin that did the job, or some other form of php-script that got called by ReferrerKarma with each URL that passes for _no spam_; this script would then parse the URL, create the trackback/pingback-call and send it to the referred post…