Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://read.quranexplorer.com/1/1/7/Usmani/Mishari-Rashid/Indonesian/Tajweed-OFF
- <iframe border="0" src="https://read.quranexplorer.com/1/1/7/Usmani/Mishari-Rashid/Indonesian/Tajweed-OFF" style="border: 0px; height: 500px; width: 680px;"></iframe>
- ===============
- Ini Pakai API KEY: https://docs.globalquran.com/index.php/API:Data/Complete_Quran
- Register to get API: https://docs.globalquran.com/
- <!DOCTYPE html>
- <html>
- <head>
- <style>#demo-1{ color:lightBlue; }</style>
- <script src="http://code.jquery.com/jquery-latest.js"></script>
- </head>
- <body>
- <div id="demo-1">
- </div>
- <script>
- $.ajaxSetup({ cache: true, jsonpCallback: 'quranData' }); // define ajax setup
- $.getJSON("http://api.globalquran.com/complete/quran-simple?key=api_key&jsoncallback=?", {
- format : "jsonp"
- }, function(data)
- {
- $.each(data.quran, function(i, by)
- {
- $.each(by, function (verseNo, line) {
- $("<p>").html(line.surah+':'+line.ayah+' '+line.verse).appendTo("#demo-1");
- if (verseNo == 10)
- return false;
- });
- });
- });
- </script>
- </body>
- </html>
- Pakai Plugin WP
- https://blog.globalquran.com/help/wordpress-plugin/
Add Comment
Please, Sign In to add comment