Thank you for visiting cavemonkey50.com. If you're looking for new content, cavemonkey50.com is no longer actively updated. I now maintain a new blog over at ronaldheft.com. I hope to see you there!

Pownce for WordPress

Current Version: Pownce for WordPress 1.3

Pownce for WordPress is no longer supported. If anyone wants to take over this plugin, just contact me and I will be happy to hand over the key.

Pownce for WordPress displays your public Pownce messages for all to read. See it in action on my social page.

Installation

Drop pownce.php into /wp-content/plugins/ and activate the plugin.

Usage

If you use WordPress widgets, just drag the widget into your sidebar and configure. If widgets aren’t your thing, use the following code to display your public Pownce messages:

< ?php pownce_messages('username'); ?>

Pownce for WordPress also has several configurable options. Here’s what you can configure:

< ?php pownce_messages('username', num_of_msgs, output_in_list, display_timestamp, display_replies); ?>

So, if I wanted to display 3 messages, not in a list, with no replies, I would use the following:

< ?php pownce_messages('cavemonkey50', 3, false, true, false); ?>

Download Pownce for WordPress

Current Version: 1.3
Released: 2008-03-08
WordPress 2.6 Compatible

Download Pownce for WordPress 1.3

Version History

1.3 – Minor Update

  • Updates the widget user interface to look better under WordPress 2.5.

1.24 – Bug Fix

  • Removes the trailing slash in the feed URL that caused some usernames to not work.

1.23 – Bug Fix

  • Fixes username validation check so that an error message will display when no username is entered.

1.22 – Bug Fix

  • Fixes error message that appears when there are no public Pownce messages.

1.21 – Bug Fix

  • Prevents gmmktime error from appearing.

1.2 – Minor Update

  • Moved replies before the timestamp in the output.
  • Added the follow CSS classes to be styled: ul.pownce, li.pownce-message, p.pownce-message, span.pownce-link, span.pownce-event, span.pownce-replies, span.pownce-timestamp

1.1 – Major Update

  • Added support for links and events.
  • Fixed grammar error when hovering over reply link.

1.01 – Bug Fix

  • Fixes timestamp display on PHP4 systems.
  • One message, no list now outputs without any <p> tags.

1.0 – Initial Release

