Hashtag Instagram - AngularJS

Size
2,027 Kb
Views
50,600

How do I make an hashtag instagram - angularjs?

Buscar fotos, imagens, posts, no instagram por hashtag.. What is a hashtag instagram - angularjs? How do you make a hashtag instagram - angularjs? This script and codes were developed by Emerson Thompson on 11 August 2022, Thursday.

Hashtag Instagram - AngularJS Previews

Hashtag Instagram - AngularJS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Hashtag Instagram - AngularJS</title> <link rel='stylesheet prefetch' href='http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>
</head>
<body> <div ng-app="InstaApp"> <div ng-controller="InstaCtrl"> <div ng-repeat="item in imgs"> <a href="{{item.link}}" target="_blank"> <img ng-src="{{item.images.low_resolution.url}}" title="{{item.caption.text}}"> </a> </div> </div>
</div> <script src='http://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Hashtag Instagram - AngularJS - Script Codes JS Codes

var App = angular.module('InstaApp', [])
.factory('instagram', ['$http', function($http) { return { fetchInsta: function(callback) { var accessToken = "16384709.6ac06b4.49b97800d7fd4ac799a2c889f50f2587"; var hashtag = "basquetecearense"; var url = "https://api.instagram.com/v1/tags/"+hashtag+"/media/recent?client_id="+accessToken+"&access_token="+accessToken+"&callback=JSON_CALLBACK"; $http.jsonp(url).success(function(response) { callback(response.data); }); } } }
])
.controller("InstaCtrl", function($scope, instagram) { $scope.imgs = []; instagram.fetchInsta(function(data) { for(var i=0; i < 10; i++) { $scope.imgs.push(data[i]) ; } });
});
Hashtag Instagram - AngularJS - Script Codes
Hashtag Instagram - AngularJS - Script Codes
Home Page Home
Developer Emerson Thompson
Username thompsonemerson
Uploaded August 11, 2022
Rating 3
Size 2,027 Kb
Views 50,600
Do you need developer help for Hashtag Instagram - AngularJS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Emerson Thompson (thompsonemerson) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!