Memasang Kode Frame with Audio
Login ke akun blog klik tombol blog baru, buat satubuah link baru
kemudian beri nama sesuai fungsi, klik Edit HTML pada link baru tersebut,
hapus semua kode template ganti dengan kode blank template, yang tersedia pada sumber berikut : Get Blank Template. edit background warna sesuai keinginan klik simpan selesai.
Login ke akun blog klik tombol blog baru, buat satubuah link baru
kemudian beri nama sesuai fungsi, klik Edit HTML pada link baru tersebut,
hapus semua kode template ganti dengan kode blank template, yang tersedia pada sumber berikut : Get Blank Template. edit background warna sesuai keinginan klik simpan selesai.
Kemudian klik entri halaman baru HTML pada link
tersebut.
copy kode dibawah ini, pastekan kedalam halaman baru tersebut dan klik simpan selesai
copy kode dibawah ini, pastekan kedalam halaman baru tersebut dan klik simpan selesai
<style class="Mys2010-styles"> body {);color:red;height:100%;overflow:hidden;} body { background: #151515; } header { -o-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; padding: 1px 0; position: fixed; top: 0; width: 100%; text-align: center; text-shadow: 0px 0px #fff; font-size: 8px; background: -moz-linear-gradient(top, #333 0%, rgba(53,02,01,1) 100%); border-bottom: 3px solid #dad; } /* GRADIEND */ .ap { position: fixed; right: 0; bottom: 0; left: 0; height: 60px; margin: auto; font-family: Arial, sans-serif; font-size: 20px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: center; text-shadow: 0px 0px #FFf; font-size: 19px; background: #111; border-top: 2px solid #f0f; z-index: 9999; } h2 { padding: -4px; background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); background: linear-gradient(transparent 10%, #666 50%, transparent 90%); }
#original-link, #load-song, #credits, #tested { position: absolute; font-size: 11px; margin: 20px } #original-link, #load-song div { text-decoration: underline; cursor: pointer } #load-song, #credits { text-align: right; right: 0 } #tested, #credits { bottom: 0 }
body { text-align: center; } .item { list-style-type: none; position: relative; display: inline-block; background-color: black; margin-top: 16px; padding: 2rem; -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 1rem 2rem 0; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 1rem 2rem 0; box-shadow: rgba(0, 0, 0, 0.7) 0 1rem 2rem 0; } .inner { position: relative; padding: 2rem; background-color: white; -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 0 1.5rem 0 inset; -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 0 1.5rem 0 inset; box-shadow: rgba(0, 0, 0, 0.7) 0 0 1.5rem 0 inset; }
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300); @keyframes calling { from { background: rgba(255, 255, 255, 0.1); } to { background: rgba(255, 255, 255, 0.9); } } @keyframes calling2 { to { border-color: red; } } @keyframes declined { to { -webkit-filter: grayscale(0.1) blur(1px) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7)); -moz-filter: grayscale(0.1) blur(1px) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7)); opacity: .5; } } @keyframes go { 0% { opacity: .5; } 95% { transform: scale(0.2); } 100% { opacity: 0; } } * { box-sizing: border-box; } body { background: #B000DA; font-family: "Raleway", sans-serif; } .call { width: 300px; height: 330px; position: absolute; top: 0; left: 0px; right: 97px; bottom: 0; margin: auto; box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1); border-top-left-radius: 10px; border-top-right-radius: 10px; border: #9b00c1; } .call.is-declined { animation: declined .4s forwards, go .3s .8s forwards; } .call.is-declined .circle { background: rgba(255, 255, 255, 0.1); } .call.is-declined .user-photo__wrap, .call.is-declined .circle { animation-play-state: paused; } .call.is-accepted header > h1 { opacity: 0; } .call.is-accepted .circle { opacity: 0; animation-play-state: paused; } .call.is-accepted .user-photo__wrap { border: none; animation-play-state: paused; } .call.is-accepted .user-photo__wrap > img { transform: scale(1.2); } header > h1 { font-size: 1.2em; text-shadow: 0px 1px 1px #444; color: white; font-weight: 100; } header .header-close { position: absolute; right: 10px; top: 15px; opacity: .4; color: #72008e; font-weight: 400; font-size: 1.2em; text-decoration: none; } header .header-close:hover { opacity: 1; } main { height: 470px; width: 400px; border: 31px solid #d528ff; background-image: linear-gradient(#da41ff, #9b00c1); margin-top: -100px; } .user { margin-top: 1px; width: 100%; } .user-photo { width: 200px; height: 200px; padding: 10px; margin: 0 auto; border-radius: 100%; background: #111; box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8), inset 1px 1px 1px rgba(0, 0, 0, 0.3), inset -1px -1px 1px rgba(0, 0, 0, 0.3), inset 2px 2px 1px rgba(0, 0, 0, 0.3), inset 1px 3px 1px rgba(0, 0, 0, 0.3); } .user-photo__wrap { background: #d10eff; width: 100%; height: 100%; border-radius: 100%; border: 9px solid #d10eff; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6); animation: calling2 1.3s linear infinite; } .user-photo__wrap > img { width: 100%; height: 100%; border-radius: inherit; transition: transform .2s; } .user-name { margin: 15px 0; text-align: center; color: aqua; text-shadow: 0px 1px 1px #444; } .status { width: 100px; margin: 0 auto; position: relative; overflow: hidden; color: white; text-align: center; } .status .circle { float: left; margin-right: 12px; width: 10px; height: 10px; border-radius: 100%; background: rgba(255, 255, 255, 0.1); animation: calling 1s backwards infinite; } .status .circle:nth-child(1) { animation-delay: 0.2s; } .status .circle:nth-child(2) { animation-delay: 0.4s; } .status .circle:nth-child(3) { animation-delay: 0.6s; } .status .circle:nth-child(4) { animation-delay: 0.8s; } .status .circle:nth-child(5) { animation-delay: 1s; } .status .circle.last { margin-right: 0; } .buttons { width: 90%; margin: 40px auto; } .buttons .col { width: 50%; float: left; } .buttons .button { margin: 0 auto; width: 80%; display: block; padding: 1px 30px; text-align: center; border-radius: 34px; border-width: 1px; border-style: solid; color: white; text-decoration: none; } .buttons .button.-decline { border-color: #FF0C21; background: rgba(203, 0, 18, 0.14); } .buttons .button.-decline:hover { background: #ff1126; } .buttons .button.-accept { border-color: #69C915; background: rgba(169, 228, 114, 0.12); } .buttons .button.-accept:hover { background: #6bce15; } </style>
<figure class="item"> <div class="inner"> <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizXXTvx7hbtZnkxcwkaWbRmSoSMoLTFyujLDfco6AP3gUMSGn37Ld-PT7mKGFxbNNyng7BEaSCFGrEK5KxYxE95HJu-nTl9zc8lFutROBfbNctWT-fm-MJpJcxxcoRJ_lp_goMomKXXwM/s1600/Metall-mys2010.jpg" name="e902" border="0" width="250" height="370" /></a> </div> <figcaption class="title"> <span style="color: #F00; font-size: 11px;"><b>♣ ORIGINALLY ♣ <b>♣ STAY HERE ♣</b></a> </figure>
<div class='call'> <header> <h1></h1> <a class='header-close js-decline' href='@'> </a> </header> <main> <div class='user'> <div class='user-photo'> <div class='user-photo__wrap'> <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1RGtYiJyxIMjgGbveeE1_jmMO8JcjmVxAr127wtxyPU0pJ5vRwwpTUQ__EfKXNAyFpMcLORCx_Cc6fslU6E2AQnauXBXQIke4OhddioKUGqhhOcLwlQ91cbwZBjMWn48aU9gcdYNE8_c/s1600/kotak-mys2010.jpg'> </div> </div>
<div class='user-name'> <p> <span style="color: #ddd; font-size: 14px;">MYS-2010</p> <p> CIBEBER CIMAHI</p> </div> </div> <div class='status'> <div class='circle'> </div> <div class='circle'> </div> <div class='circle'> </div> <div class='circle'> </div> <div class='circle last'> </div> </div> <div class='buttons'> <div class='col'> <a class='button -decline js-decline' href='#'> Decline </a> </div> <div class='col'> <a class='button -accept js-accept' href='#'> Accept </a> </div> </div> </main> </div>
<header> <div class="Top Title Header"> <div align="center"> <h2> <a href="http://Your Link" title="Tukar Gambar"><span style="color: #fff; font-size: 11px;"><b>EXCHANGE PICTURES</b></h2> </a> </div> </header> <div class="ap" id="ap"> <body translate="no" ><div align="center" style="margin-top: 17px"> <audio id="mys2010" src="https://sites.google.com/site/usesitesto/file/Metallica-The-Day-That-Never-One-Whiskey-InTheJar-mys2010.mp3" controls="controls"></audio></a> </div>
<div id="tested"> <font size="3" color="#FF1000"face="agency fb"> EDITED BY. <a href="http://Your Link" title="Download Full Code"> MYS-2010 </a> DOWNLOAD </a> </div> <div id="credits"> <font size="3" color="#FF1000"face="agency fb"> METALLICA <a href="http://Your Link" title="Home Page"> THE DAY </a>AMBILIGHT </a> </div>
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'> </script> <script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'> </script>
<script>(function () { $('.js-decline').on('click', function (e) { $('.call').toggleClass('is-declined'); return e.preventDefault(); }); $('.js-accept').on('click', function (e) { $('.call').toggleClass('is-accepted'); return e.preventDefault(); }); }.call(this)); </script>
<ul class="mys2010-list"> <script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'> </script> <script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'> </script> <link rel='stylesheet prefetch' href='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelementplayer.min.css'> <script src='http://cdn.jsdelivr.net/mediaelement/2.13.1/mediaelement-and-player.min.js'> </script> <script src="//assets.codepen.io/assets/common/stopExecutionOnTimeout-f961f59a28ef4fd551736b43f94620b5.js"> </script>
<script> $(function () { $('video,audio').mediaelementplayer({ success: function (mediaElement, domObject) { var audio_src = $('li.current').attr('data-url'); mediaElement.setSrc(audio_src); mediaElement.addEventListener('ended', function (e) { mys2010PlayNext(e.target); }, false); }, keyActions: [] }); $('.mys2010-list li').click(function () { $(this).addClass('current').siblings().removeClass('current'); var audio_src = $(this).attr('data-url'); $('audio#mys2010:first').each(function () { this.player.pause(); this.player.setSrc(audio_src); this.player.play(); }); }); }); function mys2010PlayNext(currentPlayer) { if ($('.mys2010-list li.current').length > 0) { var current_item = $('.mys2010-list li.current:first'); var audio_src = $(current_item).next().text(); $(current_item).next().addClass('current').siblings().removeClass('current'); console.log('if ' + audio_src); } else { var current_item = $('.mys2010-list li:first'); var audio_src = $(current_item).next().text(); $(current_item).next().addClass('current').siblings().removeClass('current'); console.log('elseif ' + audio_src); } if ($(current_item).is(':last-child')) { $(current_item).removeClass('current'); } else { currentPlayer.setSrc(audio_src); currentPlayer.play();}} </script>
If you want to directly copy and paste you canDownload Here Frame with Audio