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 ↑

1229 Comments so far

Leave a comment

Pages: « 130 31 32 33 34 [35] 36 37 38 39 4041 » Show All

  1. 1020

    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

        <p>is run on <a href="http://wordpress.org/" rel="nofollow">WordPress</a> and simian bondage
        &lt;a href=""&gt;Entries (RSS)&lt;/a&gt; and &lt;a href=""&gt;Comments (RSS)&lt;/a&gt;&lt;/p&gt;
        &lt;!--  queries.  seconds. --&gt;</p>
    

    And the header has:

  2. 1021

    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?

  3. 1022

    For people not getting the “Share This” popup, check that you don’t have any javascript errors on your site.

    I am trying to display this plugin float top right aligned…
    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?

    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.

  4. 1023

    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:

    %DIGG%
    %SHARE%
    

    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 ?

  5. 1024

    Add the %CONTENT% tag to the end of the PostBadge code to make the Digg button appear at the top of the post.

  6. 1025

    Superb Ankur !
    Thank you very much - it turned out a lot easier to place your plugin where I wanted it than I thought. Cheers ;-)

  7. 1026

    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

  8. 1027

    Elijah, make sure to chmod 0777 for akst.css and akst.js in modules/share-this/, then go to the options page and hit save.

  9. 1028

    Ok,it helped! thank you so much!

  10. 1029

    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

  11. 1030

    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.

  12. 1031

    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.

  13. 1032

    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 !

  14. 1033

    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.

  15. 1034

    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.

  16. 1035

    Is this what Gregarious is supposed to look like? How can I get the other buttons to display?

  17. 1036

    http://www.beavercreekcondominiums.com/wordpress

  18. 1037

    Stupid silly form !!
    Will the administrator of this blog give a sample list of acceptable tags in the COMMENT are of this widget?

    Actually almost all tags are accepted. The way you were using the HTML caused the error as code is 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:

    • Inline code wrapped in backticks (`code`)
    • Code blocks indented by four spaces or one tab.
  19. 1038

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

  20. 1039

    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?

  21. 1040

    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.

  22. 1041

    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?

  23. 1042

    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

  24. 1043

    I’ve just looked at Caroline’s Beaver Creek site that she links to, and that has a nifty little calendar style date !

  25. 1044

    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

  26. 1045

    Hi -

    I’ve been trying to get the digg badge and the “share this” aligned right with suggestions from TheDonSansone, but I just can’t seem to get it to work. There is already a class .right like this

    .right {
    float: right;
    padding-top: 0px;
    padding-right: 10px;
    }

    so what can i do here?

    i’ve already tried the postbadge like this

    <div class='right'>
    %DIGG%
    %SHARE%
    %CONTENT%
    

    it just doesn’t seem to work. thanks in advance!

  27. 1046

    Glad it’s working, Scyfox :)

    You’ve got the .right css rule, Andy. Try wrapping the %DIGG% and %SHARE% tags in separate divs.

    Seravi, you can search for and remove the [?] from modules/digg-button/digg-button.php.

  28. 1047

    Andy - I got my Digg/Share tag working by using the DIV’s like the following (remember extra DIV tags need the closing DIV too):
    <div class='right'><div class='diggWrap'>%DIGG%</div>
    %SHARE%</div>
    %CONTENT%

    So the opening DIV is our float fight div, and the diggWrap div is nested inside our float right div and our closing float right div is closed after the SHARE tag - This works a treat!

  29. 1048

    THANK YOU both! It works now! here’s the next question: now the ajax window seems to be so far from the actual “share this” button… how would i fix that? i am also trying to see if i can take down the “share this” font a notch. ideas? thanks again for your help!

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

Pages: « 130 31 32 33 34 [35] 36 37 38 39 4041 » Show All

RSS feed for comments on this post.

Leave a comment

Comments may be edited for formatting.