This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta property="og:site_name" content="{Title}" /> | |
<meta property="fb:app_id" content="FB_APP_ID" /> | |
<meta property="fb:admins" content="FB_ADMIN_ID" /> | |
<meta property="og:description" content="{MetaDescription}" /> | |
<meta property="og:locale" content="en_US" /> | |
{block:IndexPage} | |
<meta property="og:image" content="{PortraitURL-128}" /> | |
<meta property="og:title" content="SITE_NAME" /> | |
<meta property="og:type" content="blog" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://handigekasten.nl/widget.html" width="240" height="355" frameborder="0"></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta content="record, sounds, share, sound, audio, tracks, music, soundcloud" name="keywords" /> | |
<meta content="Listen to Devon + AxL - Hotel Stoccarda by AxL: traccia dubstep, grazie per l'ascolto! | Create, record and share the sounds you create anywhere to friends, family and the world with SoundCloud, the world's largest community of sound creators." name="description" /> | |
<link href="http://sandbox-soundcloud.com/axl" rel="author" /> | |
<meta content="width=device-width" name="viewport" /> | |
<meta content="chrome=1" name="X-UA-Compatible" /> | |
<meta content="iframe" name="medium" /> | |
<meta content="soundcloudplayer:sound" property="og:type" /> | |
<meta content="player" property="twitter:card" /> | |
<meta content="http://sandbox-soundcloud.com/axl/devon-axl-hotel-stoccarda" property="og:url" /> | |
<meta content="Devon + AxL - Hotel Stoccarda" property="og:title" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class="inline-help" data-label="premium/community/extended-privacy"> | |
<strong class="headline hidden"></strong> | |
<span class="content hidden">Submit a tracking redirect code here to use an external tracking service to gain insights on your podcast.</span></span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1360037&auto_play=false&show_artwork=true&color=ff7700"></iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- little helper function | |
function file_exists(path) | |
local attr = lighty.stat(path) | |
if (attr) then | |
return true | |
else | |
return false | |
end | |
end | |
function removePrefix(str, prefix) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
attr = lighty.stat(lighty.env["physical.path"]) | |
if (not attr) then | |
lighty.env["uri.path"] = "/index.php" | |
lighty.env["physical.rel-path"] = lighty.env["uri.path"] | |
lighty.env["physical.path"] = lighty.env["physical.doc-root"] .. lighty.env["physical.rel-path"] | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": { | |
"type": "4107", | |
"message": "Invalid Csrf token" | |
}, | |
"version": 9, | |
"client_version": "0.6.1.287.g64b130c8" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FB.getLoginStatus: connected > Object | |
perms: "{"extended":["email","contact_email","publish_actions"],"user":[],"friends":[]}" | |
session: > Object | |
access_token: "19507961798|2.AQB6WnLY4HLeEoem.3600.1315231200.1-565915644|OPaFjyXlXiswhkr7EKqSvSDihDk" | |
base_domain: "soundcloud.com" | |
expires: 1315231200 | |
secret: "_B8j4wjsd9ly9mzPuR8nAA__" | |
session_key: "2.AQB6WnLY4HLeEoem.3600.1315231200.1-565915644" | |
sig: "4b1cfb650c0a15e92d8c5236d648e19f" | |
uid: "565915644" |