Vkapi

Developer
Size
2,787 Kb
Views
8,096

How do I make an vkapi?

What is a vkapi? How do you make a vkapi? This script and codes were developed by on 12 January 2023, Thursday.

Vkapi Previews

Vkapi - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>vkapi</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="info"></div>
<div id="pics"></div>
<div id="list"></div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Vkapi - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
body { background: #222; color: #ccc; font-size: 25px; font-family: 'Roboto', sans-serif; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
body img { display: block; float: left;
}
body #info { text-align: center; margin-top: 4vh;
}
body #pics { width: 550px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
body #list { color: #eee;
}

Vkapi - Script Codes JS Codes

$(document).ready(function() { $.ajax({ url: "https://api.vk.com/method/groups.getMembers?group_id=lynxofficial", dataType: "jsonp", success: function(data) { loadPics(data.response.users); $( "#info" ).html("Total followers count: "+data.response.count); } }); loadPics = function(uids){ $.ajax({ url: "https://api.vk.com/method/users.get?user_ids=" + uids.join() + "&fields=photo_50", dataType: "jsonp", success: function(data) { for(var i=0;i<data.response.length;i++){ $( "#pics" ).append("<a href='https://vk.com/id"+data.response[i].uid +"' target='_blank'><img src="+data.response[i].photo_50 +" title='"+data.response[i].first_name+" "+data.response[i].last_name +"'></a>"); } } });}
});
Vkapi - Script Codes
Vkapi - Script Codes
Home Page Home
Developer
Username oneplusuniverse
Uploaded January 12, 2023
Rating 3
Size 2,787 Kb
Views 8,096
Do you need developer help for Vkapi?

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!

(oneplusuniverse) Script Codes
Create amazing sales emails 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!