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
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.

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

1258 Comments so far
Leave a commentPages: « 1 … 31 32 33 34 35 [36] 37 38 39 40 41 … 42 » Show All
It’s probably my fault for trying to use this while on 2.3, but I just can’t get rid of the plugin. Check out my page http://www.birthpangs.com in both mozilla firefox and Internet explorer. The ’share this’ feature shows up at the bottom. First I tried turning every thing off. Then I tried deleting the plugin and reinstalling. Then I tried purging the database. No matter what I do, the ’share this’ information (least, I think that’s what it is, but given its persistent appearance, I’m open for other ideas) continues to show. If it weren’t causing such big problems on IE I’d let it go. Thoughts, ideas? Btw, at this point the plugin is deleted, every reference to it in the database has been purged… and yet it shows… somehow.
published by AR on October 16, 2007 4:23 am | Permalink
To remove the question mark from underneath the Digg Button icon, open the digg-button.php file and look for the “What’s this link?” and comment out the following:
// What’s this link?
// if($result)
// $result .= ”
//
// [?]
// “;
if($echo) echo $result; else return $result;
}
proclaimed by NosferatusCoffin on October 16, 2007 5:44 am | Permalink
Ar,
The plugin should be compatible with 2.3
It is the “Share This” dialog, but it’s definitely not from Gregarious. If you look at the source, it has an ID of “wpsc_akst_form” and it also uses jQuery (the Gregarious version is self-contained). Does “wpsc” ring any bells? It could be another plugin with similar functionality.
recorded by Ankur on October 16, 2007 7:32 am | Permalink
Andy,
That’ll be something to do with the location of the
<?php wp_footer() ?>call in your template.CSS
font-size: 90%or similardivulged by Ankur on October 16, 2007 7:35 am | Permalink
Hi, thanks Ankur. It didn’t occur to me that some other plugin might be using the share this feature. I almost feel bad for purging gregarious, now.
It was the wp e-commerce plugin, and over there they are talking about it as being some library conflict. So, I apologize for not blaming the right plugin.
recorded by AR on October 16, 2007 8:15 am | Permalink
Thanks Ankur -
The thing is - I’ve already placed the call on the very top of the footer… so what else can I do here?
expressed by andy on October 17, 2007 3:55 am | Permalink
Hey Ankur -
Just as an fyi - here’s the footer code:
< !– Begin #footer –>
< ?php wp_footer(); ?>
< div id=”footer”>
< /div>
< !– End #footer –>
< /div>
< /body>
< /html>
< !– End #footer –>
< p>< /p>
< p>
< /p>
expressed by andy on October 17, 2007 7:48 am | Permalink
I’m having the same issue with the Share It pop up showing miles away from the actual link. I noticed it works ok in themes that already have the callin, but it won’t work properly when you manually put it in the footer.
Yeh, location ‘could’ be the problem, but I have tried it in numerous different locations and it still doesn’t call the box to display under the Share It link.
It’s unfortunate because it means most of the time if someone clicks on the shareit button, they wont see the pop up.
Gregarious is a great plugin by the way and thanks for making it available and the support you continue to offer us.
recorded by Nicky on October 18, 2007 11:02 pm | Permalink
Hi, I’ve been using this for a while, but for some reason on one of my articles, I have the diggs for someone elses article shown.
Is this a known issue?
disclosed by Sarah on October 20, 2007 5:23 am | Permalink
Andy, try the wp_footer call inside the div#footer?
Nicky, it’s certainly a problem; theme designers should be using wp_footer() in their themes. You could disable the popup so the user is taken to the separate “Share This” page.
Sarah, this is probably caused by a little flaw in the Digg API (which has since been fixed). To fix this issue, you can edit the post, scroll down and find the “Custom Fields” section, then edit the “DiggData” field to contain the correct URLs.
mentioned by Ankur on October 20, 2007 11:33 am | Permalink
FYI: wpsc_akst is relative to the eCommerce Lite or eCommerce Gold shopping cart plug-in from Instinct.
Another reason I uninstalled that plug-in and went with another solution…
revealed by Daniel on October 21, 2007 6:49 am | Permalink
Hi Ankur -
I changed it so that it looks like this, but it still doesn’t work. Any more ideas? The other thing is that each time that I update the footer, for some reason the first click on “share this” always goes to that separate “share this” page… any idea as to why that is so?
Lastly - like Nicky said, thank you for a great plugin!
< !– Begin #footer –>
< div id=”footer”>
< ?php wp_footer(); ?>
content copyright 2007 by metrosnapshot. all rights reserved.
< /div>
< !– End #footer –>
< /div>
< /body>
< /html>
voiced by Andy on October 22, 2007 9:10 am | Permalink
Although successfully installed on this site (sans feedflare) when I installed it on this site and activated feedflare, it broke. Seems there’s a bug in feed-flare.php
It tells me the error is on line 104. Even after re-installation, it remains broke.
Alas. Let me know when you debug this one because I like it on my other site.
announced by Seravi on October 25, 2007 3:24 am | Permalink
Seravi, there doesn’t seem to be anything wrong near line 104. Are you sure it’s in feed-flare.php?
Andy, I think it’s to do with your CSS - if it was the positioning of the wp_footer it would be way off, if it was a javascript error it wouldn’t run at all. Use something like CSSEdit (Mac) or Xray (web-based) to check what’s going on.
declared by Ankur on October 25, 2007 4:38 pm | Permalink
Hi, I have Gregarious (Build 61) installed on WPMU (1.2.5).
Everything works fine, except I cannot add another site to the Share This module. Firefox is silent but doesn’t do anything after the two pop-ups that ask for the name and the URL. IE throws a bunch of errors.
Could I perhaps hard-code the Slashdot link? I tried adding it to share-this.php but that doesn’t seem to help.
Thanks!
uttered by RollingR on October 27, 2007 12:56 am | Permalink
hello,
I have not checked your site for quite a while now, and was looking if my version was still uptodate. I am currently using: Version: 2.0 RC 1 is this the latest RC? do you have a link for a mroe recent version?
posted by ovidiu on October 27, 2007 10:03 pm | Permalink
Rollngr, if you edit share-this.php, you’ll need to reset the plugin for the changes to take effect.
Ovidiu, the latest version is always available from here.
proclaimed by Ankur on October 28, 2007 2:19 pm | Permalink
thank you ankur!
posted by andy on October 28, 2007 2:38 pm | Permalink
Hi Ankur, I have a simple question about the position of the badge. By Default it seems to be below the post. I was wondering if I was to place the module code above the post to make it appear on above it.
Any suggestions? & Thank you for your time.
spoken by Kmurray on October 31, 2007 9:12 am | Permalink
KMurray, add the tag
%CONTENT%to the end of your PostBadge code in the Gregarious options page.proclaimed by Ankur on October 31, 2007 12:23 pm | Permalink
I love the idea. Gotta use this. Thanks for the effort.
expressed by DavidTan on November 1, 2007 12:33 am | Permalink
can I somehow get the latest 2.0 RC? I was playing around with it in conjunction with wpmu, thats why I used the 2.0 RC1.
expressed by ovidiu on November 1, 2007 4:10 pm | Permalink
spoken by Ankur on November 1, 2007 5:46 pm | Permalink
ok, I will jsut take your word for it, although it says 1.9.10c and mine says 2.0 RC1
spoken by ovidiu on November 1, 2007 5:54 pm | Permalink
http://blog.bluefrogx.com/2007/11/02/blocking-firefox-or-internet-explorer/
As mentioned in the above URL, I have a problem using gregarious, as you can see in the above page, share this is not appearing properly. Hope you can gimme a hand as its driving me nuts
declared by bluefrogx on November 4, 2007 6:58 am | Permalink
Excellent plugin. Makes submitting my articles and sharing them with friends so much faster.
reported by Turnip on November 4, 2007 11:12 pm | Permalink
Pages: « 1 … 31 32 33 34 35 [36] 37 38 39 40 41 … 42 » Show All
Leave a comment