Replies: 2 comments 4 replies
-
Here's the repo that I've set up for the extension if you want something to look through |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is actually done now, the extension is made and works currently. There's a side bug that I found where star actions that happen through the greader api aren't firing the hooks that I would have expected. Once that bug is fixed, the extension should work as intended. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, this is a follow up to the discussion I opened here.
I found some free time this morning and have been going through the code for the Pocket-Button Extension.
From what I've gathered from the docs (#Routing Section), what I want is to kick off the
addAction
when the star button is clicked. (After pocket auth has happened)I think that in order to do that, I would need to call
Minz_Request::forward()
from my handle function defined in theextension.php
. With that being said, I also saw this in the docs:So if my first idea is not recommended, what would be the convention for doing something like this?
Unfortunately, I'm hit with the double whammy of 1. Not knowing PHP, and 2. Not having much experience at front end stuff. It's all very new and confusing right now. 😵💫
Beta Was this translation helpful? Give feedback.
All reactions