Hey everyone, I've seen it before but I'm still wondering how its done. People post in their blog and at the bottom of the post there are buttons for Digg, de.licio.us, Stumble Upon, and others. How would I go about getting these to appear on my blog? Is it a simple plug-in or is it more complicated?
I used Feedburner FeedFlare. Just signup for FeedBurner and you can get the social bookmarking plug-ins on both your feed and your site, pretty slick.
A very simple plugin like socialise can take care of all ur need in wordpress..Try findind it or else i shall send the link...right now i dont have that link otherwise would have posted But if u cant find then PM me..
Gregarious is awesome. Socializer as well. Remember to NoFollow the social buttons when you set them up .
what plugin you recomend! thanks. and yes social bookmark sites are differnet from those chicklets that feed burner provides. there is a limit to the number of pings that you can send also! but then feedburner is still the best for these things
I recommend the ADD This! Just google it and you will know how to apply it from there site. ITs the best according to me.
There is a Plugin Called Sociable and SocializeiT , you can use any of these plugins for that purpose I use Sociable though
This is how you convert a normal link to no follow link normal link with anchor text <a href="http://www.example.com/">example text</a> no follow link with anchor text <a href="http://www.example.com/" rel="nofollow">example text</a>
just follow these step from this site EG: to add Digg social bookmark @ all u r post Login to blogger with your ID After entering the dashboard page , click Layout Then click edit HTML tab. Please mark the little box beside Expand Widget Templates. Wait for a moment. Go to your template code, and find the code like this : <p><dataost.body/></p> Delete the code above and alter with following code : <p> <!-- DIGG --> <div style='float:right; margin-left:10px;'> <script type='text/javascript'> digg_url = '<dataost.url/>'; </script> <script src='http://digg.com/tools/diggthis.js' type='text/javascript'/> </div> <dataost.body/> </p> # Click Save Template button. Done. Now digg button was added to your post.