Skip to content

Commit

Permalink
Add Twitter widgets to show Jobskee tips and updates in Admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
elinoretenorio committed Dec 4, 2015
1 parent 9379852 commit a4b5422
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions views/admin/home.php
@@ -1,6 +1,17 @@
<?php include 'header.php'; ?>

<?php include 'flash.php'; ?>

<div class="row">
<div class="col-md-6">
<a class="twitter-timeline" href="https://twitter.com/jobskee_updates" data-widget-id="672612615797866496">Updates by @jobskee_updates</a>
</div>
<div class="col-md-6">
<a class="twitter-timeline" href="https://twitter.com/hashtag/jobskee" data-widget-id="672617235995725824">#jobskee Tweets</a>
</div>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>

<h3><?php echo $lang->t('admin|inactive'); ?> <?php echo $lang->t('jobs|jobs'); ?></h3>
<?php foreach($categories as $category): ?>
<strong><?php _e($category->name); ?> <?php echo $lang->t('jobs|jobs'); ?></strong>
Expand Down

0 comments on commit a4b5422

Please sign in to comment.