WordPress Plugin Request: referrer to trackback
Ⅰ 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...
- Interweb connectivity through ping‑/trackback – part 2 Ⅰ recently posted a little request to the void out...
- Interweb connectivity through ping‑/trackback Ⅰ am pretty sure someone else has already thought about...
- Click Counter Plugin For WordPress Over at planetOzh there is a cool click counter for...
- In need of an automatic wordpress post scheduler plugin You know those moments where you have many ideas for...
Ä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…