Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working while sharing on linkedin. #99

Open
Hashir12 opened this issue Nov 28, 2022 · 0 comments
Open

Not working while sharing on linkedin. #99

Hashir12 opened this issue Nov 28, 2022 · 0 comments

Comments

@Hashir12
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant