First thing first. Social sharing buttons shouldn’t slow down your site’s loading time. There are number of WordPress Plugins out there & those may not have the best way to load different JavaScripts for social sharing buttons and it may slow down your site page speed.
Slow site load time isn’t just a bad behavior for users but it also affects your Google Site Ranking
and SERP
(Search Engine Result Page) listing.
Let’s take a look what all JavaScripts your top 6 social sharing buttons loads on your blog.
Twitter: https://platform.twitter.com/widgets.js Facebook: https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3 Google+: https://apis.google.com/js/platform.js BufferApp: https://d389zggrogs7qo.cloudfront.net/js/button.js Pinterest: https://assets.pinterest.com/js/pinit.js Linkedin: https://platform.linkedin.com/in.js
There is no point you have to add all of above Java Scripts and that’s the reason I’ve created Social Sharing Button without any Plugin and any Script Loading. Please follow all steps mentioned in that tutorial to implement fastest loading Social Sharing buttons code for Website.
On Crunchify, we are showing 6 social sharing buttons.
- What if if you want to add more social sharing buttons?
- Share Link Generator: Facebook, Twitter, Google Plus, LinkedIn
- How to Create Social Sharing Links in Under 5 Minutes
- Tools – Social Media Share Link Generator for Facebook, Twitter
- List all Social Share URLs
- How to share links on social media: URL optimization
- Share Code Generator Links
- How do you create a social share link?
If you have any of above questions then you are at right place.
Here is a handy list for all social sharing buttons:
WhatsApp Share Button:
Sharing link on WhatsApp from mobile website and from Desktop site. WhatsApp Sharing Button Generator using api.whatsapp.com
official new API documentation.
WhatsApp social share URL:
https://api.whatsapp.com/send?text=[post-title] [post-url]
- You will be redirected to page which shows you details about Post
- Click on Send
- You will be redirected to web version of WhatsApp –
web.whatsapp.com (if on Desktop)
- Choose contacts or groups in next screen
- Click Send
Facebook:
Facebook social share URL:
https://www.facebook.com/sharer.php?u=[post-url]
Twitter:
Twitter social share URL:
https://twitter.com/share?url=[post-url]&text=[post-title]&via=[via]&hashtags=[hashtags]
Google+:
Google+ social share URL:
https://plus.google.com/share?url=[post-url]
Pinterest:
Pinterest social share URL:
https://pinterest.com/pin/create/bookmarklet/?media=[post-img]&url=[post-url]&is_video=[is_video]&description=[post-title]
LinkedIn:
LinkedIn social share URL:
https://www.linkedin.com/shareArticle?url=[post-url]&title=[post-title]
Buffer:
Buffer social share URL:
https://bufferapp.com/add?text=[post-title]&url=[post-url]
Tumblr:
Tumblr social share URL:
https://www.tumblr.com/share/link?url=[post-url]&name=[post-title]&description=[post-desc]
Reddit:
Reddit social share URL:
https://reddit.com/submit?url=[post-url]&title=[post-title]
StumbleUpon:
StumbleUpon social share URL:
https://www.stumbleupon.com/submit?url=[post-url]&title=[post-title]
Delicious:
Delicious social share URL:
https://delicious.com/save?v=5&provider=[provider]&noui&jump=close&url=[post-url]&title=[post-title]
Evernote:
Evernote social share URL:
https://www.evernote.com/clip.action?url=[post-url]&title=[post-title]
Email:
Email social share URL:
$email = 'mailto:?subject=' . $[post-title] . '&body=Check out this site: '. $[post-url] .'" title="Share by Email';
WordPress:
WordPress social share URL:
https://wordpress.com/press-this.php?u=[post-url]&t=[post-title]&s=[post-desc]&i=[post-img]
Pocket:
Pocket social share URL:
https://getpocket.com/save?url=[post-url]&title=[post-title]
Here is argument details:
Argument |
Details |
[post-url] | The url for your blog post |
[post-img] | The image/thumbnail for your blog post |
[post-title] | The blog post title of the url you want to share |
[post-desc] | A longer description of the blog post content you are sharing |
[post-app_id] | The App ID |
[via] | optional Twitter username of content author (don’t include “@”) |
[hashtags] | optional Hashtags appended onto the tweet (comma separated. don’t include “#”) |
[provider] | Company who is sharing the url |
[is_video] | If the content is a video or not |
I hope you finds all above URLs handy for your social sharing buttons. We usually check the validity of this URL every 6 months. Keep visit again if anything changes.