Makepad-fr / fbjs

Tooling that automates your Facebook interactions.
https://www.npmjs.com/package/@makepad/fbjs
GNU General Public License v3.0
63 stars 24 forks source link

Get the post id #52

Closed kaanyagci closed 2 years ago

kaanyagci commented 2 years ago

The post id is useful for having a sort of hash to detect the changes in a post. For instance, if a post changes by the time, we just scrape that one more time. This post id can be get from the href attribute of the date a element at the bottom of the author's name. Once the post id is got the GropPost class should be updated

iMrDJAi commented 2 years ago

I've already done this, GG!

iMrDJAi commented 2 years ago

Just FYI, before I added the hovering implementation, it been giving me sometimes a hash "#" instead of the permalink in the output, hovering over that a element loads the href, that's how I fixed it.

kaanyagci commented 2 years ago

Perfect! I linked the issue with your pull request #55. Closing this as it is merged