I wrote this plugin in protest to the newly introduced DiggBar.
Simply install this plugin on your Wordpress blog and people trying to a blog post through the DiggBar will be block and this message will be displayed:
After restarting Mail.app many times I tried disabling all my Mail.app plugins (simply rename the /Users/yourusername/Library/Mail/Bundles to something else). After disabling them one by one I figured out it was GPGMail.
Just throwing this out there in cash anyone else experiences this problem.
I have just released Wordpress Notifier 0.4. It fixes a problem with incompatibility with the Bad Behavior plugin.
Wordpress Notifier was doing nothing wrong. It is just that Bad Behavior is very aggressive in blocking web clients. Any web client with “Wordpress” in its user agent name is blocked. I had to change the user agent to “wpnotifier” instead of “Wordpress Notifier”.
A bit thanks goes to Mathew for identifying the problem and helping me debug it.
Well, yes, it had been released before in anticipation of the original release date, but today is the day I am celebrating shipping it. Wordpress 2.7 is out and for all those who do not use the development versions (99.999% of you), Wordpress Notifier now works!
Please leave me any feedback.
I have already had an offer to translate it into French. If anyone want to translate it into another language please contact me.
This simple Wordpress plugin allows you to embed a GitHub Gist by inserting a shortcode into your post or page instead of entering HTML.
It is very simple to use. After activating the plugin you can embed a Gist, for example Gist 30957, into you page or post by entering the following text:
will be replaced with an embedded Gist:
Simple!
One problem with gists is that a search engine spiders (and users with javascript disabled) will not see your code in a blog entry. This plugin allows you to get around this by including text, such as content of the gist inside the shortcode. The text is wrapped inside these tags:
<noscript><code class="gist"><pre>
You would use it like this:
[gist id=30948]
puts hello_world_test;
i = 0
5.times do
i = i + 1
puts i
end
I have finally released my latest software project. Wordpress Notifier alerts you when new unapproved comments are posted on a Wordpress blog. It uses the new Wordpress 2.7 comment API.
This blog will be used to discuss the application and I will be posting any news relating to it here.