Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #479733
    #479821

    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

    #479826

    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

    • This reply was modified 9 years, 3 months ago by Monique.
    #479843

    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

    #647241

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Social Share buttons – track & trace?’ is closed to new replies.