jorenvh/laravel-share

Icons not displayed

Closed this issue · 1 comments

Im using laravel 5.5 and installed your package and followed the instructions.

Im using this on blade with {{ Share::currentPage() ->facebook() ->twitter() ->googlePlus() ->linkedin() }}

But instead of receiving the icons i receive the html code
<div id="social-links"><ul><li><a href="https://www.facebook.com/sharer/sharer.php?u=http://localhost:8000/news/ayush-doctors-told-not-to-prescribe-allopathic-medcine" class="social-button " id=""><span class="fa fa-facebook-official"></span></a></li><li><a href="https://twitter.com/intent/tweet?text=Default share text&url=http://localhost:8000/news/ayush-doctors-told-not-to-prescribe-allopathic-medcine" class="social-button " id=""><span class="fa fa-twitter"></span></a></li><li><a href="https://plus.google.com/share?url=http://localhost:8000/news/ayush-doctors-told-not-to-prescribe-allopathic-medcine" class="social-button " id=""><span class="fa fa-google-plus"></span></a></li><li><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://localhost:8000/news/ayush-doctors-told-not-to-prescribe-allopathic-medcine&title=Default share text&summary=" class="social-button " id=""><span class="fa fa-linkedin"></span></a></li></ul></div>
I have added the js to the layout my site default and only language is en.

{!! Share::currentPage()
->facebook()
->twitter()
->googlePlus()
->linkedin() !!}

shows dots

I have font awesome cdn added to the layout
Any help?

Sorry! Solved it by adding fontawesome 4 cdn