Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Froot75547yI never understood why you'd want to do that. To me it just seems like a way to get more clicks. Like, I'm here, obviously I want to see the full article not the first 3 lines lol 😄
-
@Shikari never build anything “because everyone else is”. Only build what makes sense for your site.
I do front end work and I despise this with a passion. It’s on Facebook all the time and it just makes no sense. There’s a comment on top of the link typically giving a very short summary, if I’ve clicked the link, I want to read the full thing. I don’t suddenly want to stop reading after a picture or in the middle of a story.
And it PISSES me off when the button is like 8 paragraphs down, why?, because clicking the button sometimes reloads the whole page, making me have to scroll back to where I was.
Please don’t continue this madness!!! -
Pseudo:
<script>
if(window.innerHeight < 768){
buttonOverlay.visible
article.invis
}
button.onClick=f(){
buttonOverlay.invis
article.visible
}
Related Rants
How To Give This Show full Article button into my blog?
i want tat into <768 screens
question
web development
web designing
js