分享到twitter,facebook,google,yahoo,linkedined,msn

 

1. 分享到twitter的代码

<a href=”http://twitter.com/home?status=<?php the_permalink(); ?> <?php the_title(); ?>” title=”分享到 Twitter” target=”_blank”

rel=”nofollow”>Twitter</a>


2. 分享到Facebook的代码

<a href=”http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>” target=”blank”>Facebook</a>


3.分享到Google的代码

<a href=”http://www.google.com/bookmarks/mark?op=add&bkmk=<?php the_permalink() ?>&title=<?php the_title(); ?>”>Google</a>

4.分享到yahoo
<a href=”http://myweb2.search.yahoo.com/myresults/bookmarklet?u=<?php the_permalink() ?>&t=<?php the_title(); ?>” target=”_blank”>

雅虎</a>


5.分享到linkedin

 <a href=”http://www.linkedin.com/shareArticle?mini=true&url=<?phpthe_permalink(); ?>&title=<?php the_title(); ?

>&source=ADD_YOUR_BLOG_URL_HERE”><img src=”ADD_IMAGE_URL_HERE”></a>

6.分享到msn
window live message
http://profile.live.com/badge/?url=http%3A%2Fwww.contoso.com%2Farticle.htm&title=Article%20ti
tle&description=Article%20description&screenshot=http:%2F%2Fwww.contoso.com%2Fimg%2Fi
mage1.jpg

你可能感兴趣的:(image,Google,Yahoo,url,Facebook,twitter)