<div class="external-sign-in">

    <span class="sharecount"><?php echo e(isset($post->shared->facebook) ? number_format($post->shared->facebook) : 0); ?><br><span><?php echo e(trans('updates.shared')); ?></span></span>

    <a href="http://www.facebook.com/share.php?u=<?php echo e(Request::url()); ?>" data-id="<?php echo e($post->id); ?>" style="margin-left:0;" rel="fb"  class="Facebook popup-action"><?php echo e(trans('index.sharefacebook')); ?></a>
    <a href="https://twitter.com/intent/tweet?url=<?php echo e(Request::url()); ?>&text=<?php echo e($post->title); ?>" data-id="<?php echo e($post->id); ?>"  class="Twitter popup-action"><?php echo e(trans('index.sharetweet')); ?></a>
    <a href="https://plus.google.com/share?url=<?php echo e(Request::url()); ?>" data-id="<?php echo e($post->id); ?>" class="Google popup-action"><?php echo e(trans('index.sharegoogle')); ?></a>
    <a href="http://reddit.com/submit?url=<?php echo e(Request::url()); ?>&title=<?php echo e($post->title); ?>" data-id="<?php echo e($post->id); ?>" class="Reddit popup-action"><?php echo e(trans('index.sharereddit')); ?></a>

    <div style="display: none">
    <a href="http://pinterest.com/pin/create/link/?url=<?php echo e(Request::url()); ?>&media=<?php echo e(makepreview($post->thumb, 'b', 'posts')); ?>&description=<?php echo e($post->title); ?>" data-id="<?php echo e($post->id); ?>" class="Pinterest popup-action"><?php echo e(trans('index.sharepinterest')); ?></a>
    </div>

    <div style="float:right;color:#888;width:60px;text-align:right;font-size:13px;margin-top: 2px">
         <b><?php echo e(isset($post->popularityStats->all_time_stats) ? number_format($post->popularityStats->all_time_stats) : "0"); ?></b><br> <?php echo e(trans('updates.views')); ?>

    </div>
</div>