Custom Social Share Buttons

Been looking around for these paths all over and figured I would help anyone else who are in need!

You can use any icon (inside an 'a tag') using these service url path's as the href to share your pages content to any of these social media platforms.

Some of these paths have been changed to only use the "[URL]", grabbing the META information from that url.  So to customize the post you need to customize the metta information of whatever URL you are posting.

Replace the [TITLE] and [URL] with real information in your browser to test what you get.

PHP $_SERVER Return Value Examples

I found that the PHP $_SERVER variable examples on the main PHP.net site (while informative) is far from easy to read and quick examples of return values were practically non-existant.

So, for my own reference (and anyone else who could use this) here are some $_SERVER return value examples.