jorenvh / laravel-share

Optional package for Laravel to generate social share links.
MIT License
529 stars 88 forks source link

getbootstrap 5 list-inline Class #77

Closed aroon9002ahmed closed 2 years ago

aroon9002ahmed commented 3 years ago

How i can add class in <li> here is my code :

{!! Share::page('http://jorenvanhocht.be', null, ['class' => 'list-inline-item', 'id' => 'my-id', 'title' => 'my-title', 'rel' => 'nofollow noopener noreferrer'], '<ul class="list-inline">', '</ul>')
                                    ->facebook(); !!}

list-inline-item class has been added on <a> tag how i can added on <li> tag

jorenvh commented 2 years ago

This is currently not supported by this package. I'm open for a tested PR to add this.