Popup every time the page loads
By default, the like box widget only shows up the first time the user visits your page. If you would like the facebook box to popup every time the page loads, then remove this line of code:
1
$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });
Display only when user visits your homepage
You can do this by surrounding the widget code with these conditional tags below. Go to Template > Edit HTML. Now search for the tag. Place the facebook popup widget right above this body tag. Make sure to include the conditional tags below.
1
<b:if cond='data:page.type == "index"'>REPLACE-WITH-FACEBOOK WIDGET-CODE-HERE &l