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 sharing to linkedin directly by the url (http://www.linkedin.com/shareArticle?mini=true&url={{ route("candidate.test.perform", $test->slug) }}), but it shows something went wrong on the linkedin, and when i use Share::page('route')->linkedin() it throws error which says page is not static method and i cannot call it statically, after that i tried another way, i made object of share class and then call page function but it shows blank page, can anyone help ??
$share = new \Jorenvh\Share\Share();
$share->page(route("candidate.test.perform", 123))->linkedin();
Above code is also not working.
The text was updated successfully, but these errors were encountered:
I am sharing to linkedin directly by the url (http://www.linkedin.com/shareArticle?mini=true&url={{ route("candidate.test.perform", $test->slug) }}), but it shows something went wrong on the linkedin, and when i use Share::page('route')->linkedin() it throws error which says page is not static method and i cannot call it statically, after that i tried another way, i made object of share class and then call page function but it shows blank page, can anyone help ??
$share = new \Jorenvh\Share\Share();
$share->page(route("candidate.test.perform", 123))->linkedin();
The text was updated successfully, but these errors were encountered: