Add author name and URL in facebook link sharing

Facebook is the most obvious way to grab more traffic to your blog and it is very important for every webmaster to optimize his website for facebook.
And one of the last Facebook solutions is the ability to show your web page’s meta in facebook using the open-graph including data like author name and even a backlink to the author page.

Open Graph author name

The easiest way is to add a meta tag in your website template’s header. And if your blog is powered by WordPress, you have to add the tag in theme’s header.php before tag.

[php]<meta property="article:author" content="https://www.facebook.com/Username&quot; />[/php]

Replace “Username” with the author Page or Profile vanity URL. And with this one and easy line your blog is now ready to show author name on facebook.

Tip:

Sometimes and even if you make the necessary changes, Facebook fail to show author name, so you have to clear the facebook open-graph’s cache and allow the Facebook robot to fetch your meta for new data:
1- Go to go Facebook Open Graph Object Debugger.
2- Fill in you blog URL and click Fetch new scrape information button.

Open Graph Object Debugger

I hope this article helped you to add the Facebook author name to your blog, but if you still face some issue you can leave a comment here and I will be very happy to help.


You May Also Like

Canva Code 2.0: I Built a One-Page Site in Under a Day

I spent one day testing Canva Code 2.0 to build a real one-page site from a single prompt. Here’s what worked, what broke, and where it fits.

5 Reasons You Need To Hire A Top-Rated Web Development Company For Your Next Web Business Project

Without a doubt, technology is influencing our future. It has already established itself in various areas, making life simpler and more enjoyable in certain respects. Nowadays, along with proper functioning and competent web creation, you need an organized digital marketing strategy that clears the path to success.  It takes a lot of time, effort, and […]

Say NO to Image Theft: What Actually Stops It

One of many things bloggers are afraid from, is that other people can steal images from your website, I have to say that there is no way to prevent it for all, but those ideas will make it more difficult. There are three solutions posted here : one is a PHP code and, second is […]