Skip to content

Instantly share code, notes, and snippets.

@cccaldas
Created September 24, 2012 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cccaldas/3778282 to your computer and use it in GitHub Desktop.
Save cccaldas/3778282 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="author" content="" />
<script type="text/javascript" src="jquery-1.8.2.min.js"></script>
<script type="text/javascript">
$(function() {
setInterval(function(){
$("#content").html("<iframe src=\"https://www.facebook.com/LuizPauloVellozo/app_190322544333196\"></iframe>");
//alert("foi");
}, 5000);
});
</script>
</head>
<body>
<div id="content"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment