File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
<meta property =" og:image" content =" <%= url('/logo.png') %>" />
24
24
<meta property =" og:site_name" content =" <%= app.name %>" />
25
25
<meta property =" og:description" content =" My first app" />
26
- <meta property =" fb:app_id" content =" <%= app.id %>" />
26
+ <meta property =" fb:app_id" content =" <%= req.facebook.plate.app_id %>" />
27
27
28
28
<script type =" text/javascript" src =" /scripts/jquery.min.js" ></script >
29
29
96
96
<script type =" text/javascript" >
97
97
window .fbAsyncInit = function () {
98
98
FB .init ({
99
- appId : ' <%= app.id %>' , // App ID
99
+ appId : ' <%= req.facebook.plate.app_id %>' , // App ID
100
100
channelUrl : ' <%= url_no_scheme(' / channel .html ' ) %>' , // Channel File
101
101
status : true , // check login status
102
102
cookie : true , // enable cookies to allow the server to access the session
You can’t perform that action at this time.
0 commit comments