I’m super-stoked about this!
The WP-PlugIM Wordpress plugin is available, so anyone can drop it in their ‘plugins’ folder and have a shiny PlugIM votebox on their posts (see upper left of this post for what it looks like).
Your blog readers do not have to be registered at PlugIM to use the votebox and they never leave your page when submitting their vote, and the number of votes is dynamically updated in real-time from PlugIM. Slicker then any Digg plugin I’ve seen!
The more people that use PlugIM, the more traffic you’ll derive from it, so I ask everyone to trackback to this post and get the word out on how easy it is to integrate PlugIM with your blog. Adding the plugin to your blog couldn’t be simpler, and that simplicity is key in getting the word out.
== Installation ==
1. Upload `wp-plugim.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Done! The PlugIM votebox will appear on your posts automagically! You can head on over to your “Options” —> “PlugIM Options” panel and select a customer position if you’d like.
Custom configuration is possible, the “Readme” has full details.
== Frequently Asked Questions ==
= Do I need to be a member of PlugIM to use this? =
No, you do not, although membership is free and allows you to auto-submit new blog posts via RSS.
== Changelog ==
7/2/2007: Votebox will not appear on archive pages; solves problem with Wordpress’ “the_excerpt()” function not displaying javascript, v. 1.0.3
6/10/2007: Allows custom positioning of the votebox, v. 1.0.2
5/5/2007: Handles post titles with quotes, v. 1.0.1
4/25/2007: Initial release, v. 1.0
Related posts:
- Wordpress Plugin: PlugIM Votebox Update AvailableAn update is available to the Wordpress PlugIM Votebox plugin. ...
- Wordpress Plugin: Plug IM Votebox Plugin Update AvailableA new update to the Wordpress Plug IM Vitebox plugin...
- Wordpress PlugIn: SphinnIt ButtonThe SphinnIt Wordpress plugin is available, based on and similar...
- Wordpress Social Sharing PluginThere are two Wordpress social sharing plugins available for download...
- Two Braindead Simple Ways to Bring Traffic to Your Marketing Blog TodayThe best kind of traffic is targeted traffic. It doesn’t...

{ 20 trackbacks }
{ 73 comments… read them below or add one }
Next Comments →
You rock Michelle!
Been waiting to hear about this puppy. Don’t forget to plug FTR!
Thanks,
Jack
Thank you Michelle! You saved me a bunch of time with this one. I posted a link to this post in the PlugIM blog and it’ll be in the next newsletter as well.
I just want to see PlugIM become “THE” IM news site.
Michelle,
FYI - not sure what happened but I tried to submit from my post today and instead it just voted - but with no submission page like you usually get.
Thought maybe someone beat me to the punch in like 30 seconds, but nope - it links to a plugim page with nothing but the main link to the site.
I still love this plugin! Just a heads up to make it perfect.
Hi Michelle
I am still playing around with this on a test site
It would be good to have a version that allows you to position the button wherever you like with a function call.
Andy - Will do!
[quote comment="1256"]Michelle,
FYI - not sure what happened but I tried to submit from my post today and instead it just voted - but with no submission page like you usually get.
Thought maybe someone beat me to the punch in like 30 seconds, but nope - it links to a plugim page with nothing but the main link to the site.
I still love this plugin! Just a heads up to make it perfect.[/quote]
Jack/Michelle,
This is actually an issue with the widget itself and not the plugin. I’m working on it now.
Thanks Ryan - this community thing going on here; someone making a free plugin for someone else’s service, and THAT someone else working in the community to support users - all for free…
…this all just rocks. It is nothing like the old internet marketing days where everything cost something and no one would ever go our of their way to help people for free they way many people like you do today.
I love my “job” so much more now that I am a “Content Publisher” rather than an icky internet marketer!
Thanks again Michelle and Ryan!
The issue Jack found has been fixed, no more phantom story pages. What was happening was people would click submit but then not follow through the whole submission process so the story was only partially submitted.
Michelle,
While working on this issue I did notice one thing in the plugin that needs to be changed. I noticed some strange behavior with one post in particular on Jack’s site and it turns out it was because he put double quotes in the post title. There’s a very simple fix for this. In wp-plugim.php change line #24 from:
$title = $post->post_title;
to:
$title = urlencode($post->post_title);
That’s it. That way if a post title has single or double quotes in it, they’ll be encoded and won’t mess with the javascript that calls the widget code.
Let me know if you have any questions, and let me know if you see any other odd behavior with phantom posts.
There is another small problem…
I have plugged this story 3 times now
Andy,
Yes that’s because you aren’t logged in to your PlugIM account. That’s one of the side affects of allowing anonymous voters who don’t have accounts on PlugIM. There are some checks in place so it can’t be heinously abused (i.e. clicking plug repeatedly) but it’s impossible to limit a given user to one vote unless we force the voters to be logged in which is something we’re just not ready to do yet. At some point in the future we’ll have to make that change to prevent abuse.
In the mean time if you have any suggestions to help better limit anonymous voters to one vote, let me know, otherwise there’s a certain amount of honor system in place.
IP checking?
One solution might be longer cookies, and remembering the last 10 things someone plugged.
I must admit for social networking sites I love not having to log in, even though it is less secure.
Thanks Michelle! I spent over two hours trying to get the plugin from PlugIM to work on my blog and thought I was going crazy.
No matter what I did, it just wasn’t working. I was about to give up when I noticed a post about this plugin. It took me all of 60 seconds from download to activation. Whoopee! I am finally plugged in.
Since you programmed this wonderful plugin, would you be interested in being a contributor to a JV giveaway site for software?
Thanks Michelle for this nity plugin - Great!
Well, only a small problem here, it works great on Firefox, but it is not showing up on IE. Any advice?
Everyone - new version released to account for post titles w/ quotes, as per Ryan’s suggestion.
@ Ann - I’m guessing you’ve got IE configured to not show javascript.
@ Jack, and everyone - I wrote a big long comment response re: icky “internet marketers,” content publishing, the great spirit of sharing we’ve got going on, etc. Must not have hit “Submit,” ugghhh…
But I’ve got a lot to say in the department, will likely have a full post up about it shortly.
[quote comment="1307"]Well, only a small problem here, it works great on Firefox, but it is not showing up on IE. Any advice?[/quote]
Ann,
That’s very strange. And it’s not just your IE. I checked out your site using IE and couldn’t see the plugin either. The link was there, if I hovered my cursor over it I could see the link in the status bar, but I couldn’t see the image.
I looked at the code on your site, and compared what I was seeing in Firefox and IE and I have a guess, at least something for you to try. Try disabling the “ShareaSale.com” banner ad for ArticleLive. I noticed in IE and Firefox that banner displays differently so it may be affecting the PlugIM plugin. Let me know if that works.
I know it’s something specific to your site because I haven’t seen or heard of any issues with IE on any other sites running the plugin.
Thank you guys –>
@ Michelle - I checked, the IE configured is okay.
@ Ryan - I moved the banner, but it is still not showing up? as you said, the link is there when I hovered my cursor but just not show up, an empty space.
Thanks for the help.
Worked like a charm Michelle. It was installed in less than a minute. Thank you and keep up the good work!
Craig
Ann,
Did you ever figure out why it wasn’t displaying properly on your blog in IE?
Everyone else,
How’s the widget and plugin working for you? Have you noticed any issues? The plugin has been loaded on various webpages approximately 250,000 times so far this month and it seems to be handling the load just fine which is great.
I am still waiting for a version that will be easy to integrate with my theme, I have a spot reserved and some traffic to send.
A customizable version is on it’s way (it got lost in the never-ending to-do list, but thanks to Andy’s prodding has been resurrected).
Hi Dravis,
No, I didn’t figure it out and also don’t know the reason, so I have to un-plug it from time being
Very cool plugin, but have things changed? ZI just installed and tried to test it and am being forced to register…I’m asked some interesting info too, like why may I ask, do I have to input my AdSense ID?
Dennis
[quote comment="1607"]Very cool plugin, but have things changed? ZI just installed and tried to test it and am being forced to register…I’m asked some interesting info too, like why may I ask, do I have to input my AdSense ID?
Dennis[/quote]
Dennis,
If the vote box is showing zero votes, that means the story hasn’t been submitted to PlugIM yet. The person who originally submits the story does need to be registered with PlugIM as we don’t support anonymous story submissions. However, once the story has been submitted, anyone can vote for the story with or without a PlugIM account.
You are asked for your Adsense ID because PlugIM supports Adsense revenue sharing. If you supply your Adsense ID, then your Adsense ads are displayed 50% of the time any time anyone views one of the stories you’ve submitted. You are not required to supply this information if you’re not comfortable with it, it’s completely optional.
Ok, so it has nothing to do with the adsense on “my site”, just the adsense on my story on IMPLUG?
So its like a free 50% for me?
[quote comment="1611"]Ok, so it has nothing to do with the adsense on “my site”, just the adsense on my story on IMPLUG?
So its like a free 50% for me?[/quote]
Right, it doesn’t have anything to do with your site. PlugIM uses your Adsense ID to display Adsense ads on PlugIM.com so any clicks on those ads is Google money deposited directly into your Adsense account. You can track the number of impressions and clicks you get on PlugIM by using an Adsense channel as well. For more info about that, see this post: http://www.plugim.com/blog/2007/03/how-to-track-your-plugim-adsense-earnings/
Thanks!
I wish DIGG would have a plugin. For the life of me, I cant figure out which code to used to be able to digg individual blog posts, they all try to digg the whole page and I keep getting errors.
Great work here!
[quote comment="1610"][quote comment="1607"]Very cool plugin, but have things changed? ZI just installed and tried to test it and am being forced to register…I’m asked some interesting info too, like why may I ask, do I have to input my AdSense ID?
Dennis[/quote]
Dennis,
If the vote box is showing zero votes, that means the story hasn’t been submitted to PlugIM yet. The person who originally submits the story does need to be registered with PlugIM as we don’t support anonymous story submissions. However, once the story has been submitted, anyone can vote for the story with or without a PlugIM account.
You are asked for your Adsense ID because PlugIM supports Adsense revenue sharing. If you supply your Adsense ID, then your Adsense ads are displayed 50% of the time any time anyone views one of the stories you’ve submitted. You are not required to supply this information if you’re not comfortable with it, it’s completely optional.[/quote]
Is there any reason why I shouldn’t plug each new entry myself for the first one? This way people who dont want to register, won’t just back away.
Include your RSS in your profile and your posts will be picked up automatically.
You even get some backlinks from it unless you are using Feedburner’s clicktracking (I have switched that off because I was losing backlinks all over the place)
As for Digg
http://neothoughts.com/2007/04/27/firefox-extension-smart-digg-button/
Maybe something similar is possible for PlugIM though it is Firefox only.
Hi there,
wanting to know if there is a version of this plugin for Joomla, would be great!
Thanks in advance..
[quote comment="1614"]Is there any reason why I shouldn’t plug each new entry myself for the first one? This way people who dont want to register, won’t just back away.[/quote]
Dennis,
That’s fine, in fact many users do that either by submitting the stories themselves or by using the auto RSS feed poster like Andy mentioned. Posting the story automatically casts the first vote as well so then any of your readers will be able to plug any post without having a PlugIM account.
Andy,
I fixed the problem with the feedburner click tracking URLs. I did some research in the FeedBurner support forums and found out that when click tracking is enabled on a feed, they write the original URL to a new element in the RSS feed called “feedburner:origlinkâ€. So I made a change to the PlugIM reader to check for this value and if it finds it, store that value in the database instead of the FeedBurner address. The end result is you won’t be able to track the clicks, but you’ll get your back link and we won’t have duplicate submission problems any more.
I just dont kow which feed to add as I seem to have 3…
http://www.dennisedell.com/feed/atom/
http://www.dennisedell.com/feed/ (rss 2.0)
http://www.dennisedell.com/feed/rss (rss 0.92)
Well 4 if you count my feedburner feed: http://feeds.feedburner.com/dennisedellcom
Use http://www.dennisedell.com/feed/
Hmm, but at the same time use the Feedburner Redirect Plugins.
Feedburner themselves have now taken over managing it and it is called Feedsmith
http://www.feedburner.com/fb/a/help/wordpress_quickstart
OK, almost there! LOL
I just downloaded the plugin, however it also comes with something called a .DS_store file.
Am I supposed to upload that too? None of the directions, as far as I can see, say anything about it.
Weird. There is only a readme.txt file and the wp-plugim.php file within the .zip folder. Perhaps there was a problem with the download and it was corrupted, creating this other file? Maybe delete what you’ve got and try re-downloading.
I know, that’s the way it usually is.
Ok, just downloaded the zip again, and again it came with 2 folders.
1 folder labeled __MACOSX, which has just a copy of that .DS_store file.
1 folder labeled feedburner_feedsmith_plugin_2.2, which contains another copy of the above file…a read me file… and the plugin itself.
Oddity number 2 is that the read me file is a 1page PDF, not a .txt file.
I’m a little nervous to install the plugin, whatcha think?
Ah, ok - we’re talking apples and oranges. Looks like you’re working with a Feedsmith plugin for Feedburner that was mentioned above. For help on that, I’d recommend the Feedburner forums - they’ve always been a helpful bunch.
Oh sorry for the confusion. Yes, I was responding to Andy’s post about this feedburner plugin.
The thing that gets me, there is no mention in ANY directions on this other file.
I’ll check the forums.
That is just addition mac os stuff - ignore it - harmless
All you need to upload is the php file
Wow, thanks Andy. I REALLY appreciate the help. I also did all stuff in my PLUGIM profile, just hope it works lol.
Very nice! How do I get my post text to wrap around it?
Jon
Hey Jon!
It normally wraps on it’s own.
But here on my current configuration, you can see I’ve got the Odiogo plug in next to the PlugIM plugin? It interferes with the wrap.
Looking at your site, I think the same thing may be happening with the rating plugin you’ve got displaying next to the PlugIM one.
The new version will be out this evening, assuming testing finishes smoothly (a few more things to check) and you’ll have more control over placement then as well.
Glad you like!
-M
Thanks Michelle! I had the same problem with a Digg plugin and never could get it to align with the text.
Love to hear more when the update is ready!
Jon
New version available - allows custom positioning of your votebox!
Do I need to deactivate or uninstall the other one first?
I should’ve mentioned that!
You do not need to uninstall/deactivate the old plugin. Just upload the new version and you’re all set. Check the “Read Me” for info on custom positioning details.
Thanks so much!
Thank you Michelle! It’s very special and do inform us as and when the new version is released
Next Comments →