what is the code for the typical social media buttons one sees everywhere
(I mean so users can share a page from my website on FB, Twitter, G+, Pint., etc…)
I have never done this… I don’t have a clue…
would appreciate some enlightenment…
thank you very much…
PS: my website is done the traditional way – no WP, no or other blog system… my own hand-coding… thanks…
Many of the popular social site’s have pre-built buttons and plugins that support that type of functionality out of box. You can also create those type of buttons very easily as well with html/css and some icons with the links or api’s needed for the required functionality.
Do check out the article that @bluedreamer linked.
I use social buttons and they are a real drag on page speed with their bloated scripts.
Something I need to remedy, so I’m looking into that now.
here are instructions on this page for FB share funcionality:
How to Add Facebook Anchor Text Share Links
To create your own Facebook share links, replace the orange highlighted URL below with the URL of the content you want to promote. Then link the full URL to the anchor text you want to appear in your content.
You could try it without and see if it works.
Though it should not be too much trouble to encode.
If it’s a static HTML page, you can use a tool like this.
I have implemented this on a site where I use PHP to add the link to the generic page template.