Viewing 15 replies - 1 through 15 (of 16 total)
  • Would like to know too. I want to disable digg digg in certain pages but there is no options to do so.

    Yeah, no kidding. How do I EXCLUDE the damn DIGG DIGG bar from showing up on certain pages?

    Developers, think about this for a second and understand why this feature is so important…

    Say you have a private digital download page that customers reach after check-out.

    Do you really want the DIGG DIGG bar showing up for people to share that page all over the internet?

    Pretty common sense stuff.

    I suggest adding functionality to exclude pages based on their page ID. User enters page ID’s to exclude and the plugin performs an

    if(is_page(123)) {don’t show} else {show}

    Guys, this is essential. With Digg Digg prior to you taking it over we were able to drop code into the page to disable it on that page. We NEED this. Especially for us Internet marketers that are trying to build lists offering premium content. We don’t want that shared.

    My wish: Allow us to change the specific URL that’s being shared on that page. What I mean is if you’re on a success page to download premium content, allow us to put in a custom URL to the landing page where the lead capture form was (the page prior to this one). That way we can still allow people to share it, only it’s sharing the landing page not the success page.

    We do this now, but we have to hard code in the sharing button to do it and it doesn’t look pretty.

    Please, please, please add this feature. Would be a life saver.

    A possible work around is to use a plugin called ‘Plugin Organizer’.

    This allows you to disable a plugin site-wide and then activate it again on individual posts and pages.

    It’s a convoluted way of achieving what you need I agree, but at least it gives the desired end result: digg digg on some pages and not others.

    http://wordpress.org/extend/plugins/plugin-organizer/

    Hope this helps!
    Glen

    All –

    Looking through the code, this feature already exists but is not documented anywhere so beware: it could go away with a future update. That said, it’s really easy to use. Just insert this HTML comment into your page/post content:

    <!– Digg Digg Disabled –>

    It worked just fine for me.

    db

    Plugin Author Andrew Yates

    (@andy7629)

    This is now documented within the FAQ. Thanks for posting that solution Dave.

    @socialrich – I’m surprised you see the bar quickly. From what I see in the code, it should never show in the first place.

    BTW, I can’t find the thread but someone asked somewhere about how to adjust the vertical position of the bar on certain pages. I have a patch that does this via custom fields so you can control it per post. Let me know if interested.

    db

    @daveburns – I’m interested in controling the horizontal and vertical position in certain pages (I’m using woocommerce and the bar conflicts with the sidebar of my template), Is there a way to do that?

    DaveBurns

    (@daveburns)

    @neocorps – I have my code modified here to allow optionally overriding the default vertical positioning. I didn’t need horizontal control but it should be easy enough using the same approach. The way I did it to minimize effort was to use the existing Custom Fields mechanism – I did not create a pretty UI. I have it so that you can specify one or both of

    dd_override_start_anchor_id
    and
    dd_override_top_offset

    The first lets you override the HTML element used to align the bar vertically. The second lets you override the offset to the anchor position. You can use both at once too.

    I’m not sure the best way to share my changes with people other than through the officially requested way of forking the GitHub repo. I’ll try to get to that later this week. Other suggestions welcome.

    db

    neocorps

    (@neocorps)

    @daveburns – Thanks for the reply. Could you post an example of what you did with the dd_override_start_anchor_id ?

    I could probably modify WooCommerce product page to display it correctly.

    DaveBurns

    (@daveburns)

    @neocorps – Not quite sure what you’re asking. The dd_override_start_anchor_id is a mechanism I added in the code. Once that was added, I go to edit that page, scroll down to Custom Fields and add dd_override_start_anchor_id as a field name. Then as a value, I give the ID of the HTML element I want it to align to. In my case, “header-container” but yours will surely be different.

    Does that make sense? Seems to me that you’d need the actual code changes to make use of this. Unless you’re a coder as well and are going to dive in.

    [Might make sense to move this to a new thread, btw.]

    neocorps

    (@neocorps)

    @daveburns – Yes I will need the code of the mechanism. I’m not a very proficient in codig haha.

    I will not be using Custom Fields cause I know exactly what pages I need this to work differently, so I just need the code to override the start anchor id and the top offset inside the template.

    Check my Website http://4dageek.com/tienda/ and click on a product, you will see my problem.

    DaveBurns

    (@daveburns)

    I see your problem. If you’re not interested in my code changes themselves, you’ll want to look at two files in the plugin:

    wp-content/plugins/digg-digg/digg-digg.php around line 342
    and
    wp-content/plugins/digg-digg/js/diggdigg-floating-bar.js around line 8 and 15.

    Good luck.

    neocorps

    (@neocorps)

    Alright, I’ll give them a look, thanks!

    DaveBurns

    (@daveburns)

    FWIW, I have just sent a pull request to the digg-digg authors with code that lets you control the vertical positioning of the floating bar on individual pages. Maybe they will include it in a future version.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[Plugin: Digg Digg] Disable Digg-Digg on Three Pages’ is closed to new replies.