File tree 2 files changed +11
-13
lines changed
2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ Initialize the social-feed plugin:
42
42
$('.social-feed-container').socialfeed({
43
43
// FACEBOOK
44
44
facebook:{
45
- accounts:['@teslamotors','#teslamotors'],
46
- limit:2,
47
- access_token:'YOUR_FACEBOOK_ACCESS_TOKEN' // APP_ID|APP_SECRET
45
+ accounts: ['@teslamotors','#teslamotors'],
46
+ limit: 2,
47
+ access_token: 'YOUR_FACEBOOK_ACCESS_TOKEN' // APP_ID|APP_SECRET
48
48
},
49
49
// TWITTER
50
50
twitter:{
@@ -55,21 +55,21 @@ Initialize the social-feed plugin:
55
55
},
56
56
// VK
57
57
vk:{
58
- accounts:['@125936523','#teslamotors'],
59
- limit:2,
60
- source:'all'
58
+ accounts: ['@125936523','#teslamotors'],
59
+ limit: 2,
60
+ source: 'all'
61
61
},
62
62
// GOOGLEPLUS
63
63
google:{
64
- access_token: 'YOUR_GOOGLE_PLUS_ACCESS_TOKEN',
65
64
accounts: ['#teslamotors'],
66
- limit: 2
65
+ limit: 2,
66
+ access_token: 'YOUR_GOOGLE_PLUS_ACCESS_TOKEN'
67
67
},
68
68
// INSTAGRAM
69
69
instagram:{
70
- accounts:['@teslamotors','#teslamotors'],
71
- client_id:'YOUR_INSTAGRAM_CLIENT_ID' ,
72
- limit:2
70
+ accounts: ['@teslamotors','#teslamotors'],
71
+ limit:2 ,
72
+ client_id: 'YOUR_INSTAGRAM_CLIENT_ID'
73
73
},
74
74
// BLOGSPOT
75
75
/*blogspot:{
Original file line number Diff line number Diff line change @@ -384,7 +384,6 @@ if (typeof Object.create !== 'function') {
384
384
Utility . request ( url , Feed . instagram . utility . getImages ) ;
385
385
break ;
386
386
default :
387
- var a = 1 ;
388
387
}
389
388
} ,
390
389
utility : {
@@ -522,7 +521,6 @@ if (typeof Object.create !== 'function') {
522
521
request ( url , getPosts ) ;
523
522
break ;
524
523
default :
525
- var a = 1 ;
526
524
}
527
525
} ,
528
526
utility : {
You can’t perform that action at this time.
0 commit comments