如何使用Facebook上作者标签
九月 24, 2015 | 由 安德烈Vahl | 4 评论">4 评论
你想,以确保任何时候有人分享你在Facebook上的文章,你的网页或档案链接到文章?
Facebook的作者标签是伟大的方式来增加您的网页或您的个人资料之后,如果你经常写博客. 你可以看到,当你有作者的标签启用, 这是从您的博客共享的任何文章中的链接,你的Facebook页面或您的个人资料自动拉 (您可以指定) 沿着与制品.
如果有作者的标签设置为您的个人资料, 当有人在鼠标你的名字后内, 他们可以 请您在Facebook 从后右. 如果您有它设置链接到你的Facebook页面, 有人能像你的页面.
有两种方法可以做到建立Facebook的作者标签 (又名著作权) 我同时显示的方式在这个快速的视频.
Hot Tip – How to Set Up Author Tags in FacebookWould you like to make sure that any time someone shares your article on Facebook that your Page or Profile is linked to that article? This is a GREAT way to grow your Page or your Following if you are blogging. Author tags can help you accomplish this goal. There are two ways to do it and I show both ways in this quick video. If you have the Yoast SEO WordPress plugin (free), you can do it in 3 easy steps (covered in the video) Access the Yoast plugin here: https://yoast.com/wordpress/plugins/seo/If you need to do it manually, you can add these lines of code into your website either in the Header area or on individual articles (make sure you add your exact profile or Page links in replacement)<meta property=”article:author” content=”https://www.facebook.com/yourprofilename” /><meta property=”article:publisher” content=”https://www.facebook.com/yourpagename” />Hope this was helpful and as always, share this video if you think someone else will find it useful! – Andrea
Posted by Social Media Examiner on Tuesday, July 28, 2015
Setting up Author Tags with the Yoast WordPress Plugin
If you have the Yoast SEO WordPress plugin, you can do it in 3 easy steps.
1. Go to the SEO Plugin menu in WordPress and select Social. Then select Facebook from the tabs area. Check the box labeled Add Open Graph meta data
2. In the Users section of WordPress, make sure each author on your blog has the Facebook link they want associated with their name in their profile
3. If the User is linking to their personal profile, make sure they have the Follow button enabled in Facebook.
Go to the drop down menu in the upper right corner and select Settings, then navigate to Follower settings and make sure it’s set to Everybody. Remember you can always control your privacy on Facebook.
Setting Up Facebook Author Tags with Code
If you need to set up Author Tags manually or you aren’t able to use the Yoast plugin for some reason, you can just add a couple lines of code to your site.
Add these lines of code into your website either in the Header area or on individual articles (make sure you add your exact profile link or Page link)
<meta property=”article:author” content=”https://www.facebook.com/yourprofilename” />
<meta property=”article:publisher” content=”https://www.facebook.com/yourpagename” />
Debugging Author Tags
I found that it took a while for the Author Tags to actually show up on my site properly and it took a bunch of running articles through the Facebook Debugger to see what was going on.
Running an article through the Debugger also helps to get the right image pulled in and other things that can be wrong with an article or link that you are sharing. All you need to do is add the link to the Debugger and select Fetch new scrape information.
Then what happens is you get all the data that Facebook is finding and a preview of how the article will look when it’s shared.
You can then look at how the article displays and see if it’s right. If it’s not right, it can be a process of finding out where the tags are wrong, maybe it’s a different plugin or your theme that is messing with the meta data. Troubleshooting this issue is beyond the scope of this article, but I can highly recommend connecting with Yoast support and they can help if you have the Pro version rather than the free version of the plugin.
Here are some great reference articles that you can use to learn more.
- http://www.thesocialmediahat.com/news/facebook-adds-authorship-bloggers-take-note-06192015
- http://www.wpbeginner.com/wp-tutorials/how-to-add-facebook-author-tag-in-wordpress/
- http://kb.yoast.com/article/266-facebook-author-tags
If you are having issues with getting the tags working properly, I highly recommend reading through the comments in the Social Media Hat article on Author Tags, Mike Allton does a great job answering a variety of questions.