Tagged: x
-
AuthorPosts
-
August 11, 2016 at 5:25 pm #1127810
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.August 11, 2016 at 5:28 pm #1127817This reply has been marked as private.August 11, 2016 at 11:00 pm #1128282Hi 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!
August 12, 2016 at 11:18 am #1128899Yes 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.August 12, 2016 at 5:34 pm #1129285Hi there,
The following resource may help you (https://cre8tivediva.com/pinterest-api-method-not-found-fix/).
Thanks!
-
AuthorPosts