Card Converter is a WordPress plugin with poker bloggers in mind, but it can be used by anyone who would like to display playing cards in posts and comments. It will take card abbreviations such as Ad (meaning Ace of diamonds) and convert it to a CSS graphical-like representation of the card. Inspiration for the plugin came from Chris Halverson’s Pokerhand plugin and the CSS cards on the World Poker Tour Fan Site.
The plugin has moved to the WordPress Plugin Repository. All development and files will be available there from now on.

38 Comments
Going to try out the plugin later. It sounds really cute.
Ok…so I never tested comments….whoops!
One of the comment filters in Word Perfect is removing the <span> tags used to style the card. If anyone knows a way around this, let me know.
Fixed. If you’ve already downloaded and installed it, download again and make sure to follow the new step 3 above.
Should this work for us mere computer mortals??? If so, I can’t figure it out.
Yes. I take it you mean here in the comments. Simply type <card>As</card> and you should getAs .
Very cool I was just about to install Chris Halvorson’s plugin, now I am going to be using this one.
Just saw this on the plug-in page. Very interesting.
Now you should add it to your clickable smilies plug-in for real ease of use.
Good job as usual.
Actually I have it added to the clickable buttons on my 2 Hole Cards site because that is where all of my poker stuff is now.
* Rank & Suit
o AcAd
o KCTC
* Unsuited
o 8j?
* Unranked
o Ch
* Invalid cards
o V
o 0
o Ph
o Eb
o ch
o 1ds
As
AsYou need to place <card> to the left of the card and </card> to the right of the card.
For instance…
<card>Ad</card>
will produce this…
Ad
Hmmm…maybe it’s not working with 1.5. I’ll have to do some testing!
Testing…On my site, diamonds show up as squares.
ad
Jc Tc JsTs tt Jc
… just testing out the plugin
Qh
js
Jc JC jc jC okay one of these has to work
okay what’s the secret?
You need to surround your card with card tags, such as
Ac Kc -vs- 2h7c Flop comes 2d2c7h … sucka.
You can only put one card inside the card tags.
American Airlines =
Kojak =
Cool!
The diamond couldn’t show up!!10d 9d
Superb! I have been looking for something like this for ages!
I wrote a similar plugin for WP. But it comes in different languages, helps out with a nice visual editor and supports more the one cardstyle.
http://www.pokerup.de/wordpress-plugin-playing-cards-generator
I heard, that some versions of WordPress do not support this plugin. It is valid so?
Does this plugin works under 2.6 WP?
regards
6 Trackbacks
[...] The Card Converter plugin has been updated. There were a few things that [...]
[...]
June 21, 2005 Card Converter Made me think of you, BP. The Card Converter Plugin makes little cards for your poker blogging. [...]
[...] I probably should have been able to take the top spot, but a combination of three things broke me down: 1) I need more practice at 3-way Hold ‘Em, 2) I got rivered, against significant odds, on a particularly large hand, and 3) at around 2:30AM I started to get a bit mentally sloppy. I may chat a bit about a couple of these hands at the end of this, just to play with the CardConverter plugin that I got after seeing Roach make a card plugin look so good–although he’s clearly using a different plugin than I am. [...]
[...] – Card Converter: ¡este es la ostia! Si etiquetas una palabra con As la transforma en una imagen mediante una hoja CSS, As serÃa el Ace of Spades. Realmente inútil, como para jugar una buti via blog. [...]
[...] A few people have recommended the Firebug Firefox extension for web development including Asa Dotzler (yes that Asa Dotzler). I downloaded it tonight and installed it to try it out. I’ve become accustomed to using the DOM Inspector that has been built in Firefox and Mozilla forever, well at least since I’ve used them. Between that and venkman, it was the best web development environment available. It may be hard to break my attachment but so far, it looks like a very clean and powerful tool. My first chore is trying to figure out the issue with the little card converter plugin for wordpress on the Mac in Firefox. [...]
[...] About a year ago, I was looking for a wordpress plugin that would allow me to display entire hands of cards (for example, a poker hand). I ran into this plugin, but each card had to be surrounded by a tag; this wasn’t what I wanted. So, I decided to roll my own [...]