This is a discussion on Title and URL in a Hyperlink for Digg and the likes within the Coding Help forums, part of the Webmaster Help category; Hi guys, I would love to have the small logos of Digg, Reddit, del.icio.us etc. on every page of our ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi guys, I would love to have the small logos of Digg, Reddit, del.icio.us etc. on every page of our website with articles. As there are many of these pages, is there a way to do it automatically? Something like: <a href="http://digg.com/remote-submit?phase=2&url=' + document.url + '&title=' + document.title + '" target="_blank">Digg</a>" I am not into web design at all so if you could put a link together for me... And let me know if I can then help you - as a reward - with some marketing advice. Thanks a million! Simona, 3r.ie |
| |||||
| Hi Simona, This widget might be of use to you: Widgetbox › Shout List Icons Widget |
| ||||
| Thank you, Cormac, looks interesting, it will really make the whole thing much easier, however, I still would prefer some automatic code that would embed the title and the url of the current page in the link... Thanks again. Simona |
| |||||
| something like this : WordPress Plugins | alexking.org it's called Share This. That might do the trick for you. EDIT : i see you are not using WordPress. oops
__________________ my sites : irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing Last edited by paul; 12-02-2008 at 04:02 PM. |
| |||||
| You're probably after something like Code: <a href="#" onclick="javascript:window.open('http://digg.com/remote-submit?phase=2&url='+ document.URL + '&title=' + document.title)">Digg</a>
__________________ Forbairt Media | Web Design & Development Galway / Dublin, Ireland - coming soon ... ( vague but descriptive isn't it ) Recent Work: Safari Club African Safari Holidays - Malawi Safaris Other Stuff: FluffyLinkulator Rapid Inclusion Service Tools |
| ||||
| Wow, now you really helped me again. Thanks a million - it works! Well, I did small changes - some space and a few '' - but this is really brilliant! So here is the final code (now working): Code: <a href="#" onclick="javascript:window.open('http://digg.com/remote-submit?phase=2&url=' + document.URL + '&title=' + document.title + '')">Digg</a>
|
| |||||
| no problem ... all part of the service here at IWF |