Closed GoogleCodeExporter closed 8 years ago
If the insert methods don't fit you, you can use a callback function to control
the
HTML produced. See the "flickr-callback-example.html".
<script type="text/javascript">
$(document).ready(function() {
$(".oembed").oembed(null, null, function(container, oembed) {
container
.hide()
.after("<table><tr><td>" + oembed.code + "</td><td>"
+ oembed.code + "</tr></table>");
});
});
</script>
Original comment by rchamo...@gmail.com
on 15 Mar 2010 at 10:29
Original issue reported on code.google.com by
pointles...@gmail.com
on 17 Feb 2010 at 10:19