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 ↑

1258 Comments so far

Leave a comment

Pages: « 131 32 33 34 35 [36] 37 38 39 40 4142 » Show All

  1. 1049

    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.

  2. 1050

    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;
    }

  3. 1051

    Ar,

    It’s probably my fault for trying to use this while on 2.3, but I just can’t get rid of the plugin.

    The plugin should be compatible with 2.3

    No matter what I do, the ’share this’ information continues to show.

    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.

  4. 1052

    Andy,

    the ajax window seems to be so far from the actual “share this” button… how would i fix that?

    That’ll be something to do with the location of the <?php wp_footer() ?> call in your template.

    i am also trying to see if i can take down the “share this” font a notch.

    CSS font-size: 90% or similar :)

  5. 1053

    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.

  6. 1054

    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?

  7. 1055

    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>

  8. 1056

    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.

  9. 1057

    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?

  10. 1058

    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.

  11. 1059

    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…

  12. 1060

    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>

  13. 1061

    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.

  14. 1062

    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.

  15. 1063

    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!

  16. 1064

    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?

  17. 1065

    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.

  18. 1066

    thank you ankur!

  19. 1067

    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.

  20. 1068

    KMurray, add the tag %CONTENT% to the end of your PostBadge code in the Gregarious options page.

  21. 1069

    I love the idea. Gotta use this. Thanks for the effort.

  22. 1070

    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.

  23. 1071

    Ovidiu, the latest version is always available from here.

    ;)

  24. 1072

    ok, I will jsut take your word for it, although it says 1.9.10c and mine says 2.0 RC1 ;-)

  25. 1073

    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 :(

  26. 1074

    Excellent plugin. Makes submitting my articles and sharing them with friends so much faster.

Pages: « 131 32 33 34 35 [36] 37 38 39 40 4142 » Show All

RSS feed for comments on this post.

Leave a comment

Comments may be edited for formatting.