Activity Feed, Face pile, Like
Step 1: Add Facebook og Metadata to blog template
- Metadata code to copy if you do not have a FB AppID
<
! —[ Facebook meta tag] — >
<meta expr : content=’data: blog. pageTitle ‘ property=’og : title’/>
<meta expr : content=’data: blog. url’ property=’og : url’/>
<meta content=’en_US’ property=’og : locale’/>
<meta content=’shipmethis’ property=’og : site_name’/>
<meta content=’https://www.facebook.com/shipmethis’ property=’fb : admins ‘/>
<meta content=’article’ property=’og : type’/>
Where to Paste the Copied Code
- Metadata code to copy if you have a FB AppID
![]() |
Find Facebook app ID easily |
Metadata code to copy
<
! —[ Facebook meta tag] — >
<meta expr : content=’data: blog. pageTitle ‘ property=’og : title’/>
<meta expr : content=’data: blog. url’ property=’og : url’/>
<meta content=’en_US’ property=’og : locale’/>
<meta content=’shipmethis’ property=’og : site_name’/>
<meta content=’https://www.facebook.com/shipmethis’ property=’fb : admins ‘/>
<meta content=’article’ property=’og : type’/>
<meta content=’AppId ‘ property=’fb : app_id’/>
Where to Paste the Copied Code
Step 2: Verify the Meta Tags Added in the Blogger Template
You have added the meta tags to blogger template. These meta tags has to verified by Facebook. If there is any mistakes happened while adding meta tags, a parsing error will be shown and page will not be crawled by Facebook bots .
To verify added metatags , Go to Facebook DebuggerPaste any post URL in the boxSelect Fetch New Scrap InformationAll the meta tags will appear here.Check for any parsing error.
You have added the meta tags to blogger template. These meta tags
Step 3: Add Facebook JavaScript SDK ToBlog-spot Blog
You have to add this JavaScript code to your blogger template only once and can add any social plugin after that.
Facebook Modified JavaScript 2.9 – No App ID – Code to copy
<
div id=’fb -root’/>
<script >
/* <![CDATA[ */
(function ( d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];if (d. getElementById ( id)) return;
js = d.createElement(s); js.id = id;js . src = “//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9”;fjs . parentNode . insertBefore ( js ,fjs );} (document , ‘script’, ‘jssdk ‘));
/* ]]> */
</script >
Where to Paste the Copied Code
Facebook Modified Script 2.9 – Have an App ID – Code to copy
<script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=630535786999761"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>
Where to Paste the Copied Code
Paste the script after the </body> tag and before the </html> tag.
If you are getting any kind of errors, kindly look into“Solved: Face Book Page Plugin entity “version” must end with the ‘;’ delimiter error”.