Live data from Hacker News

Show HN: I taught myself PHP and built TweetPerView.com

tweetperview.com

31–40 of 56 posts

Re: Show HN: I taught myself PHP and built TweetPerView.com

#31
post #2

maybe you'd want to let people watch your video without having to tweet it. just a suggestion.

That's next on the list. It's been the #1 request so far: a "just show me the video" link. Perhaps the publisher has an option of enabling in the setup process.

Perhaps you can have videos play a preview on accessing the site - allow the user to click the play button, have the video pause after ten seconds/5% of time, then pop up asking for a tweet if they want to continue watching.

Re: Show HN: I taught myself PHP and built TweetPerView.com

#32
post #10

The fundamental problem here is that I don't know if I want to tweet about a video before I watch it. A tweet is like an endorsement, especially when you have the extreme burden of more than 10 twitter followers (as I have) - you have a responsibility to your adoring public to ensure you fill your stream with high quality, relevant content. All jest aside, I think it's a great idea to have the ability to tweet during…

It only took me a minute or two to write a javascript bookmark (i.e., paste this in as browser URL) that will bypass the tweet requirement:

        javascript:a=window.frames[0].document.getElementById('bg').src.split('/');a.pop();window.location.href='http://www.youtube.com/watch?v='+a.pop();
It's only been tested for the OP's site (and will only work for his particular page structure) but the point is that it could easily be adapted for any one of these.

Re: Show HN: I taught myself PHP and built TweetPerView.com

#33

Earlier quoted context omitted.

Not everything that asks something of users is bad for users. I think it's an awesome idea.

It's not asking something of a user, it's forcing them. If this was optional it would be asking. I think it would be great if it was optional and showed at the end of the video, why would you tweet about a video you've not yet seen?

Well nobody's forcing you to use his service to force users. So it's still all good!

Re: Show HN: I taught myself PHP and built TweetPerView.com

#34
post #24
post #10

The fundamental problem here is that I don't know if I want to tweet about a video before I watch it. A tweet is like an endorsement, especially when you have the extreme burden of more than 10 twitter followers (as I have) - you have a responsibility to your adoring public to ensure you fill your stream with high quality, relevant content. All jest aside, I think it's a great idea to have the ability to tweet during…

Nobody complains about referring friends as a way to ascend pre-release invite lists (i.e. http://www.socialcam.com/ ). How is this any different?

The artificial scarcity on beta apps is understood but unavoidable, if that's the route the app makers are going.

Telling me to bother my friends before I can watch a video that I can get w/ a quick Google search or view-source is another matter.

(That said, nice little script you made. Pretty clever!)

Re: Show HN: I taught myself PHP and built TweetPerView.com

#35
post #24
post #10

The fundamental problem here is that I don't know if I want to tweet about a video before I watch it. A tweet is like an endorsement, especially when you have the extreme burden of more than 10 twitter followers (as I have) - you have a responsibility to your adoring public to ensure you fill your stream with high quality, relevant content. All jest aside, I think it's a great idea to have the ability to tweet during…

Nobody complains about referring friends as a way to ascend pre-release invite lists (i.e. http://www.socialcam.com/ ). How is this any different?

Actually I find that practice kind of pernicious. I'm sure I'm not the only one.

Re: Show HN: I taught myself PHP and built TweetPerView.com

#36

If I were ever forced to tweet about a video before I watched it, I would immediately close the tab and instead send a tweet about how idiotic the video poster is for making me jump through such a ridiculous hoop. I'm not even sure how you'd take into account someone not actually having a Twitter account in the first place. I hear tell those people call themselves "normal". Edit: almost forgot... if this "service" ev…

And I might set up a separate Twitter called "ShittyVideos"

Haha just kidding, I think this is a cool idea/experiment, it'd be interesting to see what user reactions would be. Initially I would try to have a "dismiss" button just so you can see the ratio of users who tweeted vs. dismissed to see what kind of "annoyance index" you may be looking at here. Edit: ...what kind of "annoyance index" you may be looking at by disabling the dismiss button in the future

Definitely an interesting concept.

Re: Show HN: I taught myself PHP and built TweetPerView.com

#38

If I were ever forced to tweet about a video before I watched it, I would immediately close the tab and instead send a tweet about how idiotic the video poster is for making me jump through such a ridiculous hoop. I'm not even sure how you'd take into account someone not actually having a Twitter account in the first place. I hear tell those people call themselves "normal". Edit: almost forgot... if this "service" ev…

And I might set up a separate Twitter called "ShittyVideos" Haha just kidding, I think this is a cool idea/experiment, it'd be interesting to see what user reactions would be. Initially I would try to have a "dismiss" button just so you can see the ratio of users who tweeted vs. dismissed to see what kind of "annoyance index" you may be looking at here. Edit: ...what kind of "annoyance index" you may be looking at by…

I don't comprehend why anyone would want to experience with seeing just how far they can annoy a user, on purpose. It's like poking some poor caged animal with a sharp stick. Are you annoyed yet? No? How about now... are you annoyed yet?

Re: Show HN: I taught myself PHP and built TweetPerView.com

#39
post #10

The fundamental problem here is that I don't know if I want to tweet about a video before I watch it. A tweet is like an endorsement, especially when you have the extreme burden of more than 10 twitter followers (as I have) - you have a responsibility to your adoring public to ensure you fill your stream with high quality, relevant content. All jest aside, I think it's a great idea to have the ability to tweet during…

It only took me a minute or two to write a javascript bookmark (i.e., paste this in as browser URL) that will bypass the tweet requirement: javascript:a=window.frames[0].document.getElementById('bg').src.split('/');a.pop();window.location.href='http://www.youtube.com/watch?v='+a.pop(); It's only been tested for the OP's site (and will only work for his particular page structure) but the point is that it could easily…

The OP should seriously reconsider how useful such a technology really is if you've really figured out a workaround to eliminate it 2 hours after launch.

Re: Show HN: I taught myself PHP and built TweetPerView.com

#40

Hi guys, thanks for the response and feedback so far. A couple things: * This puts the M in MVP. By rolling it live, I hope to prove (or disprove) the general concept. * As I mentioned earlier, the next iteration will include an option for the video creator to add a 'dismiss' button to allow the viewer to bypass the tweet requirement and just play the video. * The next thing I want to test is an 'in-stream' tweet req…

What framework are you using for PHP?

No framework. Just hacking it all together. I'm a product/business guy who picked up PHP/MySQL and JSON to achieve a proof of concept. If there's a developer out there that wants to contribute, I'd be happy to chat.
Post reply on HN