سؤال

So i have build basic CMS and website. Next i want to integrate Facebook and Twitter share buttons, but i'm stuck. Can anyone explain me how to do that?

لا يوجد حل صحيح

نصائح أخرى

You can use composer packages...there are several...

You can look Share links with Laravel 4

The documentation is very easy to follow...

If you ever need some packages, you can always search packagist

If you want laravel specific packages there is also packalyst

a snippet... I am using in my project

<a href="{{ Share::load(Request::url() , $news->title)->facebook() }} >Facebook</a>"
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top