Description
I do not want to see google feedproxy links inside posts. I do not want to get tracked by google and hate such things. Unfortunately some blogger use it (their choise), so linking to their posts requires work to ‘free’ the links. Stupid task (copy to browser, copy new url), that can get scripted very easy.
FeedproxyResolver tries to do this, by looking over new posts (by a regex), do a curl request for every found feedproxy link and replace the link with the ‘correct’ one (http header redirect_url).
Installation
Copy feedproxyResolver.php.php to wp-content/plugins and activate it. You need to have installed curl support for php.
See settings/Feedp Resolver
Reviews
Read all 1 reviewContributors & Developers
“Feedproxy Resolver” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Feedproxy Resolver” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2
- add parameter replacement modes and setting page
0.1
- first stable