Tagged: x
-
AuthorPosts
-
June 28, 2016 at 7:39 am #1063124
[email protected]ParticipantHow do I add this meta tag to my site: <meta property=”fb:pages” content=”155245528011443″ />
June 28, 2016 at 8:10 am #1063157
ChristopherModeratorHi there,
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Please add following code in child theme’s functions.php file :
add_action('wp_head', function(){?> <!--- YOURE META HERE -START --> <!--- YOURE META HERE -END --> <?php });Hope it helps.
June 28, 2016 at 8:17 am #1063166
Paul RModeratorHi,
To add it, you can add the code below in your child theme’s functions.php file located at wp-content/themes/x-child/functions.php
add_action('wp_head', 'add_my_meta'); function add_my_meta(){ ?> <meta property="fb:pages" content="155245528011443" /> <?php }Hope that helps
June 28, 2016 at 10:31 am #1063391
[email protected]ParticipantDoesn’t seem to be working.Look at what I want to achieve here: http://www.lukepeerfly.com/create-instant-articles
June 28, 2016 at 10:32 am #1063395
[email protected]ParticipantThe Facebook Instant article.. Looking for way to claim my site on the settings
June 28, 2016 at 10:52 am #1063436
ThaiModeratorHi There,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
June 28, 2016 at 10:54 am #1063441
[email protected]ParticipantThis reply has been marked as private.June 28, 2016 at 11:34 am #1063523
JadeModeratorHi there,
I checked the page of your site and there is a meta tag added in the pages which is:
<meta property="fb:app_id" content="684634611587520">But I am not sure if that’s the code you are trying to add. I tried to login into the admin section to check further but the details provided seems to be incorrect.
Kindly double check.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1063124 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
