Dashboard
PHP:
8.3.33
OS:
Linux
User:
itapet76
/
/
home2
/
itapet76
/
public_html
/
gumm
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <style> .instagram_feed { overflow:hidden; } #jsonHere { max-height: 60vh; overflow: auto; } </style> <div id="instagram-feed1" class="instagram_feed"></div> <script src="jquery.instagramFeed.min.js"></script> <script> (function($){ $(window).on('load', function(){ $.instagramFeed({ 'username': 'gumm.oficial', 'container': "#instagram-feed1", 'display_profile': false, 'display_biography': false, 'display_gallery': true, 'callback': null, 'styling': true, 'items': 1, 'items_per_row': 1, 'margin': 0 }); $.instagramFeed({ 'username': 'gumm.oficial', 'container': "#instagram-feed2", 'display_profile': false, 'display_biography': false, 'display_gallery': true, 'callback': null, 'styling': true, 'items': 8, 'items_per_row': 4, 'margin': 1 }); $.instagramFeed({ 'username': 'gumm.oficial', 'container': "#instagram-feed3", 'display_profile': false, 'display_biography': false, 'display_gallery': true, 'callback': null, 'styling': true, 'items': 12, 'items_per_row': 6, 'margin': 0.25 }); $.instagramFeed({ 'username': 'gumm.oficial', 'container': "#instagram-feed5", 'display_profile': false, 'display_biography': false, 'display_gallery': false, 'display_igtv': true, 'callback': null, 'styling': true, 'items': 8, 'items_per_row': 4, 'margin': 1 }); // Show back to top button if distance from top > 0 $(window).scroll(function(){ var viewportTop = $(window).scrollTop() + $(window).height(); if($(window).scrollTop() > 10){ $('#btn-top').addClass('d-block'); $('#btn-top').removeClass('d-none'); }else{ $('#btn-top').addClass('d-none'); $('#btn-top').removeClass('d-block'); } }); }); })(jQuery); </script> </body> </html>
Save
Cancel