Skip to content

Instantly share code, notes, and snippets.

@vsergeyev
Created August 31, 2012 09:49
Show Gist options
  • Save vsergeyev/3550958 to your computer and use it in GitHub Desktop.
Save vsergeyev/3550958 to your computer and use it in GitHub Desktop.
<html>
<link rel="stylesheet" type="text/css" href="https://cdn.widget.dev.odeskps.com/static/default_widget_look.css" />
<script src="https://cdn.widget.dev.odeskps.com/static/js/jquery.min.js"></script>
<script src="https://cdn.widget.dev.odeskps.com/static/widget-app.js"></script>
<script>
(new WidgetsProducerBase()).contractors({
'q': 'python',
'id': 'odesk-widget',
'perPage': 5
});
(new WidgetsProducerBase()).contractors({
'q': 'php',
'id': 'odesk-widget2',
'perPage': 5
});
</script>
<div class="odesk-contractor-listing" id="odesk-widget">
</div>
<div class="odesk-contractor-listing" id="odesk-widget2">
</div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment