WP Plugin: Gregarious


Social bookmarking allows users to submit, comment on, and “promote” websites. The Gregarious plugin supersedes the Digg This Reloaded Plugin and allows for seamless integration between your Wordpress Blog and social bookmarking sites such as Digg.com, Del.icio.us, Reddit and more. Requiring no editing of templates, and a simple point and click interface, Gregarious is the ultimate social bookmarking plugin for Wordpress.

Due to time constraints, I cannot guarantee support for this plugin.
Not compatible with WP 2.5.

Dynamic Buttons

I’m Diggin’ it

Digg iframe button

Gregarious uses the brand new Digg APIs to generate a dynamic ‘Digg It’ button on your post that shows the number of Diggs and allows the user to Digg post. No manual work is needed - the plugin knows when a post has been ‘dugg’ and sticks the button onto your post with no effort, leaving you free to write quality content. That’s right. Just activate it, and watch your traffic shoot through the roof.

Have you reddit?

Another great social bookmarking site that features dynamic buttons is Reddit. Again, integration is no hassle. Just turn on the Reddit button from the Gregarious options page, and you’re laughing. No manual labor, no long and complicated PHP scripts, and no coding. One click and you’re away!

More Features

Wow, could Gregarious possibly have more features? You betcha! As well as merely adding Digg and Reddit buttons, Gregarious has the following nifty additions:

General Features

  • Complete admin interface with options regarding all configurable aspects of plugin including styles, display options (show on post, page, home, etc.) Digg link style (button, image or text link), and more.
  • Check for updates automatically so you’re never out of date.
  • No template customizations or coding knowledge necessary as the plugin handles everything for you, and then some.
  • Choose the position of the buttons. Do you want them before or after your post content?

Digg related features

  • Uses the brand new Digg API to generate dynamic buttons.
  • Gregarious automatically knows if your post has been “Dugg” using DiggDetect™.
  • You decide what to show for posts which have been Dugg or those which are yet to be Dugg. You can customize the links, show a dynamic or compact badge, an image - or choose not show anything.Digg Icon
  • Configurable “What’s this?” link, so your users know exactly what they’re up against.
  • Ease up on the bandwidth by using a text link instead of an image or Digg button if you need to.

Reddit integration

  • Choose between three styles of buttons, from the eye-candy laden to the minimalistic.
  • Customize the position of the button easily from the options page.
  • Easy to use with no work required.

Other social bookmarking sites

  • Submit your post to heaps of bookmarking sites with Alex Kings’s Share This plugin built right into Gregarious (it comes integrated - no further installation needed).
  • Take advantage of further customization with options for Share This in the Gregarious admin panel.
  • Add, remove, edit or rearrange social sites for the Share This plugin - an indispensable feature.

Download

Version 1.9.xx

Gregarious can be downloaded from the WordPress.org Gregarious page. (The link below points to the download from that page)

Direct Download

Installation and Usage

How do you install Gregarious, the ultimate social bookmarking plugin for Wordpress? It couldn’t be easier. After downloading the package, Unzip. Upload. Activate.

The options menu should show up in your administration under Options -> Gregarious. Here’s a screenshot:

Gregarious options screenshot

If you wish to add social sites for Share This, you’ll need to CHMOD the akst.js and akst.css files to 777. Don’t worry if you don’t know what this means or can’t do this - Gregarious has alternative methods to cope.

Configuration

The plugin will work fine immediately after activation, but you may want to change some options to customize it. Gregarious can be configured from the Options tab of the administration panel in Wordpress. Just click on the Gregarious Options link. As mentioned earlier, there are a plethora of options and choices available, so feel free to tweak it to your needs.

Frequently Asked Questions

I installed and activated Gregarious, but the Digg button / Share link isn’t showing on my posts.

Gregarious uses different modules to provide all the features for your site. The PostBadge module is the one that appends content to your posts. If there isn’t anything showing on your posts, make sure that the PostBadge module is turned on, as well as the modules for whatever features you want. (For example, the Share This module shows the Share link, and the Digg button module shows the Digg button or link). Activating a module will also add options to the Gregarious options page so you can configure it.

The Share This link takes me to a separate page. How do I get the popup dialog to show?

To show the Share This popup on your site rather than linking to a Share This page, you need to ensure:

  1. That there is a <?php wp_footer(); ?> call somewhere in the footer.php file of your template.
  2. That there are no javascript errors on your site (due to your template or theme).
  3. That there is a <?php wp_head(); ?> call somewhere in the header.php file of your template.
  4. And that you’re either running WordPress 2.1 or above or have prototype.js referenced in the <head> section of the page.Gregarious no longer requires prototype.js

Generally, it’s the lack or misplacement of the <?php wp_footer(); ?> call that causes the popup not to show. If you still can’t get it working, ask me.

Template Integration

Currently, Gregarious’ feature-set includes various template tags that have been set up to be easy to use and integrate into any theme. Whether you’re a WordPress theme developer, or interested in more precise integration of social bookmarking to your blog, ask me about it.

Copyright © 2006-07 Ankur Kothari. All rights reserved.


Back to Top ↑

1219 Comments so far

