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.

1229 Comments so far
Leave a commentPages: « 1 … 25 26 27 28 29 [30] 31 32 33 34 35 … 41 » Show All
I am having the same problem as UNREAL, in that when I activate the plug-in, the body of my post disappears.
When I first installed it, the posts didnt disappear, but the links were not showing up correctly. So i played around with the options a little bit, and then the posts just dissappeared. Im not exactly sure what I changed that caused it, but I removed the plug-in reinstalled it, and the posts still disappear whenever I activate the plug-in.
I still havent gotten any of the buttons to work correctly yet.
Please help!
disclosed by Alex on August 8, 2007 5:25 pm | Permalink
If your post content disappears when you activate the plugin, go to Options -> Gregarious -> PostBadge and add the
%CONTENT%tag to the PostBadge code.reasonded by Ankur on August 8, 2007 5:56 pm | Permalink
Ankur, I’ve tried every possible variant of %CONTENT% I could think of, but nothing worked. At the beginning, at the end, <%CONTENT%> , “%CONTENT%”, with <br> after it, nothing. As I wrote, I even changed the source to change the variable to %GREG_CONTENT% and still no effect.
If I write “%CONTENT% foo”, “foo” will get echoed instead of the post body.
voiced by UnreaL on August 8, 2007 7:25 pm | Permalink
After some further investigation, something’s definitely fishy. When I go to gregarious settings, in the PostBadge settings, I have for example “%CONTENT% foo” written in the “PostBadge code” window. I can change it, save it, changes get reflected on the site, but there’s no post body.
When I go to Gregarious “edit database” option, the “append_content” box still has this: “<div class=’diggWrap’>%DIGG%</div>
%SHARE%”. When I try to change this field and click “save option”, nothing happens. Upon reload, the edit database page still has the same original text in the append_content field.
I’ll go and try to snoop around in the database directly…
*EDIT: I found two fields in the database, “append_content” and “greg_append_content”. Manually editing the fields I found out that the one actually displayed is “greg_append_content”, but adding %CONTENT% here still doesn’t do the trick.
published by UnreaL on August 8, 2007 7:32 pm | Permalink
I am having the same problem as everyone else too, the post contents wont show up at all with gregarious installed and activated, and I tried numerous times suing %CONTENT% but still not working
composed by Nick on August 9, 2007 6:34 am | Permalink
I also have this problem on my site. No matter what I do, I don’t get any post content on the homepage of the site. All the other pages are fine. I’ve had to disable this plugin for now.
When I do the edit database trick, it always reverts back to “
%DIGG%
%SHARE%”
proclaimed by Nick on August 9, 2007 6:40 am | Permalink
Hi all.
Really would like to use this plug in as well, but i’m also getting the same problem off the posts disappearing. When i deactivate the plugin the post reappear.
And i don’t have any clue on what to do. If anyone gets a solution, please please share it.
Thanks.
professed by Sibusiso on August 9, 2007 10:20 am | Permalink
If you the post content is not showing, please update to version 1.9.10
A little bug crept in when I fixed the “Share This” link in feed option.
recorded by Ankur on August 9, 2007 4:08 pm | Permalink
And where is 1.9.10? The download on this site (which comes from wordpress) is 1.9.9
stated by Nick on August 9, 2007 5:12 pm | Permalink
Nick, I’ve uploaded it so it should be up when WordPress.org updates it with the new version.
posted by Ankur on August 9, 2007 5:19 pm | Permalink
Very nice
Thanks for good work!
announced by Eric on August 9, 2007 7:51 pm | Permalink
Ok, posts are shown now, but no badges, no matter what settings I set it to
posted by Nick on August 9, 2007 8:06 pm | Permalink
Nick, is the “Append to posts” option on and is there something in the PostBadge code? It’s working fine on my local server.
determined by Ankur on August 9, 2007 8:22 pm | Permalink
Yay the Share this link now shows in the feed and therefore Feedburner email! Thank you for fixin it =)
Still cannot see the the feedburner_url in the Edit Database option in the plugin. Nor does it appear to send emails to me from the frontend of Wordpress when the Share This link is on with the popup.
spoken by Ryan on August 9, 2007 9:35 pm | Permalink
Ryan, there is a FeedBurner URL option under Options -> Gregarious -> FeedFlare. As for the emails, if you submit the form in the Share This dialog, it should get sent. I’m not sure I can do anything about it if it doesn’t work.
uttered by Ankur on August 9, 2007 10:00 pm | Permalink
The “Append to posts” option is on.
divulged by Nick on August 10, 2007 4:45 am | Permalink
The problem was it was picking everything up as undug, even though some of my pages were dug. I had undug stories set to show nothing.
stated by Nick on August 10, 2007 4:50 am | Permalink
Just dowloaded verion 2.0 and my content is not showing up either. Any suggestions?
proclaimed by Fabian on August 10, 2007 8:25 am | Permalink
Which download link is the 1.9.10 working on now because i’ve downloaded the one on wordpress, uploaded it and i’m still getting no post on my blog.
Please specify…
recorded by Sibusiso on August 10, 2007 9:43 am | Permalink
Hi,
How can I make the “email” tab not appear anymore? Basically I don’t want to allow any emails to be sent, I only want the “bookmarking” feature.For now I just removed the submit buttom and the form action, but each time I remove all the code related to email, the javascript stops working and when I click on Share this I get forwarder to a page instead of the nifty popup.
Anyway to get rid of email without any problems?
mentioned by gia on August 10, 2007 10:48 am | Permalink
Sibusiso, the download links point to the same location. I’m using 1.9.10 myself on this site, and it’s working fine.
Fabian, go to the Administration -> Plugins and check that Gregarious is version 1.9.10.
reported by Ankur on August 10, 2007 4:13 pm | Permalink
Yeap is 1.9.10 still does not work, any suggestions?
expressed by Fabian on August 10, 2007 5:19 pm | Permalink
OK, version 1.9.10 works if you turn off the “Append to posts” option under PostBadge and use the
<?php post_badge(); ?>template tag in your theme.I’m still looking to see what’s going wrong.
professed by Ankur on August 10, 2007 6:20 pm | Permalink
Fixed issue: of blank posts in version 1.9.10b
Please update.
It was a silly bug, but my site didn’t go kaput so I didn’t notice.
I am running out of version numbers… this can only mean one thing. Gregarious 2.0 is in the works.
uttered by Ankur on August 10, 2007 6:31 pm | Permalink
This latest version isn’t working for me either. The plugin is activated, and I’ve check the box to show it on posts (as well as put it in the sidebar) - but nothing shows up this time. Strangely enough, if I view my source - it’s all there, all the forms/buttons - but nothing shows up on my page.
written by Jer on August 10, 2007 11:08 pm | Permalink
Hmmmmmm, now it doesn’t work at all for me in the post. Last version worked but still could not send emails from the share popup, neither could someone else on some other computer somewhere else in the world.
Now I see no Share this link on the home page but do see it in the feed.
And while you are at it… =) …can you please add an option to change the text of the share this link in the feed separate from the share this link in the post?
Also would be great if the links had a set colour to grey or something on the popup because the background of the popup is white and when the links are white on the page it just does not look good at all and for some reason the css keeps getting overwritten, I suspect when the share this module is re-enabled in the backend or something saved maybe.
I am aware that you can change the FeedFlare url from the options but I’m saying that I have one in there. However when I go to Edit Database it does not appear in there where it should. That box is just blank.
Lookin forward to 2.0! This things great! Thanks again!
recorded by Ryan on August 11, 2007 4:13 am | Permalink
This ain’t fear for me.
Non of the upgrades seem to work. The version 1.9.10 was not showing my posts but plugin worked, now this version 1.9.10b shows my posts but the plugin does not work.
Its now vice versa.
Any ideas?
uttered by Sibusiso on August 11, 2007 8:56 am | Permalink
Great, every time I fix a bug, another one surfaces. I get the last laugh, though, I’ve finally fixed it.
Version 1.9.10c up now. All previous issues should be fixed.
Ryan, you’re right that CSS gets overwritten. Change the CSS in modules/share-this/inc_admin.php in the
akst_print_css()function.Gia,
Look in the
hybrid_akst_share_form()function in modules/share-this/share-this.php.posted by Ankur on August 11, 2007 10:59 am | Permalink
Pages: « 1 … 25 26 27 28 29 [30] 31 32 33 34 35 … 41 » Show All
Leave a comment