WP-Print And WP-EMail On WP 2.3

Someone reported to me that WP-Email is not working on this site, and after some checking, I also found out that WP-Print is also not working due to the extra / that WordPress generates for wp-print and wp-email permalink structure in WP 2.3.

WP-EMail has another problem which took me 4 hours just go pin-point it. Apparently when it includes wp-email.php and in wp-email.php there is a add_filter(‘the_title’) which hooks onto the title filter. For some reasons, the core WordPress function get_the_title() is casing the server to throw an error. In order to bypass it I have to create a new function to emulate something like the get_the_title() function.

I have since fixed all the bugs that I mentioned above and now WP-Print and WP-EMail will only work for WP2.3 and nothing below it. Sorry for any inconvenience caused.

1 Star2 Stars3 Stars4 Stars5 Stars (30 votes, average: 3.97 out of 5)

My First Facebook App

Always wanted to try out creating a Facebook Application and finally took a little bit of time of and created a simple Facebook App called GaMerz.WordPress.

The application simply displays my live site traffic (users online) and the latest post for this site. The file is placed in the WordPress plugins folder but it does not need to get activated. If anybody wants the source code, just drop me an email.


GaMerZ.WordPress Facebook Application

GaMerZ.WordPress Facebook Application Install URL
GaMerZ.WordPress Facebook Application URL

Here are some links to help you get started:
Facebook PHP Client Library
Step-by-step Guide to Creating a Facebook Application
Facebook Developers Wiki

1 Star2 Stars3 Stars4 Stars5 Stars (34 votes, average: 3.65 out of 5)