CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

Comments count 0 in Card View #65

Closed canaveensetia closed 10 years ago

canaveensetia commented 10 years ago

Could you please share the code regarding getting the count from disqus for each trick in card view. Currently it is hardcoded as 0.

Thanks in advance

msurguy commented 10 years ago

Could you point out the exact file?

canaveensetia commented 10 years ago

Sure, it's app->views->tricks->card.blade.php

line: data-disqus-identifier="{{$trick->id}}" style="color: #777;">0

Here is the link:

https://github.com/CodepadME/laravel-tricks/blob/master/app/views/tricks/card.blade.php

msurguy commented 10 years ago

Ah yeah, that's for Disqus to get the comment count after the page is loaded. See https://help.disqus.com/customer/portal/articles/565624-tightening-your-disqus-integration

canaveensetia commented 10 years ago

Got it, really helpful! Thanks for your quick help!

msurguy commented 10 years ago

You're welcome!