Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1127810

    nbrammei
    Participant

    Hello – I am having trouble confirming my website with Pinterest. I have added the following code to my Child Theme function.php file:

    /*pinterest verify code*/
    function my_custom_head_output() {
      ?>
        <meta name="p:domain_verify" content="12c7df1453269288d901fa205840f522"/>
      <?php
    }
    
    add_action( 'wp_head', 'my_custom_head_output', 99999 );

    I’ve also attached a screenshot of my ftp. But I’m still not able to confirm the website with Pinterest. It says that “API method not found”. Any help would be greatly appreciated.
    Thank you for your time.

    #1127817

    nbrammei
    Participant
    This reply has been marked as private.
    #1128282

    Friech
    Moderator

    Hi There,

    Thanks for writing in! You did correctly add your verification code on the head of your site document. Have you done the step 3 on this guide?

    Hope it helps, Cheers!

    #1128899

    nbrammei
    Participant

    Yes sir. When I click “Finish”, I continue to get the “API method not found” error message. At this point, I’m not sure what it could be…
    I’ve even tried a Header/Footer WP plugin.

    #1129285

    Darshana
    Moderator

    Hi there,

    The following resource may help you (https://cre8tivediva.com/pinterest-api-method-not-found-fix/).

    Thanks!