adeebahmed / tumblr-filter-buttons

Tumblr removed a filter feature that once allowed users to filter their tumblr blogs by post type. I wanted a filter feature for my personal blog so I wrote one from scratch in JavaScript. Pretty basic, supports filtering of Photo, Video, and Blog posts.
http://adeebahmed.tumblr.com
GNU General Public License v3.0
1 stars 1 forks source link

Adding to Tumblr.. #1

Open EC-O-DE opened 5 years ago

EC-O-DE commented 5 years ago

Hey your script is awesome :)

I uploaded .js and icon files to Tumblr theme... I looked at your source code but am a bit lost on how to 'attach' tumblr-filter-buttons to my theme/pages.

Could you please write a line or two addressing incorporating of your script :) Thank you 🌷

EC-O-DE commented 5 years ago

ps. I'm using modified default Tumblr theme... But I'm sure it should be as easy to but tumblr-filter-buttons running on it :)

adeebahmed commented 5 years ago

Hey, i should add usage in the readme. I made this real quick a while back. But at a high level, just add the ids of the button document.getelementbyid function in the event listener

On Sun, Oct 21, 2018 at 09:27 EC·O·DE notifications@github.com wrote:

ps. I'm using modified default Tumblr theme... But I'm sure it should be as easy to but tumblr-filter-buttons running on it :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adeebahmed/tumblr-filter-buttons/issues/1#issuecomment-431673427, or mute the thread https://github.com/notifications/unsubscribe-auth/ALcMRnmXQYyOUqXa9z-EbULTwFhCYIpoks5unIQ_gaJpZM4XyfEE .

EC-O-DE commented 5 years ago

thanks I'll try

EC-O-DE commented 5 years ago

Does every post need to be tagged/labeled/marked with those vars?