1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Shoemoney tip for Digg

Discussion in 'Social Networks' started by BurgerKing, Apr 9, 2007.

  1. #1
    I was listening to RushHour a few days ago, and they were talking to ShoeMoney on getting the most out of Social Media. One of the hints that ShoeMoney gave was that members of digg are turned off by sites that have prominent ‘Digg This’ buttons.

    So here is some quick & easy code that hides the ‘Digg This’ button if the visitor is from Digg.

    Change this:
    <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
    Code (markup):
    (This is the code used to display the standard Digg button)

    To this:
    <script type="text/javascript">
    if (document.referrer.replace(’www.’,”).toLowerCase().substring(0,15)!=’http://digg.com’)
    document.write(’\<script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”\>\</script\>’);
    </script>
    Code (markup):
    Happy Digging!


    This code has been reprinted from my blog http://gathadams.com
     
    BurgerKing, Apr 9, 2007 IP
  2. rcj662

    rcj662 Guest

    Messages:
    4,403
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nice tip. I let them rate site on digg and do not use digg buttons.
     
    rcj662, Apr 9, 2007 IP
  3. EGS

    EGS Notable Member

    Messages:
    6,078
    Likes Received:
    438
    Best Answers:
    0
    Trophy Points:
    290
    #3
    If you're not using the Digg button, then what are you using? Are you making users vote without knowing?
     
    EGS, Apr 9, 2007 IP
  4. BurgerKing

    BurgerKing Active Member

    Messages:
    397
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    58
    #4
    EGS - the visitors from digg vote on the digg.com site. Other visitors see the button.
     
    BurgerKing, Apr 9, 2007 IP