Created
August 5, 2011 05:50
-
-
Save alvinlai/1126982 to your computer and use it in GitHub Desktop.
Liberate sample PHP embed code
This file contains 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
<?php | |
// Add to the top of myfile.php | |
$page = '76cccf950451ad6e3329'; | |
include('liberate.php'); | |
$liberate = liberate($page); | |
?> | |
<p> | |
<?php | |
// Print your user-updatable content anywhere | |
$liberate->p("liberateapp_4gq24g"); | |
?> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment