Skip to content
Snippets Groups Projects
Commit 946ff29b authored by philipp's avatar philipp
Browse files

query hinzugefügt

parent b031f59a
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@ class TwitterWall implements iWidget
<script type="text/javascript">
$(document).ready(function(){
$(".tweet").tweet({
username: "warpzone_ms",
avatar_size: 64,
count: 5,
loading_text: "loading tweets..."
loading_text: "loading tweets...",
query: "#warpzone"
});
});
</script>'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment