Hi,
I want to develop a simple social sharing widget for blog. It is too slow in loading and their tacks add to page load time too much. That’s what I decided to go with an easy widget but without any Java script.
So I now what the problem I am facing is I have developed CSS sprite images but I don’t know what "href" string i should enter for each social media like twitter, Facebook, Google plus, pinterest and Linkedin.
The requirement is, if someone want to share the post to twitter, and when he click on the tweet button, the the URL of page and the title of the post should automatically go to the tweet.
I tried using href="https://facebook.com/share""
but it only gives URL of the source page and not the post title. Same is the case with twitter. When I click on the twitter share button, only blank share popup opens.
Please help me .
Thanks in Advance