How do I create the following on my site/article? "Bookmark with: Delicious Digg reddit Facebook StumbleUpon What are these?" In action example http://news.bbc.co.uk/1/hi/england/somerset/7165114.stm Thanks in advance
It's all in the StyleSheets. The link to the website that you stated, if you look at the source of the box, it says: <div id="socialBookMarks" class="sharesb"> HTML: Or <li class="delicious"> HTML: If you look in any of the StyleSheets, (not sure which), than the layout settings should be there. You can make one yourself by looking at the coding etc. In the stylesheets just search: delicious HTML: Or socialBookMarks HTML: Or sharesb HTML: Regards, -Hammad-
Thanks Hammad, however I couldn't find anything when I looked at w3's stylesheets, who do you recommend?
here is one way to do it, but you need to have PHP on your server. http://www.exploding-boy.com/2006/01/09/add-links-for-delicious-digg-and-more-to-blog-posts/ I also came across this site that will do it all for you http://www.addthis.com/
www.addthis.com, as mention by willhaynes, is a great site to use. They automatically create a button with your choice of over 40 websites.