82 Comments

  1. 1 Ollie White on Jul 1, 2007 at 7:19 pm:

    Well it works good so far. Thanks very much for the plugin. Nice work.

  2. 2 Jessie on Jul 1, 2007 at 9:43 pm:

    Glad to see something like this is already up. Thanks very much!

  3. 3 Devin on Jul 1, 2007 at 10:56 pm:

    Nice work!

  4. 4 Gnorb on Jul 2, 2007 at 11:56 am:

    I’m with Jesse on this one. I was thinking to myself this morning “I wonder how long it will be before someone creates a wordpress plugin for this.

    You, sir, are a guru among cavemonkeys.

  5. 5 Gnorb on Jul 3, 2007 at 7:55 am:

    Hmm… I seem to have an issue updating. the plugin hasn’t updated since yesterday after I installed it (9:30) and I’ve put a few more pownces since.

  6. 6 Ronald Heft on Jul 3, 2007 at 8:45 am:

    Unfortunately it looks Pownce stopped updated the RSS feed. I’m noticing the same is true for other users, so it appears to be a site wide problem. Hopefully the issue will resolve itself shortly. Here’s your feed URL so you can monitor when it comes back.

    For future reference, Pownce messages should update once every hour. I unfortunately can’t speed up that update time in WordPress at the moment. 2.3 is looking to have that functionality, though.

  7. 7 Ronald Heft on Jul 3, 2007 at 8:49 am:

    Actually, I just looked at your Pownce profile. You haven’t posted a public message since last night. You’ve just been sending messages to your friends, therefore they’re not public.

  8. 8 Gnorb on Jul 3, 2007 at 9:14 am:

    So you’re telling me I’ve got to be even more of an attention whore. Excellent! Now I’ve got an excuse!

  9. 9 twofivethreetwo on Jul 3, 2007 at 12:16 pm:

    I just setup the plugin on my wp site and I’m getting this warning;
    Warning: gmmktime() expects parameter 6 to be long, string given in wp-content/plugins/pownce.php on line 66

    Any ideas whats wrong?

  10. 10 Ronald Heft on Jul 4, 2007 at 12:54 am:

    I’m investigating the issue now. Just curious, what version of PHP are you using?

  11. 11 Ronald Heft on Jul 4, 2007 at 1:41 am:

    Try the latest version. It should resolve your problem.

  12. 12 Culbur on Jul 4, 2007 at 4:43 am:

    Sorry for my bad english but i’m french :)

    I try to install this great plugin (version 1.21 on WP 2.2.1) but i have a error :
    Warning: Invalid argument supplied for foreach() in …/www/wordpress/wp-content/plugins/pownce.php on line 31

    An idea whats wrong?

  13. 13 twofivethreetwo on Jul 4, 2007 at 11:32 am:

    Downloading the latest version now. I am using php 5.2 right now. I have access to php4 as well but normally use php5 for WordPress.

  14. 14 twofivethreetwo on Jul 4, 2007 at 11:35 am:

    It works perfect. Thanks for this great plugin. Pownce is easily replacing Twitter for me.

  15. 15 Ronald Heft on Jul 4, 2007 at 4:32 pm:

    Culbar, I know what’s wrong and I’m working on a patch now. However, I’m just wondering, do you currently have no public Pownce messages or one public Pownce message?

  16. 16 Culbur on Jul 6, 2007 at 2:44 pm:

    Hello :)

    I have somme public message on Pownce (3-4 I believe)

  17. 17 nikkiana on Jul 8, 2007 at 6:56 pm:

    I just wanted to report a minor bug I noticed….

    On line 19, it reads:

    if ($username = '') {

    It should be:

    if ($username == '') {

    I noticed it because I was trying to add a link back to my Pownce page so it looked a little more uniform with my twitter section, and obviously, any point after line 19, $username was empty because it’d been reassigned as such. Not a huge deal, doesn’t impede the functionality of the plugin, just makes that section of error checking not working.

  18. 18 Ronald Heft on Jul 8, 2007 at 10:07 pm:

    Thanks for catching my typo. I’ll have a fixed version out shortly.

  19. 19 DJO on Jul 12, 2007 at 6:59 pm:

    Forgive me for being a bit daft, but I’m having a problem configuring this to work. I’m getting a “Username Not Configured” error.

    I’ve tried writing my username in the plugin-editor on line 13, but that doesn’t seem to do the trick. Where should I be going to configure my username?

  20. 20 Ronald Heft on Jul 12, 2007 at 7:09 pm:

    I’m not sure why you’re getting a username not configured error message when inserting your username there. That technically should work, however is not the recommended method of entry.

    You would be better off inserting your username wherever you call the pownce_messages function. So if your username is DJO, you would call the function like this:

    <?php pownce_messages('DJO'); ?>

  21. 21 DJO on Jul 12, 2007 at 8:25 pm:

    i must be a total tool. I can’t find that call function. I assume I’m supposed to find it in my theme editor. I’ve scoured the “sidebar” and “left sidebar” and “function.php” and no luck.

    It’s totally showing up in my left sidebar with its “Username Not Configured” error. I’m totally baffled. I even did a ctrl-f search for “Pownce” to see if I’d just not noticed it in my left-sidebar in the theme editor. No luck.

    Am I just looking in the wrong place??

  22. 22 Ronald Heft on Jul 12, 2007 at 9:04 pm:

    Unless you manually added the function call, it’s not going to be anywhere in your theme. Are you using WordPress widgets? If so, that would explain why entering your username on line 13 does nothing. You have to configure your username and settings using the widget control panel.

    To do so, open up your WordPress admin. Click on Presentation, then Widgets. In the sidebar section they’ll be a box called Pownce. Click the button on the right side of the box. You’ll be presented with a dialog box for configuring Pownce options. Enter your username there as well as any other options you’d like to configure. When you’re done click Save Changes and you should be set.

  23. 23 DJO on Jul 12, 2007 at 9:10 pm:

    Ha!

    I knew I was a tool.

    Just today I switched to a theme that supports widgets. I hadn’t used them before, and my newbness shows.

    Thanks for your help Ronald. Works perfectly now!

  24. 24 ikram_zidane on Jul 14, 2007 at 4:57 am:

    hey, just wanna say thanks for this useful plugin of yours.

  25. 25 Minty Blog on Jul 24, 2007 at 4:43 pm:

    WoW , i wonder how do people come up with plugins like this so fast i will give it a try

  26. 26 Jessie on Jul 25, 2007 at 9:23 pm:

    Hi again. I wonder if there’s an option to limit the length of the Pownce message being displayed? For example: “Blah blah blah blah blaaaaaah [...]” and then have the “[...]” part be linked to the messages URL?

    Just a thought.

    Thanks,
    Jessie

  27. 27 Ronald Heft on Jul 25, 2007 at 9:32 pm:

    I’ll consider adding it in the next release.

  28. 28 Jessie on Jul 26, 2007 at 12:49 am:

    Cool, looking forward to the next release. Thanks!

  29. 29 Melissa on Jul 29, 2007 at 9:25 am:

    Great plugin, works just as I need it to.

  30. 30 Devindra on Jul 29, 2007 at 11:32 pm:

    Excellent plugin! One suggestion for the next release: It would be great if the title of the Widget could link to your public Pownce page. Usability-wise, I think people would naturally be inclined to click around there for access to a full feed.

  31. 31 Ronald Heft on Jul 30, 2007 at 12:13 am:

    Devindra: Excellent plugin! One suggestion for the next release: It would be great if the title of the Widget could link to your public Pownce page. Usability-wise, I think people would naturally be inclined to click around there for access to a full feed.

    While I agree most people would like the link, not every theme is styled to handle links in the title. If you would like to add a link to your title, just change the title name to include a link to your public profile. The link should work without issue.

  32. 32 XIII on Aug 1, 2007 at 6:48 pm:

    Sweet, works like a charm.

  33. 33 Rick on Aug 11, 2007 at 2:32 pm:

    Hi!
    I was looking for a plugin to integrate twitter in wordpress, and I liked very much your plugin and your approach (the code is very clean!)

    Do you mind if I publish a twitter for wordpress based in your work? with the deserved mentions, honors and links, for sure…

    Thanks in advance.

  34. 34 Ronald Heft on Aug 11, 2007 at 5:12 pm:

    Hi Rick. I sent a response to your email last week saying I have no problem with you releasing a Twitter version. I guess my message went in your spam box or something. Anyway, good luck with the Twitter plugin.

  35. 35 Rik on Aug 12, 2007 at 11:46 am:

    Hi Ronald!
    Your guess was rigth!
    Thanks again!

    Take a look and tell me c&s :-)

    http://rick.jinlabs.com/code/twitter/

  36. 36 Chris Hahn on Aug 21, 2007 at 8:11 pm:

    is it possible to change the formatting? i really love the output though, i would want the timestamp on top bold (not italicized) with a space between it and the pownce message. is this something i can change?

  37. 37 Ronald Heft on Aug 21, 2007 at 10:03 pm:

    Sure, you can rearrange the output on lines 41-50. Just make sure you copy the whole line, and you can pretty much put them in any order.

  38. 38 xxdesmus on Sep 1, 2007 at 9:40 pm:

    If you could clone Twitter Tools, but turn it into Pownce Tools I would be eternally grateful. Twitter Tools is really the only reason I can’t move exclusively to Pownce. This is a great start though, thank you.

  39. 39 xxdesmus on Sep 1, 2007 at 9:44 pm:

    Sorry, it would help if I clarified what in particular I like. The feature that I love about Twitter Tools is the option to create a daily digest that contains all of my Tweets. If you could do this with Pownce that would be amazing.

  40. 40 Ronald Heft on Sep 1, 2007 at 10:21 pm:

    I’ll have to look into it. Creating a daily digest would probably be possible, but doing some of the other things Twitter Tools does is out of the question because Pownce lacks an API.

  41. 41 gafeman on Sep 27, 2007 at 5:55 pm:

    nice plugin Ronald !!

    Greetings from Spain :D

  42. 42 Lloyd Budd on Oct 5, 2007 at 2:04 pm:

    http://cavemonkey50.com/social/ 404 not found.

  43. 43 Ronald Heft on Oct 5, 2007 at 2:59 pm:

    Thanks for the heads up. Link fixed.

  44. 44 Vincent on Oct 8, 2007 at 12:13 pm:

    Any plans for including profile picture? I am playing around with scraping my pownce page and pulled pic link from public page rather than rss.

  45. 45 Ronald Heft on Oct 9, 2007 at 7:36 pm:

    I currently have no plans to include the profile images. However, the RSS does provide this, so you probably only need about one line of code to access it.

  46. 46 /grunch0.. on Nov 2, 2007 at 11:08 am:

    Excellent plugin.. hate english :S

    saluds!! :)

  47. 47 J. on Nov 4, 2007 at 2:07 am:

    Thanks for the great plugin. Been using it for a couple of days with no issues. A few hours ago it began only giving the No Public Pownce message, but I would assume that is a Pownce issue and not something caused by your plug-in as other people’s blogs I’ve visited are not experiencing the same issue. :) Thanks again.

  48. 48 ildella on Nov 11, 2007 at 9:27 am:

    I am using the widget but the list is disordered. i.e. there is no “new line” between one pownce entry and the next one.
    It the “output_in_list” options for this? It is not configurable in the widget config gui, so I suppose the only way is to write the code… but, ehm… where am I suppose to put that code to have it in one of my two sidebar?

    Thanks!

  49. 49 Ronald Heft on Nov 11, 2007 at 7:07 pm:

    ildella: I am using the widget but the list is disordered. i.e. there is no “new line” between one pownce entry and the next one.
    It the “output_in_list” options for this? It is not configurable in the widget config gui, so I suppose the only way is to write the code… but, ehm… where am I suppose to put that code to have it in one of my two sidebar?!

    I’m not sure I completely understand your problem. First off, how are you using Pownce for WordPress on WordPress.com? Second, if you are using it, widgets can only be outputted in lists. If the list looks incorrect, the problem is the styling in your theme.

  50. 50 ildella on Nov 12, 2007 at 7:08 pm:

    I’m not sure I completely understand your problem. First off, how are you using Pownce for WordPress on WordPress.com? Second, if you are using it, widgets can only be outputted in lists. If the list looks incorrect, the problem is the styling in your theme.

    WordPress. No ok it is a list but if I post a link, it is pretty good. If I post just a chat, there is no “new line” between messages.

    Anyway, you know what should be useful? The ability to paint odd messages with one color and even ones with another.

  51. 51 Ronald Heft on Nov 13, 2007 at 7:33 pm:

    ildella: WordPress. No ok it is a list but if I post a link, it is pretty good. If I post just a chat, there is no “new line” between messages.

    You never answered my question. I don’t think you’re using the Pownce for WordPress plugin. It looks as if you’re using an RSS Widget with the Pownce feed. If that’s the case, I can’t help you at all. I have no control over the RSS widget. You’ll have to take that up in the WordPress Support Forums.

    Anyway, you know what should be useful? The ability to paint odd messages with one color and even ones with another.

    In principal that’s a good idea, however, it would be impossible to ensure the alternating colors look good on every theme. The best I could do is provide CSS classes and let users tweak the alternating messages themselves.

  52. 52 ildella on Nov 13, 2007 at 9:37 pm:

    You never answered my question. I don’t think you’re using the Pownce for WordPress plugin. It looks as if you’re using an RSS Widget with the Pownce feed. If that’s the case, I can’t help you at all. I have no control over the RSS widget. You’ll have to take that up in the WordPress Support Forums.

    I assure you i am talking about wordpress pownce widget. I am using it in a wordpress blog i am trying on my machine, not the one linked on wordpress.com
    Anyway, it looks better now if I put code on the theme sidebar instead of using widget.
    BTW, the standard RSS widget you can see on my blog is awful… not your faulf for sure :)

    In principal that’s a good idea, however, it would be impossible to ensure the alternating colors look good on every theme. The best I could do is provide CSS classes and let users tweak the alternating messages themselves.

    Yes, this should be a fair solution. I think that for some themes this could definitely work good.

    Thanks for your attention and for nice plugin, bye.

  53. 53 Ronald Heft on Nov 15, 2007 at 1:01 am:

    I assure you i am talking about wordpress pownce widget. I am using it in a wordpress blog i am trying on my machine, not the one linked on wordpress.com

    Thanks for clearing that up. Sorry if I sounded insistent; I’m just used to people confused about plugins on WordPress.com.

    Yes, this should be a fair solution. I think that for some themes this could definitely work good.

    Sounds good then. As soon as I get a free moment to work on some of my plugins, I’ll add this functionality.

  54. 54 Squirrel on Nov 18, 2007 at 1:16 am:

    Nice work thanks!
    I would like this to link to my pownce page.
    I tried making my title, from the widget sidebar arangement area, into a link (like an earlier comment here).
    I put this in the title field Pownce but it eliminates the link and only shows the text.
    Am I missing something?
    Or is there an easy modification to the pownce.php I can make?

  55. 55 Ronald Heft on Nov 18, 2007 at 3:04 am:

    Squirrel: I put this in the title field Pownce but it eliminates the link and only shows the text.
    Am I missing something?
    Or is there an easy modification to the pownce.php I can make?

    No, you’re not missing anything. WordPress removes links from widget titles.

    Thankfully, there is an easy way to add a link. Add the following code on line 105:

    $before_title = '<a href="LINK GOES HERE">';
    $after_title = '</a>';
  56. 56 flix on Feb 15, 2008 at 8:11 am:

    Hi! I have been using your great plugin for a couple of days and it worked perfectly. But now, no Pownces are displayed and the plugin just says: No public pownce messages. But, for sure, there are some.

    I got Pownces with otherone’s usernames but not with mine (flix).

    So help me please! :)

  57. 57 Ronald Heft on Feb 15, 2008 at 9:53 pm:

    flix: Hi! I have been using your great plugin for a couple of days and it worked perfectly. But now, no Pownces are displayed and the plugin just says: No public pownce messages. But, for sure, there are some.

    I got Pownces with otherone’s usernames but not with mine (flix).

    So help me please! :)

    Has the problem resolved itself? I just looked at your Pownce feed and looked fine. I also ran it through my end and it displayed your messages. If you’re still having trouble, let me know and I’ll investigate further.

  58. 58 flix on Feb 16, 2008 at 9:51 am:

    Thanks for the fast answer!
    As you can see in my sidebar I have reactivated my Pownce widget and it still shows “no public pownce messages”. I doublechecked it with the standalone PHP function, with caching enabled/disabled: same results.

    Other user ids are displayed correctly.

    So, what can we do?

  59. 59 Ronald Heft on Feb 16, 2008 at 3:00 pm:

    How many Pownce messages are you trying to pull? I see one of your messages has an umlaut and I’m wonder if that’s messing up the parsing of your feed. Try setting it to 1 message and make sure that message doesn’t have any foreign characters. If foreign characters are messing it up, I’ll look into fixing it.

  60. 60 flix on Feb 17, 2008 at 3:08 pm:

    Hey! I tried to fetch 3 objects, same problem with reducing to 1 pownce.

    I have a more or less hacking solution:

    I burn the public feed with feedburner and insert it in the pownce.php, et voila, i have public pownce messages.

    That means, the original pownce feed is the root of all evil :)

    Nevertheless, your plugin in powncing again!

    Huge thanks for your fast support!

  61. 61 Ronald Heft on Feb 17, 2008 at 4:19 pm:

    Glad to hear everything is working again.

  62. 62 Travis Tubbs on Feb 22, 2008 at 8:46 pm:

    Turns out the fix for this is simpler than anyone would think. After playing around with the pownce.php script, all you need to do is remove the trailing slash (“/”) from the $message variable, that way it’ll read as such:

    $messages = fetch_rss(“http://pownce.com/feeds/public/$username”);

    Just do this anytime the RSS feed is referenced. Tada!!! :D

  63. 63 flix on Feb 23, 2008 at 12:41 am:

    Indeed.

    Nice fix :) Thanks a lot!

  64. 64 Ronald Heft on Feb 23, 2008 at 1:23 am:

    Travis, I just added your fix. Thanks for figuring that out.

  65. 65 Aubrey Island on Apr 14, 2008 at 2:19 pm:

    Okay a couple things, I was also getting the no public messages, then I ADDED the slash – fixed by changing line 15 in pownce.php.

    pownce.php, From:

    Line 15: $messages = fetch_rss("http://pownce.com/feeds/public/$username");

    To:

    Line 15: $messages = fetch_rss("http://pownce.com/feeds/public/$username/");

    Then I was pissed I couldn’t put my most recent updates on my site, I would update Pownce, and it wouldn’t show up for about an hour. I fixed this by changing line 722 in /includes/rss.php.

    rss.php, From:

    Line 722: if ( $this->MAX_AGE > $age ) {

    To:

    Line 722: if ( $this->MAX_AGE < $age ) {

    If the age of the new file is NEWER (and it always is when you update Pownce) than the Max age of an hour ago, Update!

    This will also update the other widgets on load basically, I haven’t seen the side-effects of this yet though. :P

    Aubrey

  66. 66 Ronald Heft on Apr 14, 2008 at 2:24 pm:

    Aubrey, it appears the trailing slash causes problems for some users, and other users (like yourself) need that trailing slash. Since it’s much easier to add a slash to your username field then removing one, if anyone has issues like this, try adding a slash to your username in the widget settings.

  67. 67 Aubrey Island on Apr 14, 2008 at 2:35 pm:

    Oh, and I commented out…

    //$offset = ($event) ? 4 : 5; // No clue why the timezone are different. Hopefully this won't change, or if it does, Pownce corrected it.

    and the minutes ago went back to normal… I think

  68. 68 Fabrizio Pivari on Apr 16, 2008 at 10:13 am:

    If I’ve well understood the plugin it can only display on my WP lines of a pownce user.
    Is it possible to post via WP on Pownce (like e.g. the twitter wp plugin makes)?

  69. 69 Ronald Heft on Apr 16, 2008 at 10:38 am:

    Fabrizio Pivari: Is it possible to post via WP on Pownce (like e.g. the twitter wp plugin makes)?

    Pownce did just launch their API a few weeks ago, and that is possible through a plugin, but I have no interest in adding posting support. You’ll have to look for another plugin to do your posting.

  70. 70 Fabrizio Pivari on Apr 16, 2008 at 3:10 pm:

    > I have no interest in adding posting support

    :(

  71. 71 baron on May 11, 2008 at 12:33 pm:

    hi there .thanks for plugin:

    Does anybody know if tis script is compatible with WordPress 2.5.1 ?

    Thanks in advance for any help on this!

    regards

  72. 72 QuoVadam on May 11, 2008 at 7:02 pm:

    Why is it no matter how many times I post to Pownce, when I load my site my timestamp is showing up as “11/30/07″?

  73. 73 Ronald Heft on May 11, 2008 at 10:02 pm:

    baron: Does anybody know if tis script is compatible with WordPress 2.5.1 ?

    Yes, it works under WordPress 2.5.1.

    QuoVadam: Why is it no matter how many times I post to Pownce, when I load my site my timestamp is showing up as “11/30/07″?

    I checked your Pownce feed and it has the correct dates, so it should not be showing 11/30/07. My local install was also correct for your username. Did you modify the plugin at all? What time zone is your Pownce username configured to?

  74. 74 QuoVadam on May 11, 2008 at 10:54 pm:

    QuoVadam: Why is it no matter how many times I post to Pownce, when I load my site my timestamp is showing up as “11/30/07″?

    I checked your Pownce feed and it has the correct dates, so it should not be showing 11/30/07. My local install was also correct for your username. Did you modify the plugin at all? What time zone is your Pownce username configured to?

    Ok, so by removing the delimiters in the script, it messed up the date formatting. But is there anyway to get the date to display correctly without the seemingly random delimiters in front of it?

  75. 75 QuoVadam on May 11, 2008 at 11:10 pm:

    Nevermind. I was able to fix the problem by doing the same thing someone else did a few months back, by commenting out the $offset on line 62.

  76. 76 Aubrey Island on May 29, 2008 at 7:11 pm:

    I wanted to note that on my previous posts, in new WordPress 2.5.1, I only had to strip the slash from the line I mentioned before.

  77. 77 alohastone on Jun 5, 2008 at 5:22 am:

    Thanks for sharing your edits, Aubrey. They saved me a lot of headache and fixed the plugin for me :)

  78. 78 May C on Jun 7, 2008 at 2:37 pm:

    Thanks to Aubrey in reply #65 for the quick fix. I was getting annoyed that my updates weren’t showing up and it did before. Now, it’s there! Thanks

  79. 79 Squirrel on Jul 30, 2008 at 8:21 pm:

    Any plans for including profile picture? I am playing around with scraping my pownce page and pulled pic link from public page rather than rss

  80. 80 Ronald Heft on Jul 30, 2008 at 11:11 pm:

    Squirrel: Any plans for including profile picture? I am playing around with scraping my pownce page and pulled pic link from public page rather than rss

    No plans at the moment.

  81. 81 Kim on Dec 13, 2008 at 1:47 pm:

    Since Pownce is shutting down on 12/15, this plugin will be obsolete. It’s a shame they are shutting down their service – it was pretty nice while it lasted!

  82. 82 Wiki Chaves on Dec 16, 2008 at 10:05 am:

    Hola,

    Está burnísimo el plugin. Sería bueno que le pongas una opción de target=”_blank”
    Yo edite el plugin y funciona, pero cada vez que lo actualizo lo tengo que volver a hacer

    Saludos
    Wiki

69 Trackbacks/Pingbacks

  1. [...] a WordPress plugin. I guess I can’t escape my work. Anyway, I created a new plugin called Pownce for WordPress. Its job is simple; display your public Pownce messages for all to read. You can see the plugin in [...]

  2. Pownce: Successor of Twitter?
    on Jul 2, 2007 at 1:04 am

    [...] of nifty tools, my first encounter with a Pownce tool is a WordPress plugin. Introducing Pownce for WordPress, a plugin similar to that of Dave Kellam’s twitterRSS plugin and others. I’ve installed [...]

  3. Pownce: | Sicrono
    on Jul 2, 2007 at 1:52 pm

    [...] Ya tiene su propio plugin para wordpress, [...]

  4. [...] II También existe un plugin para WordPress… así ya podrán mostrar sus mensajes de Pownce en su [...]

  5. [...] Todo este rollo para decir que voy a probar una cuenta de Pownce durante un tiempo, para ver si puede llegar a ser realmente útil o adictiva (como dicen algunos de Twitter), y que ya hay acceso directo a los últimos contenidos de la misma desde este mismo diario, en el menú de la derecha de la página principal, apartado “Pownce (MicroBlog)”, esto último gracias al plugin Pownce for WordPress. [...]

  6. Krishwords » Pownce Plugin for Wordpress
    on Jul 3, 2007 at 3:49 pm

    [...] There is a WordPress plugin for Pownce. You can get it here. [...]

  7. [...] déjà nous annoncent un gros carton. (On trouve d’ailleurs déjà un module Facebook et un plugin [...]

  8. Pownce at TrickJarrett.com
    on Jul 5, 2007 at 9:58 am

    [...] those looking for the wordpress and Pownce extension, check out the cavemonkey50 blog post. Share and Enjoy: These icons link to social bookmarking sites where readers can share and [...]

  9. Damiens Blog | Pownce for Wordpress…
    on Jul 5, 2007 at 1:42 pm

    [...] Check it Out Here!!! [...]

  10. Pownce | HNKweb
    on Jul 5, 2007 at 3:25 pm

    [...] he añadido al blog el plugin de Cavemonkey50 con el que integras de forma sencilla los mensajes de Pownce en tu WordPress. Ahora mismo los [...]

  11. Pownce for WordPress · Style Grind
    on Jul 5, 2007 at 11:47 pm

    [...] Cavemonkey has released a plugin for WordPress which will display your pownce updates on your blog. [...]

  12. [...] Cavemonkey has released a plugin for WordPress which will display your pownce updates on your blog. [...]

  13. WP Plugins DB » Plugin Details » Pownce
    on Jul 9, 2007 at 2:12 am

    [...] Visit [...]

  14. [...] Ponwce para WordPress [...]

  15. [...] Pownce for WordPress by cavemonkey50. [...]

  16. [...] fui dá uma olhada no plugin, e realmente funciona. Ele foi feito pelo Ronald Heft. Aqui está a página do plugin e o link pro [...]

  17. 我的WordPress插件 at 无知博客
    on Jul 24, 2007 at 8:05 pm

    [...] Pownce : 很方便的将Pownce上的公众信息调用在自己的blog上,效果可以看我主页上的显示,使用方法在这里。 这篇文章发表于 2007,June 18, Monday 7:57 am ,并被分类于 Blog记事簿. 您可以通过订阅 RSS 2.0 跟踪对这篇文章的评论。 您可以对这篇文章 发表一条评论(已有7条),或者在您自己的网站中引用(trackback) 它。 [...]

  18. [...] 刚才看到了一个Pownce for WordPress 插件,如果大家在使用Pownce,而且有自己的WordPress blog,不妨也把Pownce的公众消息调用到你的blog上吧。(其实我知道Twitter, v2ex都可以这么做,但是我懒,用插件多方便啊)比如像我首页上的这样显示: [...]

  19. [...] Pownce for WordPress · cavemonkey50.com – Display your Pownce status on WordPress. [...]

  20. Pownce at Regular Expression
    on Jul 27, 2007 at 2:12 am

    [...] Matt Mullenweg, and a plethora of other bloggers chatting up a storm about it. There’s even a WordPress plugin for [...]

  21. Pownce at Sick-o-Life!
    on Jul 27, 2007 at 4:52 pm

    [...] eurer Zeitleiste aufgeführt. Pownce lässt sich übrigens trotz seiner bisher kurzen Lebensdauer als Plugin sehr einfach und komfortabel in aktuellere WordPress Systeme einbinden. Des Weiteren verfügt [...]

  22. [...] Go Get the Pownce for WordPress Plugin! [...]

  23. [...] un plugin que integrara twitter en mi WordPress de una manera sencilla, llegue hasta Pownce for WordPress, un plugin que integraba powce en un wordpress (obvio, no?). El caso es que me gustó mucho la [...]

  24. I’m so 2.0
    on Aug 20, 2007 at 12:01 pm

    [...] also trying to use the Pownce Widget for WordPress by Ronald Heft.  I’m pretty sure I’m using it incorrectly, but if I can get it to [...]

  25. VintFalken.com Housekeeping | VintFalken.com
    on Aug 20, 2007 at 12:50 pm

    [...] Pownce plugin : Displays your public Pownce messages for all to read.  I figured as Myg got me an invite for Pownce and it seems to be Twitter ‘evolved’, I should give it a try. At first glance I like it: better ‘conversation’ functionality added, the special link & events format is neat, no more being limited to 140 characters and file sharing possible. I don’t know if I will end up continuing to like use Pownce – I liked Twitter for about 3 weeks too – but as long as I do, you can find my latest public Pownce message in the sidebar. *points to the right* Just click the comment number to reply using Pownce.  I have two invites for ‘Twitter evolved’ left, so let me know if you want one. And Myg had/has some leftovers too.  And for those already on there: feel obliged free to add me. ;)   Now let’s wait for the API  and a PownceHUD? [...]

  26. [...] son vergonzosamente parecidos a Twitter for WordPress e igualmente basados en el estupendo Pownce for WordPress de Cavemonkey50 he liberado estos mini-plugins por si a alguien les son [...]

  27. felixtriller.de » Beitrag » Pownce!
    on Aug 28, 2007 at 1:53 pm

    [...] die Integration in WordPress eignet sich hervorragend das Pownce Plugin von Ronald Heft, Jr., es liefert eine einstellbare Anzahl der letzten öffentlichen [...]

  28. [...] your recently listened tracks. Based on Pownce for WordPress by [...]

  29. [...] Displays your public Twitter messages for all to read. Based on Pownce for WordPress [...]

  30. [...] your recently listened links. Based on Pownce for WordPress by [...]

  31. [...] Pownce para WordPress tenéis el plugin y las instrucciones en inglés para instalarlo, yo os explico rápido como se [...]

  32. [...] Los que se pregunten ycomocojoneshashechoelwidgetese¿? aqui os dejo el plugin: Pownce for WordPress [...]

  33. Soft Review » Pownce WordPress plug-in
    on Nov 5, 2007 at 12:45 pm

    [...] read more | digg story [...]

  34. [...] por ejemplo esa puede ser la razon por la quela pagina no esta actualizada) me encontre con un plugin para poner mensajes de pownce en nuestro wordpress y asi simplemente lo que escribo en Pownce Aparece en la parte superior derecha del [...]

  35. [...] Pownce para wordpress (para mostrar los mensajes de pownce [...]

  36. Pownce_Wordpress plugin
    on Jan 22, 2008 at 7:04 am

    [...] Plugin Homepage [...]

  37. [...] Pownce for WordPress 1.3 [...]

  38. [...] the fact that you can syncronize your website with your blog to keep it update. For my blog I use this plugin which has worked fine for me. But there are other alternatives for twitter. I used this wordpress [...]

  39. [...] 1.9 » Ricardo González (url) Displays your public Twitter messages for all to read. Based on Pownce for WordPress by [...]

  40. Online Seo Service » Wordpress Plugins
    on Apr 28, 2008 at 8:38 pm

    [...] Pownce for WordPress 1.3 [...]

  41. [...] Pownce for WordPress 1.3 [...]

  42. [...] for WordPress lassen sich del.icio.us Bookmarks im WordPress Blog anzeigen. Das Plugin basiert auf Pownce for WordPress von Cavemonkey50. Verwandte [...]

  43. [...] Pownce WordPress Plugin Ready [...]

  44. [...] Pownce for WordPress 1.3 [...]

  45. [...] for WordPress è il plugin rilasciato da Ricardo González (realizzato sulla base di “pownce for wordpress“) che vi permette inserendo una semplice funzione in php nel vostro tema di visualizzare una [...]

  46. WordPress Working Plugins | Utricks
    on Jul 4, 2008 at 6:36 am

    [...] Pownce for WordPress 1.3 [...]

  47. [...] Pownce for WordPress 1.3 [...]

  48. [...] Pownce for WordPress 1.3 [...]

  49. [...] Pownce for WordPress 1.3 [...]

  50. [...] Pownce for WordPress 1.3 [...]

  51. [...] Pownce for WordPress 1.3 [...]

  52. [...] Twitter for WordPress Displays your public Twitter messages for all to read. Based on Pownce for WordPress. [...]

  53. WP Plugin Archive » Jaiku for WordPress
    on Jul 31, 2008 at 3:56 am

    [...] for WordPress zeigt Deine letzten Jaikus im Blog an. Das Plugin basiert auf Pownce for WordPress by Cavemonkey50. Jaikus können per Widget in die Sidebar oder mit einer Anweisung direkt [...]

  54. WP Plugin Archive » Pownce for WordPress
    on Jul 31, 2008 at 4:11 am

    [...] Pownce for WordPress von Ronald Heft, Jr. können öffentliche Pownce Mitteilungen [...]

  55. [...] Pownce for WordPress 1.3 [...]

  56. [...] Pownce for WordPress 1.3 [...]

  57. [...] Pownce for WordPress 1.3 [...]

  58. [...] your recently listened links. Based on Pownce for WordPress by Cavemonkey50. By Ricardo [...]

  59. My Wordpress plugins » The Lightroom
    on Oct 12, 2008 at 7:49 am

    [...] your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. Av Ricardo [...]

  60. My Wordpress plugins » The Lightroom
    on Oct 12, 2008 at 7:49 am

    [...] your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. Av Ricardo [...]

  61. [...] Pownce para WordPress tenéis el plugin y las instrucciones en inglés para instalarlo, yo os explico rápido como se [...]

  62. [...] Description: Displays your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. Author: Ricardo González Author URI: http://rick.jinlabs.com/ [...]

  63. snap.icio.us for Wordpress
    on Jan 30, 2009 at 10:07 am

    [...] of the day” function. Based on del.icio.us for WordPress by Ricardo González and Pownce for WordPress by Cavemonkey50. Download Plugin! Version 0.5 Last Updated: July 31, 2008 [...]

  64. [...] Heft – The plugin is highly based in his Pownce for WordPress, so the major part of the credits goes to [...]

  65. [...] Pownce for WordPress displays your public Pownce messages for all to read. Download [...]

  66. [...] for WordPress Displays your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. By Ricardo [...]

  67. Twitter « Mabsic Genre
    on Mar 14, 2009 at 4:06 pm

    [...] Description: Displays your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. Author: Ricardo González Author URI: http://rick.jinlabs.com/ [...]

  68. Twitter Sidebar — Nicholas Eldridge
    on Mar 27, 2009 at 8:14 pm

    [...] Description: Displays your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. Author: Ricardo González Author URI: [...]

  69. [...] your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50. By Ricardo [...]