I am working on a website that will marketed in China, and I would like to know if there is a method to create "share" buttons for Renren (Similar to Facebook), Weibo (Similar to Twitter) and Baidu Like (Similar to Google's +1) using only HTML.
For example, for Facebook, Twitter and Google's +1 you would use the following:
- http://twitter.com/share?url=http://example.com&text=Description
- http://www.facebook.com/sharer.php?u=http://example.com
- https://plusone.google.com/_/+1/confirm?hl=en&url=http://example.com
I know that Renren uses the following:
However, I would love to know what the HTML only URLs for Weibo and Baidu Like are.
Here is the documentation for the Javascript version of the share buttons if that helps: