Family Encyclopedia >> Electronics

How to Add Facebook Author Tags to WordPress: Step-by-Step Guide Using Yoast or Code

Have you seen Facebook displaying author profiles alongside shared links? A recent user inquiry highlighted this feature, prompting us to share how to implement it on your WordPress site. With Facebook's massive audience, showcasing your author tag is a key part of any effective social media strategy. As experienced WordPress professionals, we'll walk you through adding the Facebook author meta tag effortlessly.

How to Add Facebook Author Tags to WordPress: Step-by-Step Guide Using Yoast or Code

How the Facebook Author Tag Works

Once implemented, the tag displays your name with a direct link to your Facebook profile whenever your content is shared on the platform.

This boosts personal branding for solo bloggers and multi-author sites alike, driving more traffic to your profile.

We'll cover two reliable methods: using a plugin or custom code. Both ensure seamless integration without compromising your site's performance.

Video Walkthrough

Subscribe to WPBeginner for more expert tutorials. If you prefer reading, scroll down for detailed steps.

Method 1: Using Yoast SEO Plugin (Recommended)

Yoast SEO, a trusted tool used by millions of sites, natively supports Facebook's Open Graph metadata.

Head to SEO » Social in your WordPress dashboard. Ensure Add Open Graph metadata is checked.

How to Add Facebook Author Tags to WordPress: Step-by-Step Guide Using Yoast or Code

Next, go to Users » Profile, paste your Facebook profile URL, and save changes.

How to Add Facebook Author Tags to WordPress: Step-by-Step Guide Using Yoast or Code

Yoast will now auto-insert the author and publisher tags on new posts. It also lets you customize Facebook titles, descriptions, and thumbnails for optimal sharing.

Method 2: Adding Facebook Author Tags Manually with Code

For plugin-free setups, add this code to your theme's <head> section:

<meta property="article:publisher" content="https://www.facebook.com/yourpage" />
<meta property="article:author" content="https://www.facebook.com/yourprofile" />

Replace the URLs with your Facebook page and profile links. Avoid editing theme files directly? Use our free Insert Headers and Footers plugin.

This approach has powered author tags on high-traffic sites we've optimized for years.

We hope this guide helps you enhance your WordPress site's Facebook presence. For more, check our beginner's guide to adding Twitter Cards in WordPress.

Struggling with incorrect thumbnails? Learn how to fix Facebook thumbnail issues.

Subscribe to our YouTube channel for video tutorials. Follow us on Twitter and Facebook for the latest WordPress tips.