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.

1254 Comments so far
Leave a commentPages: « 1 … 30 31 32 33 34 [35] 36 37 38 39 40 … 42 » Show All
Just found something on this. I went and deactivated “Get Recent Comments” pluggin and then reactivated, and it seemed to kick start the additional Facebook link I had.
Not sure what’s the deal, some kind of caching issue, but seems to be working now. Thought I’d share.
Great pluggin btw, love it.
proclaimed by Web Marketing Consultant on October 1, 2007 4:14 pm | Permalink
This plugin is fantastic! Great work buddy.
revealed by Mike on October 4, 2007 4:08 pm | Permalink
First of all awesome plugin.
As mentioned in readme and this page, i am unable to get a popup for the share this and digg this links.
Checked for the footer and headed, both funtions have been called. Could you tell me wht could be wrong ?
written by Alfred on October 4, 2007 9:14 pm | Permalink
I am trying to display this plugin float top right aligned in the post itself just like the parent site 200Blogs. Instead of the standard position being at the bottom of the post. Has anybody got any ideas or a solution? I will continue to work with this problem on my site abseiling.200blogs.co.uk until I get it working!
stated by TheDonSansone on October 4, 2007 10:13 pm | Permalink
Still am not figuring out why your gregarious is not working…
The Share This does not popup in Firefox (but does seem to work in IE)
The Digg badge does not seem to update with any diggs, and onc eI submit it via the digg badge, it’s no where to be found on digg
Reddit badge button doesn’t show up at all…
I’m lost dude…
Checked my header and footer
And the header has:
mentioned by todd on October 5, 2007 5:07 am | Permalink
If I wanted to wrap the whole digg code (including the `share this`) for a post inside an extra DIV tag so that I can use extra styling / positioning. What line of which scripts do I need to add an opening DIV tag and which line of which script do I need to add the closing DIV tag?
recorded by TheDonSansone on October 8, 2007 6:52 am | Permalink
For people not getting the “Share This” popup, check that you don’t have any javascript errors on your site.
You don’t actually have to edit any PHP script as such - this functionality is built-in to the plugin. Simply go to the Gregarious options page, then in the PostBadge options, find the PostBadge code. There, you add whatever HTML you like.
posted by Ankur on October 8, 2007 7:50 am | Permalink
Thanks Ankur,
Really appreciated.
Please can you take a look at my site page - I added in the DIV class { float: right; } so that the PostBadge options is now:
It moved it to the right hand side but still appends to the end of the post - How do I get the Dig to appear at the top of the post ?
posted by TheDonSansone on October 8, 2007 9:05 am | Permalink
Add the
%CONTENT%tag to the end of the PostBadge code to make the Digg button appear at the top of the post.published by Ankur on October 8, 2007 1:59 pm | Permalink
Superb Ankur !
Thank you very much - it turned out a lot easier to place your plugin where I wanted it than I thought. Cheers
stated by TheDonSansone on October 8, 2007 5:32 pm | Permalink
Hello. this is a great plugin and thank you. i’m having some problems though, i apologize if i repeat questions already asked, perhaps you could help me:
I don’t see any icons, at all, just the text. Neither the share this icon, nor any of the other bookmarking sites icons when i click the text and the popup menu appears. i tried at least four different themes, the problem persists.
thanks,
elijah
determined by elijah on October 10, 2007 12:56 am | Permalink
Elijah, make sure to
chmod 0777for akst.css and akst.js in modules/share-this/, then go to the options page and hit save.stated by Ankur on October 10, 2007 1:22 pm | Permalink
Ok,it helped! thank you so much!
voiced by elijah on October 10, 2007 8:16 pm | Permalink
Could somebody help? I have two sites, one the main domain, and the other an add-on domain. The main domain is still running WordPress 2.1, and the ‘Share This’ plugin works fine. The add-on domain is running WordPress 2.3 and the e-mail function of ‘Share This’ doesn’t work. It seems as if everythings works fine, but the e-mail never arrives in the inbox. I have noticed the same thing when trying out ‘Share This’ on a few other sites. Could the fact that the second site is an add-on domain be the cause of the problem? If so, any suggestions on how to solve the problem? If you could have a look at ideologie.biz where it is working, and the WP 2.3 test site where I’m trying to resolve the issue at 33suid.com
expressed by mc on October 11, 2007 6:40 pm | Permalink
Hi
I have installed your great plugin on WP2.3 and it works great. I am however having problems placing the diggit button in the right place. I can get it below the post and if front of the post, but cannot get it to float to the right of the content as Ive seen.
Could you tell me how to do this as the ‘Im Diggin it’ section on this page please.
declared by Totally on October 11, 2007 9:40 pm | Permalink
TOTALLY - The PostBadge code in your Gregarious settings needs to have a DIV tag either end of whatever you have in there. Mine looks like this….
%DIGG%
%SHARE%
%CONTENT%
and then add a class called .right into your CSS style sheet with just
{ float: right; }This will have your tag looking just like the ‘Im Diggin it’ section on this page.
proclaimed by TheDonSansone on October 11, 2007 11:57 pm | Permalink
Ooops TOTALLY - this page screwed up my coding. I’ll try again….
<
div class=’right’>
<
div
class=’diggWrap’>%DIGG%</div>%SHARE%<
/div>%CONTENT%Maybe it shows properly now !
professed by TheDonSansone on October 12, 2007 12:01 am | Permalink
Stupid silly form !!
Will the administrator of this blog give a sample list of acceptable tags in the COMMENT are of this widget?
At least then, some of us might be able to be more specific in helping folk with their problems!
I learnt how to get around problems using this very page and would love to help others.
uttered by TheDonSansone on October 12, 2007 12:07 am | Permalink
TOTALLY - If you can read html code - go to my website and view the source code of a page with the ‘Share This’ tag - you will be able to see the class=’right’ surrounding the script. If you look at the top of the source page and put the CSS URL in a browser - you will also be able to find the coding for the .right class which creates the float:right making the text of the post flow around the tag. Sorry I didnt manage to give it you directly in this page.
announced by TheDonSansone on October 12, 2007 12:14 am | Permalink
Is this what Gregarious is supposed to look like? How can I get the other buttons to display?
reasonded by Caroline on October 12, 2007 1:04 am | Permalink
http://www.beavercreekcondominiums.com/wordpress
recorded by Caroline on October 12, 2007 1:06 am | Permalink
Actually almost all tags are accepted. The way you were using the HTML caused the error as
codeis an inline tag - what you posted would break on *all* wordpress blogs.You can use the following shortcuts for posting code if you’re not going to encode entities in your code:
`code`)spoken by Ankur on October 12, 2007 4:57 pm | Permalink
Caroline, that looks like it’s working. You can get other buttons to display by activating the relevant modules then adding the tags to the PostBadge code ( a list of available tags will show up ).
published by Ankur on October 12, 2007 5:03 pm | Permalink
Hi TheDonSansone
Followed your html and added the float right to my css and it works great!
Thanks for helping me out, btw how do you get the date to appear like a calendar?
published by Totally on October 12, 2007 7:45 pm | Permalink
I understand the self-marketing thing, but I really don’t want to include the ugly question mark that takes me over to this site.
Is there a way to take it off?
Thanks.
voiced by Seravi on October 13, 2007 1:49 pm | Permalink
Well, how truly odd. Right after I added that comment, I returned to my site to futz and suddenly the question mark isn’t there. Am I going crazy?
divulged by Seravi on October 13, 2007 1:55 pm | Permalink
Hi TOTALLY, not sure where you mean about the date appearing like a calendar! I have looked at http://200blogs.co.uk to see if it was in there that you were looking! but I don’t think so. The only calendar style date I know is at http://www.joomlart.com/templates_demo.php?template=ja_teline
stated by TheDonSansone on October 14, 2007 12:50 am | Permalink
I’ve just looked at Caroline’s Beaver Creek site that she links to, and that has a nifty little calendar style date !
stated by TheDonSansone on October 14, 2007 1:27 am | Permalink
Hello.
I just wanted to say that i’m giving up trying to make this work on my blog. It works fine in another blog that i’m admin, but no luck in my own xD
Already tried this:
Disable all plugins
Changed to default theme
checked for and
changed back and forth the id=”post-” tag
tried Share This, Compartelo!, and your plugin. None worked.
Story of my life. Everything works for other people but when i try to use for myself it gets fucked xDD jaja.
The Share This link takes me to a separate page no matter what i do. :/
Thanks anyway. This plugin works like wonder on my fathers blog.
Silla!
///////////////////////////////////
EDIT: Damn it! It Worked! xDDD
My Solution:
It somehow stupid, but this setting was disabled “Use javascript dialog” xDD I Wonder when it would work with this shut down? xDDD
And Also, if you use WP-CACHE, enable it, flush the cached files, disable it and then check again your blog….
Damn it again!.. xDDDD Im Happy as hell xDD
Greetings From Chile
uttered by Scyfox on October 14, 2007 4:02 am | Permalink
Pages: « 1 … 30 31 32 33 34 [35] 36 37 38 39 40 … 42 » Show All
Leave a comment