Skip to content

Commit

Permalink
some typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelk2 committed Oct 3, 2014
1 parent 00883b0 commit 1e7bcbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Initialize the social-feed plugin:
$('.social-feed-container').socialfeed({
// FACEBOOK
facebook:{
accounts:['@teslamotors','#teslamotors'],
limit:2,
access_token:'YOUR_FACEBOOK_ACCESS_TOKEN' // APP_ID|APP_SECRET
accounts: ['@teslamotors','#teslamotors'],
limit: 2,
access_token: 'YOUR_FACEBOOK_ACCESS_TOKEN' // APP_ID|APP_SECRET
},
// TWITTER
twitter:{
Expand All @@ -55,21 +55,21 @@ Initialize the social-feed plugin:
},
// VK
vk:{
accounts:['@125936523','#teslamotors'],
limit:2,
source:'all'
accounts: ['@125936523','#teslamotors'],
limit: 2,
source: 'all'
},
// GOOGLEPLUS
google:{
access_token: 'YOUR_GOOGLE_PLUS_ACCESS_TOKEN',
accounts: ['#teslamotors'],
limit: 2
limit: 2,
access_token: 'YOUR_GOOGLE_PLUS_ACCESS_TOKEN'
},
// INSTAGRAM
instagram:{
accounts:['@teslamotors','#teslamotors'],
client_id:'YOUR_INSTAGRAM_CLIENT_ID',
limit:2
accounts: ['@teslamotors','#teslamotors'],
limit:2,
client_id: 'YOUR_INSTAGRAM_CLIENT_ID'
},
// BLOGSPOT
/*blogspot:{
Expand Down
2 changes: 0 additions & 2 deletions js/jquery.socialfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ if (typeof Object.create !== 'function') {
Utility.request(url, Feed.instagram.utility.getImages);
break;
default:
var a = 1;
}
},
utility: {
Expand Down Expand Up @@ -522,7 +521,6 @@ if (typeof Object.create !== 'function') {
request(url, getPosts);
break;
default:
var a = 1;
}
},
utility: {
Expand Down

0 comments on commit 1e7bcbf

Please sign in to comment.