Closed aroon9002ahmed closed 2 years ago
How i can add class in <li> here is my code :
<li>
{!! 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
<a>
This is currently not supported by this package. I'm open for a tested PR to add this.
How i can add class in
<li>
here is my code :list-inline-item class has been added on
<a>
tag how i can added on<li>
tag