Sourabh Dhiman

Sourabh Dhiman

  • NA
  • 323
  • 53.2k

Instagram feed with ifarme

Oct 16 2019 2:01 AM
how to add instagram feed with iframe using jquery with example.
 
$(document).ready(function () {
var userFeed = new Instafeed({
get: 'user',
userId: '8649679544',
clientId: 'a43aad08db3844549d319683a830d061',
//clientId: ' fce5ed8778a444b7ab6e2375c5300224',
accessToken: '8649679544.1677ed0.36aa74e8d30b435a846dbe422b91f3af',
//accessToken: '8649679544.1677ed0.36aa74e8d30b435a846dbe422b91f3af',
resolution: 'standard_resolution',
template: '',
sortBy: 'most-recent',
limit: 1,
links: false
});
userFeed.run();
});
This is my code i will set instagram feed . But i want to set this feed with iframe. 

Answers (1)