Leave a comment
  1. 1

    The plugin looks really cool, so I tried installing it. After I activated it on the admin page, my site stopped working, and began returning a incomplete page. I looked at the apache2 logs and this is what I found:

    [Mon Dec 04 23:14:01 2006] [error] [client 74.136.192.200] PHP Parse error: syntax error, unexpected $end in /var/www/theronge.com/docs/wp-content/plugins/gregarious/gregarious.php on line 531
    [Mon Dec 04 23:14:03 2006] [error] [client 66.249.72.44] PHP Parse error: syntax error, unexpected $end in /var/www/theronge.com/docs/wp-content/plugins/gregarious/gregarious.php on line 531

    Any thoughts? I’m guessing my setup is b0rked, any suggestions on where to start?

    Thanks,

    Matt

  2. 2

    What’s weird is that there is no variable $end in the script. Could there be any other plugins interfering with Gregarious, especially other social bookmarking plugins?

  3. 3

    Hey man I’m having trouble with your plugin I was hoping you could help me.

    See I run Fatadam.com and was wondering how do I position the before digg this item and the digg number button after where I want.

    Ya see on my site I want the Digg This story near the other digg this story which I plan to remove later because I’ve been using notable (another plugin)

    Thanks for your help if any.
    -Adam

  4. 4

    Adam, to position the plugin manually in your template, go the options page for Gregarious. Under Auto-append, uncheck “Enable automatic append of links to posts.” Then you can position the plugin somewhere in your template using the following php code:

    <?php show_digg_button(); ?>
    and the button will show up. Most settings from the options page will still be applied.

    To change the image of the Digg button you can go to the “Undugg posts” section of the Digg.com settings and change the URL for “Button to use (if Digg option is button)”.

    Hope that helps.

    (btw, you need to upgrade to version 1.5.1 for this. Download by clicking check for updates through your options page or from the above download link).

  5. 5

    Do you anticipate adding the fine tuning (auto-append) for the “Share this” component of the plugin. It would be good if I could easily keep both off of pages with a click of a box.

    Darrell

  6. 6

    Hi Darrell,

    If you want to stop the links showing on your pages, simply find this section in the options page:
    Screenshot
    You can uncheck “Individual Wordpress pages” and you’re set.

  7. 7

    Ankur,

    I have that checkbox unchecked already. When it’s enabled I see both Digg button and the “Share This Story” link…when I uncheck it, the Digg button goes away but the sharing link still appears.

  8. 8

    Ankur,

    I see you have, starting on line 52, a commented out section that appears to handle some of the controls for the sharing link…would it make sense to just include that within the digg_button_hook so that wherever digg button goes…either before or after the content, so goes the share link? You wouldn’t need to re-use the same code twice.

    Darrell

  9. 9

    I’m slowly adding Share This into the Gregarious plugin, so they act as one. When that happens, there will only be one content hook. There is the problem of updates to Share This though, and how they’ll be integrated into the plugin at a later date.

  10. 10

    I get exactly the same error as the first comment. It cant be any other plugins causing the problem because I dont have any others installed.
    As soon as I activate the plugin everything stops.

    Did he get it working ?

  11. 11

    I get the same error with all previous versions of Digg-this reloaded as well
    I am using Php5.2.0 and the WP 2.0.5

  12. 12

    Jon, it can’t be the plugin, as it’s being used all over the net, and on my own server. Which theme are you using? I’m very curious about this error, since there is no $end on line 531, let alone anywhere in the script.

  13. 13

    Great plug in. But why is the digg butoon in three pieces with not text? Ex: cspencerbeggs.com/clips/

    Screencap here: cspencerbeggs.com/diggbroken.jpg

  14. 14

    When I use Gregarious, only the digg button shows up with no What’s this link, or a reddit link.

    Also, if my story has been dugg, a red ERROR: Not Found message shows up in place of the badge.

    It seems like Gregarious is a promising plugin!

  15. 15

    Great plugin! Just one small problem. For some reason I’m not getting the dynamic button showing the total number of diggs for my stories. The reddit button’s working fine, but I always see the default ‘digg this’ button.

  16. 16

    I am using the tiga theme, and the Share This box isn’t showing up, though the other ones are. Any thoughts?

    http://www.derekperkins.com

  17. 17

    default theme, no plugins. as soon as its activated, everything stops working.

  18. 18

    Jon, Digg has been updated recently. The new digg doesn’t work with Gregarious (I had the same problem). For that matter, I don’t think any digg plugin still worked after the update.

  19. 19

    Seoxys this was prior to the recent digg website update, but thanks anyway.

  20. 20

    2 things….

    I see the above post about nothing working on Digg was dated yesterday…does that mean theres no use in even playing with this Plugin until dude comes back from India and can maybe tweak his code? Or does it still work?

    Also, I tried installing this a few days ago and it works great, but the options section will not save…it just takes me back to the general options page and the values are all at default…
    any idears???

    James

  21. 21

    How does this function with previously Dugg posts?

  22. 22

    Dude awesome plugin (too bad it doesn’t work though)!
    Any chance on encorporating the new digg/podcast features?
    Keep the good stuff coming!

  23. 23

    I’m having the same problem mentioned by Kirk (a couple of comments up). I only ever see the Digg This button, the total number of digs doesn’t show up. I am not using the auto-append, because I have included the tag as part of my theme, could this be the problem. Has anyone found a solution?

  24. 24

    I keep getting an error when I try to activate the plugin:
    Parse error: syntax error, unexpected $end in /home/xavisys/www/blog/wp-content/plugins/gregarious/gregarious.php on line 618

    You can view my phpinfo if it helps: http://xavisys.com/temp/phpinfo.php

  25. 25

    I switched back to diggclick. If you get it worked out, I’m interested!

  26. 26

    I found the error that was causing the $end problem that has been reported on here a few times. The script uses short open tags (a practice that is discouraged by pretty much everyone, including Wordpress). Replace

  27. 27

    Hi an dthanks for the plugin. Few teething problems I am having with it though, first when I save any changes in the admin panel I get:

    Fatal error: Call to undefined function curl_init() in g:..mysite\wp-content\plugins\gregarious\gregarious.php on line 29

    Also I cannot fathom how to get delicious etc as a link, cannot get anything to show when I click share this? What should I put in the share this link txt box? Cheers

  28. 28

    oh, a followup - one thing of note is that the first story was dugg after i had installed gregarious. the other story was dugg before i’d installed it. not sure if that has any bearing on it.

  29. 29

    heh. i figured it out. the only way the icon gets toggled is if you go to digg, then follow the digg link back to the article. since it had been something like a week since the article had been submitted to digg - and it wasn’t terribly popular - nobody had followed the link on digg.com back to it. once i did so, the link changed. now it makes sense. so…..never mind! ;^)

  30. 30

    I’m having the same problem: i never see the number of diggs, i alwaus see the ‘digg this button’! Could anyone help me?

  31. 31

    Hi,

    Getting Fatal error: Call to undefined function: curl_init() in htdocs/wp-content/plugins/gregarious/gregarious.php on line 29
    after saving the options in Admin. Also, the plugins text or image link disappears after the page has been submitted to Digg.

    Please advise. Thank you!
    Chris

  32. 32

    Nice work, easy enough to set up. The Share this link doesn´t appear (theme Blix 0.9.1) and the Reddit buttons don´t aling well. Turned off the div wrap styling, that´s a task for another day.

    I do understand this correctly, Share this is integrated, I don´t need to install it separetely, right?

    http://www.sealandblog.com

  33. 33

    I’m having the same problem as Derek above: The Digg button shows up, but not the Share This button. I’m using the Sea theme. This theme has no single.php file, only index.php; could that be causing problems?

  34. 34

    Ok, I’m back.

    Just to make it clear, I’m using Gregarious on this site with just the Digg button turned on and it’s working 100%. If my Digg button works, there’s a serious problem with the plugin. If you’re not getting it to work, tell me what’s happening, and if you’ve done that, please wait till I sort through all the comments that have been posted while I was gone.

    For all the people who are getting the submit to Digg link perpetually displayed (ie. The button with the number of Diggs is not showing up), there are two things that could be wrong. Number 1 is that no one has clicked the link from the Digg page for your site. For example, this page is Dugg http://digg.com/tech_news/WP_Plugin_Gregarious_the_ultimate_SMO_plugin so unless someone goes to that page and clicks the big link at the top, Gregarious can’t pick it up. (It just has to happen once, mind you. After a visitor from Digg is detected, the link is stored and further referrals are ignored).

    If you’re certain that the plugin is not picking up the referral, post up the link to your site and to the Digg page and I’ll try to see what’s going on. Most likely reason is something like Digg Defender or Digg This Reloaded being active which interfere with Gregarious.

    Also, please note that Gregarious needs to be under wp-content/plugins/ with the ‘gregarious’ folder name remaining unchanged.

    Sorry for all the confusion, I’ll be clearing everything up shortly.

  35. 35

    Spencer, your site’s Digg buttons seem to be fine now: http://cspencerbeggs.com/clips/
    It may have been the changes at Digg that messed up the graphics for a short while, but everything looks fine now.

    Matthew Willis, only the Digg button will show up unless you tick the options to display the other links in the admin options page. The red “ERROR: Not Found” message to my knowledge was only during the period when Digg was upgrading. As I said before, if the Digg button on this page is showing, it should show on yours too.

    Kirk, the default Digg button will keep showing until there is a click from the Digg page to your post. When this happens, the plugin will detect the referrer as Digg and show the badge from then on.

  36. 36

    John, you asked

    How does this function with previously Dugg posts?

    Well, once someone clicks on the link from Digg to your post, the referrer is detected and the badge is shown from then on (the referrer detection is only needed once before the badge is shown at all times.)

  37. 37

    hey, great plugin. this is a future improvement suggestion: when you uncheck “When post hasn’t been dugg, show submit to Digg option” the digg button only appears once the story has been linked (this is good!) BUT the reddit button appears either way. can you add the ability to hide the reddit button unless the story is submitted? this is the one thing preventing us from displaying this plugin on the front page (we only have it turned on for individual posts right now). thanks!

  38. 38

    Andy, as far as I’m aware, Reddit does not provide the API required to do this. This may be possible in the future once the developers at Reddit expand their service.

    Currently all that’s available is http://reddit.com/buttons

  39. 39

    what if you add an option to hide the reddit icon if the score is 0 points for the item? that would cover hiding unsubmitted and old reddits in one fell swoop! :) we don’t want to clutter up the front page with even more icons, but at the same time having the digg/reddit buttons appear when the post is active on one or both of those services would be great.

  40. 40

    I switched back to diggclick. If you get it worked out, I’m interested!

  41. 41

    Got the ERRO not found thing..

    http://www.newschoolphoto.com/blogme/2007/01/17/fun-with-remotes/

    it exists on digg: http://digg.com/videos/comedy/Fun_With_Remotes/

    But people can’t digg it from my site! Any help is appreciated, since it’s actually gaining some momentum on digg…

    k

  42. 42

    Does this work okay with WP-Cache installed?

    And, do we know if it works with WP2.1 please?

    Cheers,

  43. 43

    Kevin Swan, I think the Digg button breaks when the article is in more than one category. It’s an error in Digg’s API itself so there’s nothing we can do unfortunately.

    Rob, this works with WP 2.1 but I think it wont work with any caching plugin. (Referral detection is not static code. It needs to run on the backend which caching stops). If you want me to write another plugin which does work with caching, I can, but it will require manually filling in the Digg link for each post.

  44. 44

    Ankur,

    It’d be nice if we could disable it for a single post so I at least don’t have the error message on that one.. :(

  45. 45

    Kevin,
    A feature to enable / disable the Digg badge on your posts is coming in version 2. Until then, setting display:none for the diggWrap class just for that post should do it.

  46. 46

    I really like this plugin, and have modified it a bit for my own use. My blog is not yet running, I am just getting everything working smoothly. The reddit button was working fine at first, but now it doesn’t. I think it might be because of another plugin I am using, but don’t know what it is. Could somebody help me out.
    I am currnently using the following plugins:
    Anarchy Media Player
    Feedburner Feed Replacement
    Google Analytics
    Gregarious
    No self pings
    Sidebar Widgets
    Wordpress Reports
    Youtube Brackets

    Do any of these conflict with Gregarious.

    My Blog

  47. 47

    I figured it out. The reddit button isn’t working with Anarchy Media Player. However, I really need both of these for my blog. Is there anyway to fix this?

  48. 48

    My problem seem to be that the host is not allowing the filenames with dots and underscores, e.g. .DS_Store. If anyone know a workaround… don´t hesitate to let me know! :)

  49. 49

    Tom, the ._ files are hidden files that Mac OS X automatically adds. You can safely delete all the files that start with a period (dot) (Trashes, DS_Store, etc. can all be deleted.)

    I’ll make sure to remove them myself on future releases.

  50. 50

    All ok, thanks for a great plug in!

  51. 51

    Is there a way to add a dynamic stumbleupon button? For example, a script with a big blue thumbs up, and when clicks, gives the page a thumbs up in stumbleupon, and turns the thumbs up picture green? Basically, I’m asking is there any way to get a button that does the same thing as the stumbleupon toolbar thumbs up button.

  52. 52

    i know you are working on tons of stuff but i second josh’s last comment there- the more dynamic voting systems you can incorporate the better. i personally would like to remove my static submission icons from w.p. (we use social bookmarks: http://www.dountsis.com/wordpress/social-bookmarks-32.php)

  53. 53

    I’m looking into other systems to integrate into Gregarious. Stumbleupon seems a likely candidate, but I’m not sure if they have an official open API. I’ll check it out for sure.

  54. 54

    This is in regards to all of the above posts that seem to be having the errors after installing the plugin. My site had the same trouble, and the site wasn’t loading at all.

    To remedy the problem, FTP into your hosting site and delete the “Digg This” folder from the wp-content/plugins directory.

    Please note that I did NOT have the Digg This plugin activated & I’m not sure if this fix will work if you do have it activated.

    Matt Jabs
    http://www.eJabs.com
    matt@eJabs.com

  55. 55

    Okay, I thought I had this working, but apparently not. I just dugg one of my posts (it’s the first one - terminator 4) and I get an “Error not found” similar to Kevin Swan’s. This post was submitted in only one category: Comedy Videos. What is going wrong?

  56. 56

    Josh, unfortunately Digg have not updated their API to work with videos. This is completely out of our hands at the moment. The most you can do is turn off the Digg button for that post.

  57. 57

    I have figured out how to fix the Error message that appears when videos are dugg. However, I need some help integrating this with Gregarious. At the moment the code would look something like this:
    digg_url = ‘http://digg.com/videos/CATEGORY/POST_SLUG’;
    For the button to work, all that needs to be changed is this:
    digg_url = ‘http://digg.com/videos_CATEGORY/POST_SLUG’;
    That’s right. This simple change between a slash and an underscore will fix the problem. Now, how do integrate this with gregarious?

  58. 58

    Gregarious has added things to my feeds that don’t invalidate the feed but do produce warnings and certain feed-readers will not read the feeds because of the warnings. Currently my main feed will work okay only because I run it through feed-burner but if you do any other feed (i.e. unfoldingneurons.com/category/articles/feed you’ll see the changes.)
    I’m assuming this is a bug and am hoping it can be fixed :)

  59. 59

    Josh, I’ll be integrating videos as well as some of the new Digg button features that have just been released ( see http://digg.com/tools/integrate ) into Gregarious in a little while.

  60. 60

    Ankur,

    Toward the beginning of these comments, you mention a way to move the DIGG button. It says to go under the Auto Append option.

    I don’t see an Auto Append option in the latest version and no “Enable automatic append of links to posts” option. Have the settings changed for the new version of Gregarious?

  61. 61

    I just updated to the latest version of Gregarious, and for some reason, the Reddit button is missing and I can’t choose where to put the digg button. How can I get these two features back. (I am willing to manually edit the code if that is the way to do it.)

  62. 62

    Sorry for the double comment, but I just fixed one of my problems. I put the digg button at the top. Now, how to get that reddit button in there…

  63. 63

    Josh and Dave C.,
    Both answers are in the PostBadge code (Under the PostBadge tab). The Digg button can be moved relative to the content by shifting the ‘<%DIGG%>’ tag before or after the ‘<%CONTENT%>’ tag.
    The Reddit button is sort of an Easter egg / hidden feature for now, as I’m still thinking of the best place to put it in the options page. You can use the ‘<%REDDIT_X%>’ tag, replacing the ‘X’ in REDDIT_X with a number between 1 to 3 (to choose the style of the button). For example, ‘<%REDDIT_3%>’ shows a Reddit button with a graphic and up and down vote icons.

  64. 64

    For some reason, we are not getting the PostBadge but are getting the error not found message.
    We have tried going to Digg and back again from that link, and still no badge. See the following 2 links for what I am talking about:
    http://www.byron-harvey.com/2007/02/05/super-bowlthats-a-wrap/

    http://digg.com/football/Super_Bowl_That_s_A_Wrap

    Also, in one of your earlier replies, you advised someone to go to that section of the options. Our question would be - where do you find that section of the options? For the most part we can’t find any part of the options where we can actually set anything; everything seems to be static with nothing to click and/or set.

  65. 65

    Paul, the options page definitely shows up in Firefox, and it should work in all the major browsers - except Opera.
    For people like yourself who (I’m assuming) aren’t using Firefox, and may have trouble viewing the options page, I’m writing an alternative version without all the flashy effects. (Use FF if you want to configure the plugin for now.)

    For the error, the Digg button is trying to load the URL http%3A//www.digg.com/search%3Fsection%3Dnews%26s%3DSuperbowl+Commercial

    To rectify this (until I release the next update in which the /search links will be detected and rejected by default), simply edit the the post, then remove the “DiggUrl” custom field. Change it to http://digg.com/football/Super_Bowl_That_s_A_Wrap

    I’m just adding the finishing touches to the latest update of Gregarious on my local server. I assure you that it will see an end to all error pages. Videos now work, and the regular expressions pick up referrals from /search or /upcoming and prevent it from being added as the Digg URL. And of course, it’s using the new Digg official API.

    So, to fix your problem, 1) delete the custom field of DiggUrl / fix it to the right link. and 2) wait for the next update to Gregarious which will bring an end to all these errors.

    I’ll be posting up the update in a few days (if not tomorrow)

  66. 66

    Thanks Ankur, much appreciated.

    As far as FF though, I definitely use it (FF 2.0.0.1) I have several other browsers installed that I use for testing, but FF is definitely my browser of choice. Which leaves me still baffled on the Options…

  67. 67

    Do you get any javascript errors?

  68. 68

    Everything displays, it just doesn’t do anything. The only fields I can find that will do anything are the PostBadge Code and the unDugg Posts selector and the Dugg Posts selector.

    Using the error console in Web Developer, I got the errors you can see in this screen shot - http://steelerdirtfreak.com/images/gregarious-screen.jpg

    JS really confuses me so unless I know specifically what I need to do, I tend to shy away from messing with the code.

  69. 69

    that’s from another site I manage, but they are all getting the same behavior on the options page

  70. 70

    I’ve got two questions:

    1. How can I get the reddit button to line up with the digg button?

    2. Is there a way to have the digg button animate the way it used to, or will it always now redirect to the digg page?

  71. 71

    In the blog I am working on, they often post embedded movies from youtube. The problem is that the share-this box will not properly show up over any Flash (embedded movies) on the posts below. Is there a way to fix this? Is there a way to use DHTML to move the content below down so it does not overlap? Thanks for your time. This is a great plugin.

    Bart

  72. 72

    Ankur, thanks for the response to my question about positioning the button. It sort of worked. The button is now before the content, but it stands alone between the post title and the content. Is there any way to wrap the content around the button?

  73. 73

    Works great on my site, but I hate the little dig man favicon/icon. . the plain old digg it badge is better. .

  74. 74

    Oh, as the Digg site opens a new tab when the user clicks on an article, so should your digg it button open a new tab and not take the visitor off the site.

  75. 75

    Paul: try reuploading all the files (specifically the .js files). Someone else had a similar problem, and they found that they had not uploaded the files correctly. (Also make sure the text is uploaded in ASCII and the images in binary, though your FTP client should really do that for you)

    Josh:

    1. How can I get the reddit button to line up with the digg button?

    To line up the buttons, you need to use some CSS. In the PostBadge Code, wrap both the tags in a div tag and use div style="display: inline"
    Making them display inline should make them line up next to each other.

    In your PostBadge Code, wrap the buttons in a div tag with style='float: left; margin: 4px'. You can change ‘left’ to ‘right’ depending on where you want the button, and the margin is just the amount of space you want around the button. Anything from 2 to 8 pixels will probably look ok.

    2. Is there a way to have the digg button animate the way it used to, or will it always now redirect to the digg page?

    In regard to the Digg button just animating and not leaving the site, I think Digg stopped that because of potential abuse (ie. you but a Digg button on your site for some other Dugg page).

    Bart:

    Is there a way to use DHTML to move the content below down so it does not overlap?

    If you uncheck the option which appends prototype.js under the “Share This” tab, and make sure you’re not getting prototype.js added by any other plugin, then the ‘Share This’ link will take the user to a separate page where they can submit your site to social bookmarking sites. However, if you still want the popup, try changing document.getElementById('post').style.margin-top+=200; where ‘post’ is the id of the div that wraps your post.

    Dave C:

    Is there any way to wrap the content around the button?

    You bet! Head over to the PostBadge Code. As I said to Josh, you need to wrap the Digg button in a div tag with the attribute style="display:inline" style="float: left; margin: 4px". By default the Digg tag is wrapped in a div with the class of “diggWrap”. You can simply add the style to it.

    Todd:

    I hate the little dig man favicon/icon

    I completely agree! For now, the answer is as simple as heading into “Digg Options” and changing the value for what to show for unDugg posts. You can change the URL of the image, add HTML, or change it to show nothing until the post has been Dugg. In the next update, as I’ve mentioned earlier, you’ll be able to show the Badge to get the user to submit the post!

    should your digg it button open a new tab and not take the visitor off the site.

    For opening the link in a new tab, the Digg button is under the control of Digg.com so it would be a good idea to ask them to run a check to see if the logged in user has set up his preferences to open links in new windows, then write the link in the Digg button accordingly.

    I think that just about does it. If anybody has any more questions, feel free to write.

    Phew!

  76. 76

    Whatever I’m doing, it’s not working. Here is the code I am using (the parentheses represent carrots.)

    (div style=”display: inline”) (%DIGG%) (%REDDIT_3%) (/div) (%CONTENT%) (%SHARE_THIS%)

  77. 77

    Sorry Josh, my mistake. style='float:left' is what I should have written. You could also float it to the right if you like, and giving it a margin: 4px or more would be a good idea too.

  78. 78

    Slight (intermediate) update posted. If you’d like to get a handle of the new Digg API, you can try this out. The only major differences are the selection of a background color on your dynamic Digg button, the “compact” Digg button and being able to use the Digg button as the submit link. If the current features are working for you, feel free to wait until a few more nice settings are added otherwise download it here.

    (The Digg Options page is now a fork that lets you go to two different places. You can change the settings or choose the badge style.)

  79. 79

    hello,

    I just tested your 2.0 beta1.1 version here: http://sibiu.zice.ro and it seems there is a problem with the email post to friend function, I tried sending to different email addresses but the mails never arrive.

    Could you explain how those mails are being sent, and what I can verify to check whats wrong?

    Otherwise a very neat plugin, thank you very much.

  80. 80

    Ovizii, nice theme!
    The plugin uses the wp_mail() function to send emails (which I think then uses the PHP mail() function depending on your WordPress config). If your WordPress emails are getting to you, then these should be as well. I’ve certainly used the email feature several times to test and it’s always worked.

    Come to think of it, the wp_mail function may not be compatible with WordPress Mu. I’ll look this up, and see if there’s a work-around.

  81. 81

    oops,

    I completely forgot to mention, that I am on wpmu…
    I will dig around a bit maybe I can find out if there’s a difference between wp and wpmu regarding the mail fucntion…

    Please keep me updated if you find out something.

    Thx for checking this out…

  82. 82

    not certain, but i think i’m hitting a bug: when selecting what digg badges to use, the only way i can get the compact badge to show up is if i select it for both dugg and undugg posts. if i select compact badge for undugg posts and the standard badge for dugg posts, the standard sized digg badge is displayed for both.

  83. 83

    We just activated the plug-in on our blog and found the pop-up doesn’t work, it redirects the user to another page. I get the following JS error:
    Error: $ is not defined
    Source File: http://www.iheartluxe.com/wp-content/plugins/gregarious/gregarious.php?akst_action=js
    Line: 2

    Any suggestions?

    Thanks

  84. 84

    Paul: That bug was very annoying for me as well, but I did get it fixed. The latest unstable release is here. Note that you need to CHMOD akst.js and akst.css to 777 for this release to be able to add / remove social sites for Share This.

    Anthony: For the popup dialog to work, you need to make sure prototype.js is being appended. View source and see if it’s there. If not, make sure “Append prototype.js” is on under Share This.

  85. 85

    I set up gregarious on my WP 2.1 site and the digg badge is showing up fine but always show 0 diggs even when I add one myself. The ‘url’ field in the query-string is always set to blank, but the title field is populated correctly, so the link looks like this: http://digg.com/submit?phase=2&url=&title=my_title

    Thanks,
    Xav

  86. 86

    outstanding! unstable beta installed, working like a charm. thanks so much, Ankur!

  87. 87

    Xav, it could be that no referrals from Digg have been detected. Check if the post is showing up under “Dugg Posts” in your options page. If it isn’t there, go to the individual Digg page for your post and click on the link so Gregarious can detect the referrer.

    Paul, I’m glad it’s happening! More nifty features are being cooked up in My Secret Lab™. Release seems to be imminent.

  88. 88

    Hi Ankur,

    Yes, I did click on the digg link, and it still wasn’t able to fill out the url field. The “url” javascript variable is just empty, when it should be filled with the permalink for the post. The digg link inside the ShareIt script is set up just fine with the right URL.

    I was able to temporarily fix it by setting the “DiggUrl” custom variable for the post to its permalink and it worked, but it’s a pain if I need to do this every time. I wonder why it’s not working. Also, when I had clicked on the digg link, Gregarious told me some posts had been dugg, but when I clicked on that link from the main page, it told me no posts had been dugg… odd.

  89. 89

    Hmm… the DiggUrl is not being added to the custom field of the post. Could you give me a link to your site?

  90. 90

    Hi Ankur,

    I’m having the same problem as Xavier. The “url” parameter in the URL is not getting filled out. Any ideas?

  91. 91

    Another update posted.

    • A very big surprise for people wanting to add / remove social sites from Share This (though that might have just given it away)
    • Increased compatibility with Safari (and other KHTML browsers)
    • mootools usage instead of a an antiquated version of moo.fx
    • Upgrade of the accordion style administration (Smoother transitions, faster, more efficient and less code)
    • Rewrite of my custom checkbox replacement script
    • Bug fixes regarding the digg button barfing on referrals
    • Lazy loading of the Digg button preview in the admin options for faster loading times
    • And probably other things too, but you’ll have to see for yourself

    Dean and Xavier, your problems should hopefully be fixed in this release.

    We’re getting closer to the Gregarious 2.0 official release!

  92. 92

    hello,

    I psoted a few posts ago about mail problems with wpmu. I just upgraded to your latest version and have other problems now :-) :

    try this link http://sibiu.zice.ro/2007/02/12/atrium/ and watch out for the following:

    • the share this by mail function works with wpmu
    • if you click on the share this icon, some of the icons i.e. the yahoo icon do not show up
    • it kind of messes my template up, below my posts it says: Posturi asemanatoare: which means similar posts, and if you have a closer look at the 3 listed similar post, inside that list it says: digg_url=”; digg_skin = ‘compact’; digg_bgcolor = ‘#FFFFFF’; digg_title = and I am positively sure that did not show up with the last version I used…

    any feedback would be greatly apreciated.

  93. 93

    Ovizii, the Yahoo icon is showing now.
    The digg_url=”; etc… is not really messing with the template, it’s the ‘related posts’ plugin which is pulling these up as part of the post content. It’s shown that way because related posts strips the HTML tags from the post excerpt. I’ll write a work-around for this.

  94. 94

    Sorry to bother you but after upgrading to the latest version, the Digg badge no longer shows up on posts like this. Otherwise I can’t wait to fully upgrade to the official release.

    Thanks for all the hard work, it’s gotten better and better.

  95. 95

    Sam, Gregarious may reset your settings if it finds that an older version is present. Make sure the settings for what to show on Dugg and unDugg posts aren’t set to “nothing”.

  96. 96

    Setting them to nothing and putting them back on seemed to do the trick. Thanks for the advice!

    I was dying to upgrade this. :)

  97. 97

    hello,

    one more question: do you have a clue why the digg badge is showing up in the sidebar, at the bottom below my “subscribe to newsletter” part? I tried different approaches via css like display:none; for that part but there is javascript involved and it does not seem to work…

    http://sibiu.zice.ro

  98. 98

    I upgraded to RC 1 today and had some problems. I’ve been reading here trying to see if others have had the same issues, and I haven’t seen it.

    I’m using the Redoable 1.1 theme. Before my upgrade, the Share This element showed up nicely in the post header with the author, tags, etc… Now it does not and I can’t seem to correct that. I was wondering if any function names changed that Redoable might be calling?

    Second, I’ve had a post dugg, but the plugin doens’t seem to detect it. I clicked on the link from Digg to try to get it to appear to the plugin, but my site never responds. I shut down Gregarious and then the Digg link took me right to my site with no waiting. I’m wondering if the detecting script is getting hung?

    I’ve done no hacking to my theme. It’s pretty much out of the box. Everything worked under the Beta version.

    Any help will be appreciated. Thanks for writing a great plugin.

    Thanks,
    Todd

  99. 99

    Ovizii, if the content displayed at the bottom of your sidebar is a WordPress “page” that you’ve created, the Digg badge will be appended to that. If this is the case let me know and I’ll tell you how to stop it from showing.

    Otherwise, it’s possible that the digg_button() function is being called somewhere in the template.

    Todd, the akst_share_link() function has been renamed to share_this(). If you don’t want to have to edit your template, just add the following code to gregarious.php (I’ll add it to future releases):

    if( !function_exists('akst_share_link') ){
    function akst_share_link(){
    share_this();
    }
    }

    The above code just redirects the old function to the new one.

    Regarding the timeouts when a referral from Digg is detected, I had been experiencing that problem on my local server, but I did get it fixed before the release of RC 1. This site also handles Diggs perfectly. I’ll take another look and see what’s going on.

  100. 100

    Hello Ankur,

    the newsletter stuff on the right is created like this:

    Newsletter:

    ‘); echo $content; ?>

    inside the template and the resulting code is this:

    Newsletter:

    You may manage your subscription options from your profile.

                digg_url='';
                digg_skin = 'compact';
                digg_bgcolor = '#FFFFFF';
                digg_title = 'Namaskar @ Chill Out';
                digg_bodytext = '';
                digg_topic = '';
    
                <a href='http://dev.lipidity.com/feature/wp-plugin-gregarious' title='More about the Social bookmarking plugin for Wordpress' rel="nofollow"><strong>Powered by Gregarious</strong></a>
    

    Share This

    I do not know why it shows the digg badge there, but anyway I forgot to mention a little information in my last post: the badge only shows up there when I am viewing a post or page, not on the homepage as I configured gregarius to not show them there, so the linki above does not show you an example, you will have to click on a post…
    actually the badge shows twice, under the post as it should and under the newsletter portion of the sidebar…

    P.S. Please do not forget about my other question regarding the similar posts showing up the html stuff…

  101. 101

    Ovizii: The latest version of Gregarious includes a setting at the bottom of the Dugg Posts lists to add ID’s of posts on which you do not wish to show the Digg badge. You can write the ID of the page that you’re including there, and it should be fine.
    Regarding the related posts plugin, I answered the question up here but basically, the excerpts pulled by related posts are picking up the appended content. I’ll write a fix when I get time - more features on my Todo list.

  102. 102

    ok, thx for putting my problem on your todo lsit, I appreciate that.

    regarding the other issues with the badge, the newsletter plugin is this: http://subscribe2.wordpress.com/ and its actually not a page… its a widget :-( can you look into this issue? whenever you have a little time to spare, its nothing urgent I don’t even mind the badge being there but it makes no sense…

  103. 103

    when I click on the Share This text, the box that should pop up appears at the very bottom of the page. It used to work fine, and I’m now very confused about this.

    Any help would be greatly appreciated

  104. 104

    Can you tell me why my Digg badges are counting wrong? I’m also not able to post new stories to the digg website without the hassel of ‘log-in, submit url, submit title, submit body…. PLEASE HELP!

  105. 105

    Is there anyway to specify the URL for each of the sites in the Share This Options? I’d like to have the bookmark simply point to the homepage every time rather than the URL for the specific post.

  106. 106

    The green share this icon is not showing up. I downloaded 2.0 RC1. I’ve looked through the code and can’t figure out why it is not showing up. Anybody else having this problem?

  107. 107

    Gregarious doesn’t seem to be interfacing with share this properly. When I change the Share This link text: option to something different, “Share This” is still displayed. Other sections of the option configuration seem to work just fine.

  108. 108

    background color changer for the digg badge doesn’t seem to be working.

  109. 109

    I’m not sure how this hasn’t been discussed yet, but with the latest version of gregarious, the AKST_FILEPATH seems to get set too late, and thus the stylesheet URLs are broken. I fixed this by putting the defines ahead of the “init_options” call in gregarious.php:

    @define(’AK_WPROOT’, ‘../../../’);
    @define(’AKST_FILEPATH’, ‘/wp-content/plugins/gregarious/’);
    $gregarious->init_options();

  110. 110

    Youch! Bug fix uploaded.

    Bear with me while I fix a few more problems.

  111. 111

    Sean: All the problems should be fixed.

    To specify a different post to the Share This link, you can use the template tag share_this(’postID=1′) replacing ‘1′ with the ID of the post you wish to show. More documentation and extensibility is coming, but I’m just so busy these days!

    A big thank you to Dean for picking up the unordered define statements. I’d reshuffled the functions to make it cleaner, but that obviously slipped through.

    Keep the feedback coming!

  112. 112

    Nathan: The Digg badges are showing an incorrect count on some posts because URLs for the upcoming pages are being stored, such as “http://digg.com/news/upcoming/page2″. This has already been corrected previously, so if you update to the latest version it shouldn’t happen anymore. To fix the posts that have been detected incorrectly, you need to edit them, then remove the DiggUrl custom field.

  113. 113

    Hi Ankur. Thanks for the reply and great plugin!

    Changing the digg background color still seems to not be working. Also, you might want to use a class instead of and id for the sharethis link styling, as it causes validation errors when using id.

  114. 114

    For some reason after installing the update I am not getting Gregarious to auto-detect my previously dugg posts.

  115. 115

    Sean, I’ve fixed the background color issue. Thanks for letting me know.
    The share this link does use classes and the ID’s are unique so it should validate… I’ll investigate further if you’re still having trouble.

    Jonathan, your posts seem to be working now.

  116. 116

    I think its not compatible with WP 2.1 as it gives error when you activate this plugin.

    Parse error: syntax error, unexpected T_ELSE in /home/site/public_html/blog/wp-content/plugins/gregarious/gregarious.php on line 1531

    It works fine on old version of wordpress.

    I hoipe new version of this plugin wil be released soon.

  117. 117

    i thought i posted this earlier, maybe i didnt :S

    i have updated the gregarious plugin to the latest, but as soon as i activate i get this error.
    Parse error: syntax error, unexpected T_ELSE in /………/wp-content/plugins/gregarious/gregarious.php on line 1531

    does anyone know if i have to change my setup or any other way to help me to get this to work pls.
    im running Wordpress 2.1 and theme redoable1.1, i ran the previous gregarious plugin fine.

  118. 118

    Manu and Adickt, the plugin is working fine for me on three different installs of WordPress 2.1. Perhaps it’s problem with the PHP version?

  119. 119

    error
    not compatible with WP 2.1 as it gives error when you activate this plugin.

    Parse error: syntax error, unexpected T_ELSE in /home/site/public_html/blog/wp-content/plugins/gregarious/gregarious.php on line 1531

  120. 120

    hello ankur,

    I have small display issue, the share this appears in the middle of the post, can you check if this is an issue with the plugin or maybe the more link breaks my post formatting?

    http://sibiu.zice.ro/2007/02/20/expozitie-organizata/

  121. 121

    Am I missing something? When I click on the “dig this” button, it takes me to digg, but does not fill in the url.

    When I click on the digg button under share this, everything works fine.

    What am I missing?

    Thanks

  122. 122

    I am having an issue with the plugin. It installed fine, the buttons show up fine. The issues:
    1. The buttons don’t show Dugg count.
    2. When I click on options button I get a network error after a long attempt at loading the file.
    3. When I click on “update file” in the Plugin Editor I get a 404 error.
    The issues only occur with this plugin.

  123. 123

    I got the same error of adikt and manu, but on line 1535 of the page gregarious.php.
    resolved adding an interline between the comment and the IF I found on that line.
    now it works perfectly on mine.
    I suppose it’s tha same problem on line 1531. even there the IF is commented.

  124. 124

    I’m having the same problem as Manu and Adickt using WP 2.1 and Redoable 1.1. The PHP version of the server this blog is running on is 4.4.4.

  125. 125

    When activated, pages load very slowly. After the page is loaded, anytime we hover over a link, the link disappears. Entire sidebars can disappear by hovering over them.

  126. 126

    MonkeyBit: The issues occur because of your usage of non-standard custom permalinks (which is pretty cool nonetheless). I may explore this later, but chances are you’ll have to the digg_button() template tag. Just call digg_button('postID='.get_permalink($post->ID)); in your template.

    Manu, Adickt, Vinod, Cody and others: I’ve implemented the solution proposed by Shugotenshi. Since the problem isn’t occurring for me, and I can’t get it to happen even on my local server, I don’t know if it’ll fix it. Do let me know what happens.

    Everyone else, I’m still exploring the plugin to see why your problems are occurring. Please bear with me until I get it worked out.

  127. 127

    Download the (hopefully) bug-free version here.

    No need to upgrade if you’re not experiencing any difficulties.

  128. 128

    Hi,

    Love it !!!

    I don’ quite understand the following;

    at the option page it says;
    “1 posts and pages have been Dugg”

    When I click on this it leads me to what supposedly is being dugg, but then I get this;
    “Sorry! No posts or pages have been Dugg yet.”

    Where did I go wrong ???

    THX

  129. 129

    Sorry,
    Another thing I forgot to mention is that the posts are getting error messages on digg.com saying that someone else have posted them ??? when I try to search there is nothing to be found.
    Anyways they are not being dugg as your pages/posts are.
    THX

  130. 130

    Great plugin!

    I’m running into one issue and can’t seem to figure it out. It’s probably a very easy fix, but how do I move the Share This box from the footer to right under the Share This link?

  131. 131

    Daddo: A blank URL was being passed when the post hadn’t been Dugg. The problem is fixed in build 21.

    Tanner: The Share This form is appended to the footer once, then repositioned using javascript to pop up right under whichever Share This link is clicked.

  132. 132

    The plugin appears to be incompatible with Amazon Affiliate javascript. When both the Amazon js and Gregarious were active, all links would disappear when hovered.

    The Amazon js I’m speaking of if for the Amazon Product Previews. The js provides a flyout Amazon product description when you hover over an image.

    For the time being, we have temporarily removed the Amazon js.

  133. 133

    Buzzdroid, could you send me a copy of the Amazon js code so I can see where the clash occurs?

  134. 134

    For template authors, I’ve started writing some basic documentation. The docs will be expanded to cover the features and usage of the plugin as well as the template tags later on.

  135. 135

    Hi, Nice plugin but it wont quite work for me!

    I’m getting the error message “Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/elivance/public_html/wp-content/plugins/gregarious/gregarious.php on line 1611″ whenever I update the settings.

    Also when users click on a link to my site from Digg the page takes forever to load, but if you copy the link into a new browser window it opens instantly.

    Everything used to work, then I updated both wordpress and Gregarious, now I’m getting errors. Please help!

    Many thanks,
    Oli

  136. 136

    Ok, no idea how but all of a sudden the links from digg work! I’m still getting the error message and there are no social sharing sites on the Share This tab either on my site or in the control panel.

    Cheers again,
    Oli

  137. 137

    Oli: I think it’s something to do with your PHP and/or server setup. You can probably get it if you open gregarious.php and remove the line (around line 690) that says:

         update_option( 'social_sites', sortByField($_REQUEST['social_sites'],'order',1) );

    After deleting that line, just reset your options and everything should hopefully work. The only drawback will be that you’ll no longer be able to re-order your Social Sites from the options page; adding and removing will still work though.

    Hope that works!

  138. 138

    Don’t know if this is just me again but it seems like with the latest release CURL interferes with auto detect. When I jump from the Digg submission page to the post, it hangs forever and never auto-detects the Digg. If I turn CURL off, it works just fine.

  139. 139

    Same thing seems to be happening for me. If it’s reproducible, it can be fixed.

    Although to be honest, I’ve spent so much time on getting the regular expressions perfect that I don’t think there’s much chance of having incorrect URLs detected anyway. CURL can be turned off very safely until and unless it’s ever found that incorrect URLs are being detected and stored.

  140. 140

    Okay, I’ll leave it off for now. Not a big deal. :)

  141. 141

    Not sure if anyone’s pointed this out before (too many comments for me to check through) but I’ve noticed a minor bug:

    If someone posts a link to a page of my site in the comments of another article that has been Dugg, the plugin shows the amount of Diggs that the properly Dugg article.

    See: My site, and the Digg article in question.

    Currently my two-year old article is showing 1,424 Diggs, which is nice, but not really bringing me all that much traffic… :-(

  142. 142

    Hope someone can help me. I’ve been using gregarious and have encountered intermittent problems with digg submissions. Sometimes, it works and sometimes it does not (and now lately it never works). If a user clicks on the digg guy, they usually get this message: “This does not appear to be a properly formed hostname.” Sure enough, the domain name is not getting passed (but the title is getting passed). If a user clicks the Share This link, the article is reproduced as it should and the url is passed properly, but then upon submission, digg complains again: “This doesn’t appear to be a working link - please check the URL and try again.” Finally, I have found at least on instance in which the digg badge goes to the wrong url when clicked! e.g. the digg badge on this page: http://celebritypsychologist.com/?p=9 actually takes you to this page: http://digg.com/programming/upcoming
    Any assistance is appreciated.

  143. 143

    Andy: Edit the post, then delete the custom field called “DiggUrl”. Unfortunately, the process I had written to ensure this doesn’t happen is currently not working (The CURL thing that was being discussed just previously). I am trying to see what Digg.com might have changed and how Gregarious can adapt.

    Randy: Similar thing applies. Edit post, then delete the custom field “DiggUrl”.

    I’m rewriting the whole detection system to work with the new Digg API, so hopefully everything will work better then.

  144. 144

    Randy: You’d probably need to upgrade to build 21. It was an un-announced update, but did fix the blank URL issues.

  145. 145

    Thanks Ankur:
    I installed 2.0rc1 and digg happily took the submission. Funny thing though, I went to update another site using gregarious 1.6 — and it too had returned to normal and was functioning fine without the update. The two sites share an IP, but no WP code. Maybe something on the Digg side or perhaps something on my server caused the bug?

  146. 146

    Thanks Ankur - I’ll give that a go.

  147. 147

    I am using the “Redoable” theme. I installed Gregarious, and it runs fine on the home page. However, when I go to the “single post” or permalink page, Gregarious will insert two “digg this” buttons, one in the top right, and one at the bottom left.

    I only want the one in the bottom left to appear, but even when I turn all the options off, the one in the top right will still be there. How can I remove this.

    You can see an example of what I am talking about here: http://gamenation.neareverything.com/?p=66

    Thanks!

  148. 148

    Ahren, the Redoable theme calls the Digg button function in single_post.php. You can just remove the following PHP code from it:

    <?php if(function_exists('show_digg_button') or function_exists('digg_button')) { echo '<div class="diggButton">'; } ?>
                <?php if(function_exists('show_digg_button')) { show_digg_button(); }
                else if(function_exists('digg_button')) { digg_button(); } ?>
            <?php if(function_exists('show_digg_button') or function_exists('digg_button')) { echo '</div>'; } ?>

    The above code is found in the entry-content div in single_post.php (and also in single_post_alt.php if you’re using it).

  149. 149

    @Ankur

    Thank you for the response. However, when I remove the code that you tell me to, it takes out both of the Digg buttons. I would still like to keep the one in the bottom left. (I would like to get rid of the one in the top right)

    Thanks!

  150. 150

    To keep the Digg button that is appended to your post content, make sure you’ve turned on PostBadge in your Gregarious options page, and that the &lt%DIGG_BUTTON%> tag is present in your PostBadge code.

    (btw, I’m only seeing one Digg button on your site… the one after the content.)

  151. 151

    @Ankur

    Ah, yes! Thank you for the help! It worked this time! :)

  152. 152

    Great!

  153. 153

    At first I was having the same problem as the first post. Once the plugin was installed my whole page stopped working. I had to ftp to my server and delete the plugin files since I couldn’t just deactivate it. I read the INSTALL.txt and found that I hadn’t changed the permissions on akst.css and akst.js. Once I changed the permissions to 777 I had no problems with the plugin at all.

    Thanks for the awesome plugin! Keep up the good work.

  154. 154

    Thanks, Nick. I’m glad the problem is sorted out. I think it’s more likely that it was caused by the files not being FTPed properly the first time round as Gregarious runs even with akst.css and akst.js not CHMODed to 777. At least its working now.

  155. 155

    Thanks for a great plugin. I like the way the bookmarking sites popup in a separate window when you click the ‘Share This’ link. Nice and tidy. Good job!

  156. 156

    Thanks Dean!

  157. 157

    Hey Ankur, great plugin! I just upgraded from v1.5.something to the current release, and i’m getting that dreaded error stating:

    Parse error: syntax error, unexpected T_ELSE in /home/downpou/public_html/wpblog/wp-content/plugins/gregarious/gregarious.php on line 1546

    It pops up when I go to activate it, although it does show up in the Plugins list just fine. I have a good handful of plugins, none of which have changed since I had a pretty much working 1.5.x install of Gregarious. Here’s the list:

    Audio player 1.0.1
    Adhesive 3.2
    Akismet 1.14
    AdSense Earnings Reports 1.0
    Bunny's Technorati Tags 0.5
    ClustrMap for WordPress 0.2 Adds ClustrMap code into the page. By Lou Wheeler (custom by me).
    EzStatic 3.1.1
    Link Harvest 1.0
    MightyAdsense 2.1
    Recent Links 2.01
    SH-Autolink 0.94b
    StatCounter for WordPress 1.01
    Subscribe me 2.6
    Text Control 2.0b1
    WP Flickr Post Bar 0.5
    Sidebar Widgets 1.0
    Wordpress Theme Manager 0.1
    WPvideo 1.10
    Semiologic Subscribe Me Widget 1.0 Adds a sidebar widget to add Subscribe Me! links. By Lou Wheeler (written by me)
    Google Search widget 1.0
    Google Adsense widget 1.0
    ClustrMap 1.0 Adds a sidebar widget to let users add their ClustrMap into their sidebar. By Lou Wheeler (written by me)
    RecentLinks Widget 1.0 Adds a sidebar widget to make your RecentLinks sidebar modular. By Lou Wheeler (written by me)

    I doubt that’ll help, but it’s worth a shot. If there’s a fix, or a bug, I’d love to know about it. :D