shift8web

Results 8 comments of shift8web

@pklauzinski I too would like to see this feature. The loading and displaying of content happens in a millisecond and basically negates the need for infinite scroll because most end...

Right now if I change this line in src/Http/Controllers/ButtonController.php from : `$resource = $request->findModelQuery()->firstOrFail();` to : `$resource = $request->findModelQuery()->first();` The issue doesnt happen anymore

@cyrilbensonyu would love it if you could share your fix - this is an open source project and lots of people depend on it.

@piteurstudioislam The fix in another thread referencing a forked pull request worked for me : https://github.com/qikker-online/nova-button/commit/dc984708eecbaa887d4455828135912114cf8b41

@stevebauman, I have this integrated into a Laravel 8.x web application , here is the middleware : ```

I love this idea! My plans are to add the following additional abilities - Mas "un-like" previous likes - Create logged in session then visit 1000s of 3rd party websites...

Way ahead of you! In the next few days I will have a script added to this repo to generate the ajax requests to populate a full page of post...

i was able to make progress. I collected all my fb IDs by loading the activity page on mobile and saving the HTML, parsing the IDs with awk and dumping...