RE: Unsensationalize Your Reporting to Create a Faster Collective Awakening

You are viewing a single comment's thread:

Holy poop! I've no idea how to stop autoplay on 3speak videos... any suggestions @sisygoboom ?



0
0
0.000
19 comments
avatar

Can you click on it like you would a GIF or click refresh?

0
0
0.000
avatar
(Edited)

I mean how to stop it inline in the embed in the writing of the post. At the moment there's a few going on at once as soon as I look at the post.

I've simply pasted the link to the video. I'm sure there's a little bit of code to stop autoplay.

0
0
0.000
avatar
(Edited)

Is the embedded version different than the video player on the 3Speak website? I have not seen the external 3Speak video player version. Where can I go to find one?

I'm using Hive.blog and not PeakD or other Hive apps. I clicked on the 3speak video to play it and it took me to their website. Bottom-left corner is the pause button, two vertical rectangles or lines. Looks like the 9/11 World Trade Center. Click on it and then it turns into a triangle for the play symbol.

Screenshot at 2020-09-15 01:07:08 3speak.png

0
0
0.000
avatar

I use Peakd and simply by placing the link it creates an embedded vid player for 3speak like with YouTube links. This video then autoplays.

0
0
0.000
avatar

So, you're not asking about where the pause/play button is? Can you look inside the settings of your web browser? Could it be a setting there that is causing video to autoplay? Could it be a setting in PeakD?

Screenshot at 2020-09-15 01:30:47.png

0
0
0.000
avatar

Youtube videos embedded the same way do not autoplay.

0
0
0.000
avatar

Yeah, I went to Peakd.com again, went to a random post containing an embedded 3speak video and it autoplayed in my Firefox web browser.

Dissenter

But it did not autoplay on Dissenter.

0
0
0.000
avatar

I can stop autoplay in the settings of the web browser.

0
0
0.000
avatar

Ok, I'd like to know how to do it inline. I'm sure there's a tiny bit of code I can put as part of the link that stops this.

0
0
0.000
avatar

Here is some code you can try in an <embed> code or Google or Duck Duck Go search other websites for more results

autoplay="false"
autostart="false"

Or try

autoplay="0"
autostart="0"

Experiment

I would experiment trying different codes until something works.

0
0
0.000
avatar
(Edited)

I'm not using an < embed > tag. It's simply a link and Peakd automatically recognizes it as a 3speak video and embeds it for me.

I will tag a Peakd person @flauwy - maybe it's something that can just be fixed internally, because autoplay of 3speak videos embedded via a simple link is an annoying issue.

Sometimes when I refresh the link to the post they do not autoplay, but when I click directly on the link to the post from my blog, they all play at once.

Thanks @joeyarnoldvn for trying to help out.

0
0
0.000
avatar

Edit your iframes so that the src's point to https://3speak.co/embed?v=gabrielamenesesg/zrwcwcii&autoplay=false

It should be turned off by default though so this may be a bug.

0
0
0.000
avatar
(Edited)

Thanks, that's exactly what I was looking for.

It happens with a lot of 3speak videos embedded this way in Peakd

0
0
0.000
avatar

Ps. I just edited all the links to include &autoplay=false and now they are just links in Peakd and not embedded.

I like how they auto embed with just using the link, I just can't stand the autoplay.

0
0
0.000
avatar
(Edited)
<iframe width="560" height="315" src="https://3speak.co/embed?v=nonewabnormal/zefeqirv&autoplay=false" frameborder="0"  allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

like this

0
0
0.000
avatar
(Edited)

I just did it with the iframe tag and it comes back with this when it loads the page:

(Unsupported

So I'll temporarily put it back to just the links until I get a reply from you.

ps. I'm learning to like the babbling of all the videos at once, it's kind of surreal... 😂

0
0
0.000
avatar

Interesting that the autoplay dosen't happen on mobile... It may be that peakd's parser isn't set up to deal with multiple URL parameters. Try putting it in this order ?autoplay=false&v=author/permlink

I like the babbling as well, sounds like the start of some mad doomsday news collage.

0
0
0.000
avatar

Ok, i tried it as the link and also in the iframe tag. The link doesn't embed with this extra code and the iframe comes up with a similar error as I supplied before.

So, maybe I'll just leave it for now. Possibly the Peakd person I tagged in another comment on this thread will come and have a look.

Anyways, I appreciate you taking the time to try and sort this bug out.

ps. Glad we have the same sense of humour... haha

0
0
0.000