Skip to content

Instantly share code, notes, and snippets.

View silasakk's full-sized avatar

Silasak Lawong silasakk

View GitHub Profile
<style>
@media screen and (max-width: 1024px){
#menurep {
display: none !important;
}
#test {
display: block !important;
margin-top: 20px;
}
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
// Get the PHP helper library from twilio.com/docs/php/install
require __DIR__ . '/vendor/twilio/sdk/Twilio/autoload.php';
use Twilio\Rest\Client;
$accountSid = 'AC174ce13c0b06e8a3af759e237815df32';
$authToken = 'a40335f2e396ac521ff666bb45418564';
$twilioNumber = '+16698001433';
use MetzWeb\Instagram\Instagram;
$instagram = new Instagram(array(
'apiKey' => 'YOUR_APP_KEY',
'apiSecret' => 'YOUR_APP_SECRET',
'apiCallback' => 'YOUR_APP_CALLBACK'
));
echo "<a href='{$instagram->getLoginUrl()}'>Login with Instagram</a>";