-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Saved Links: alternatives to open graph for link description #79
Comments
Is the |
hm...i'm guessing that might be the issue, did you try adding it to see if that makes it work? |
gonna give it a shot now. it might be different because that $selection isn't coming via the scraper? haven't looked close enough yet. and still haven't found where the selected value is being passed. |
😬 causes a fatal error so that's not it... |
it was a good guess |
@dryanmedia if you used You'll also need to update any lines referencing |
Yep still causes fatal error. Here's the old argo-links code where the selection was passed. there was some kind of vimeo embed thing too. Then this is where that was set as selection or something else. We're missing something that does this. |
Apparently the bookmarklet used to let a user select a quote from a story and then use the selected text as the link description. This no longer works because (as far as I can tell) we're now only looking at the open graph description.
We should also probably consider falling back to the meta description tag if the open graph tag is not present.
So, in order or priority:
The text was updated successfully, but these errors were encountered: