Tagged: Analytics, social share buttons
Hi there,
Just a general question (from one of my clients) I could nowhere find any information about:
When you use the social share buttons in your blog messages (or anywhere else), is it possible to see or find out how many people shared you message and who?
If not in Enfold, can you suggest a plugin that does deliver this information?
Thanks & regards,
Monique
Hi Monique!
That would depend on the service. Facebook has a “like” box for example which counts how many people have pressed it.
Cheers!
Elliott
Hi Elliott,
Ok, that’s clear. My clients also works with Pinterest and they wrote that we should add some code to the <head> section of the website, that is:
<meta name="p:domain_verify" content="33d2f1d6d186ab5816773743d57c4936"/>
I’d like to avoid as much as possible changing the core files if it is not really necessary, as it is a lot of work to update these changed files each time you have to update the theme…
Cheers!
Monique
Hey!
Please add following code to Functions.php file of your child theme in Appearance > Editor
function add_custom_code(){
?>
<meta name="p:domain_verify" content="33d2f1d6d186ab5816773743d57c4936"/>
<?php
}
add_action('wp_head', 'add_custom_code');
Cheers!
Yigit
Hi guys,
I used Yigit’s solution and informed the client. No reply on this by her so far.
Anyway she just informed me she is going to stop her business, so can you please flag this topic as solved?
Thanks & regards,
Monique