Content/ Site share on Blogger and Tumblr

blogger, php, share, tumblr, wordpress

Solution

Try following and I hope your problem will be solved.

For Tumblr

http://tumblr.com/share?s=&v=3&t=[Share Name Title/PHP ECHO Share Name Title]&u=[URL/PHP ECHO URL]

For Blogger

http://blogger.com/blog-this.g?t=[TEXT]&n=[Share Name Title/PHP ECHO Share Name Title]&u=[URL/PHP ECHO URL]

Problem

Can any body tell me how to share Url or content of a site by PHP on Blogger and Tumblr as how we can share on Facebook with ``` <a href="http://www.facebook.com/sharer.php?u=sitename/pagabc" target="blank"><img src="images/fbshare.png" /></a> ``` or Twitter ``` <a href="http://twitter.com/share?text=TestText&url=sitename/pagabc" target="_blank"><img src="images/twittershare.png" /></a> ```

Original source