groups

name language licence
To detect if a plugin is installed... PHP Other
Creating a Multiple Script File JAVA PHP Other
Styling Images in WordPress PHP Other
Displaying Custom Fields PHP Other
Getting Custom Fields PHP Other
PostMeta Functions PHP Other
Add Social Network Links to Any Page Without a Plug-In PHP Other
Blueprint to Wordpress PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Add Social Network Links to Any Page Without a Plug-In

options: view full snippetsend to code collector
Technorati
<a href="http://technorati.com/faves?add=<?php the_permalink();?>">Technorati</a>

Stumble Upon
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>">Stumble it!</a>

Digg
<a href="http://digg.com/submit?phase=2&url= <?php the_permalink();?>&title=<?php the_title();?>">Digg</a>

delicious
<a href="http://del.icio.us/post?v=4&noui&jump=close&url=<?php the_permalink();?>&title=<?php the_title();?>">delicious</a>

Google Bookmarks
<a href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=<?php the_permalink();?>&title=<?php the_title();?>">Google</a>

	
(Continues...)