Plugins
Add the twittar plugin for WordPress w/ comment threading
I talked about the Twittar plugin in a previous post. But learned that the read me text file was only useful for installing the necessary php
code into WordPress themes that don’t have comment threading enabled.
Since most new themes past version 2.7, pull the comments section from functions.php
file, that is where you have to edit the avatars in order to show the twittar settings.
First open you functions.php
, and look for a line of code that says:
function custom_comment()
This is where your new comments are pulled from when you have the threaded comments enabled.
Now just find <?php echo get_avatar( $comment, $args['avatar_size'] ); ?>
& replace with <?php twittar(70, "", "", "avatar avatar-70 photo", 1, "R"); ?>
. Keep in mind that you will need to edit the Twittar setting to fit your site.
News
Possible photo tagging plugin update
Have you tried to download any of the community tagging plugins with no prevail?
I recently posted a comment in response to a post on Justin Tadlock’s WordPress site about custom taxonomies. Then was asked by a reader how I integrated my custom taxonomies with one of Matt Mullenwegs “tagging” plugin.
Anyway, I tried to install and use both plugins before with no luck. But decided to download Community Tags and try my luck again. With some hacking, I got it working. For a demo you can check out and tag (someone you know or recognize only, please) a picture over at my photography site, http://thefrosty.com.
Anyway, before I get carried away, I had a reader email me and ask how I integrated the plugin. And I thought I would ask you if you would be interedted in a re-re-release of the plugin.
At present time I do have some array
errors, but everything works just fine as is.
Your comment feedback would be great! Thanks!
Plugins
Follow up on WordPress plugin changelogs
Following up on the WordPress weekly, and the final topic of discussion; changelogs and implementing them into your plugins. Now a plugin, shows the changelog in your plugin page…
Changelogger, a plugin which will show the changelog of that plugin directly on your plugin page, as long as it exists within the plugin readme.txt file. Download it from the WordPress plugin repository.
Remember, if your a plugin developer, please read and use this template for your readme file.
Cult
Initial dot org release of VideoPress
-
Tips & Tricks2 weeks ago
WordPress Security Hacks
-
Pages3 months ago
Write For Us – Guest Post
-
Showcase3 months ago
StylizedWeb.com
-
News3 months ago
How to: Show/Hide any div box with jQuery in WordPress
-
Tips & Tricks2 months ago
Remove the title attribute using jQuery
-
Tips & Tricks4 months ago
How to: show/hide a widget in WordPress with jQuery
-
Plugins4 months ago
Top Membership plugins
-
Tips & Tricks3 months ago
Limit the characters that display on the_title
Alex Vazquez
February 18, 2009 at 1:48 pm
WOW thanks alot!
Alex Vazquez´s last blog post..Friday, Feb.27 @ Al Borde Sessions
Eric Barb
April 18, 2009 at 1:35 pm
Wow is right. I was totally confused about how I was going to get this working on my site not know much about php. By following these steps I was able to set it up in minutes. You just earned a cult member 😉
Austin
April 18, 2009 at 4:59 pm
Thanks for the great response. I am glad you were able to get it done easily.
sobakers
April 30, 2009 at 3:00 am
plug-in gives out a errore ((((
Austin
April 30, 2009 at 10:21 am
Can you tell me exactly what the error is?
sürücü kursu
May 19, 2009 at 12:00 pm
thank you..