Add counter to social icons (eg. Facebook, Twiitter, Google plus, StumbleUpon ) $20

Discussion in 'Programming' started by webandinkmedia, Apr 14, 2012.

  1. #1
    I need someone to modify my code to add a counter on my buttons. This will be integrated on my wordpress so it also need to retain it's wordpress tags to fetch Wordpress stuff.

    The counter should more or less look like this.. vphwz7.png

    So the guy needs to be good at:

    1. Wordpress
    2. Social Media APIs
    3. PHP & HTML


    Existing Code:
    
    <!-- 
    Facebook
    /////////////////
    -->	
    	<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
    
    	<a href="http://www.facebook.com/sharer.php?u=<?php echo urlencode(get_permalink()); ?>&t=<?php echo urlencode(get_the_title()); ?>"  name="fb_share" type="box_count" target="_blank" id="facebook">
    	Share
    </a>
    
    
    <!-- 
    Twitter
    /////////////////
    -->	
    
    <a href="http://twitter.com/share?url=<?php echo urlencode(get_permalink()); ?>&text=<?php echo urlencode(get_the_title()); ?>" class="twitter-share-button" id='twitter' target="_blank">
    	Tweet
    </a>
    
    
    <!-- 
    Google Plus
    /////////////////
    -->	
    
    <a href="https://m.google.com/app/plus/x/?v=compose&content=<?php echo urlencode(get_permalink()) . " " . urlencode(get_the_title()); ?>" id='gplus' target="_blank">
    	Google Plus
    </a>
    
    
    <!-- 
    Stumble Upon
    /////////////////
    -->	
    
    <a href="http://www.stumbleupon.com/submit?url=<?php echo urlencode(get_permalink()); ?>" target="_blank" id='stumble'>
    	Stumble
    </a>
    
    
    Code (markup):
    Please contact me if you had reviewed the code and you think you can implement it. Thank You!
     
    webandinkmedia, Apr 14, 2012 IP
  2. webandinkmedia

    webandinkmedia Active Member

    Messages:
    501
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Sorry, I posted on a wrong section. I need this be moved on "Business > Buy, Sell or Trade > Services > Programming". I'll be moving this thread to "Buy, Sell or Trade > Services > Programming". So for the Moderator kindly close this thread or help me move this post there. Apologies for the inconvenience.
     
    webandinkmedia, Apr 14, 2012 IP