I want to add social share buttons to my posts, but I don’t want to put all that big bulk of code into all my content files. I want...
Is there a way to force a social sharing plugin to use the shortlink each of my WP posts automatically gets (YOURLS service in my case) to pass to...
So I’ve spent most of my morning working on my website’s customized social share buttons. Reading out Twitter and Facebook shares were no problem, but Google Plus is a...
I’m pulling the individual share counts for the social media I’ve mentioned using the following code snippet in my theme’s function.php: $facebook_like_share_count = function ( $url ) { $api...
Is there a way I can not show something to mobile users? I have a floating social bar on my responsive theme, but it get in the middle of...
Currently, my homepage contains a few of the latest posts. Therefore, when the homepage is shared via social media (i.e. Facebook), the thumbnail image which is displayed comes from...
I would like to know if it’s a good practice to use transient api to cache social counters for every post. Loading post pages get quite slow while processing...