Tag Archives: webdev

Adding custom, virtual URLs in your WordPress plugins

Yesterday, while working on our new WordPress Facebook plugin I wanted to make the script to handle the Facebook authorisation code use a pretty URL. I also needed to ensure that the core WordPress code was loaded as well, so directing simply to a handler file within the plugin directory wasn’t an option. What’s needed [...]