You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the same problem here. When I call this, Share::currentPage()->twitter()->getRawLinks()
it returns, array:2 [▼ "facebook" => ".......dummy link" "twitter" => ".......dummy link" ]
So, It return previously generated all links whenever I called getRawlinks().
Simply problem is fixed with calling array index. Share::currentPage()->twitter()->getRawLinks()['twitter']
ERROR
htmlspecialchars(): Argument #1 ($string) must be of type string, array given
When using the getRawLinks() function with linkedin, twitter, instagram and other it pops up with the error above, please help.
Though its working fine with facebook.
The text was updated successfully, but these errors were encountered: