Front End Development Libraries Projects - Build a Random Quote Machine

Tell us what’s happening:
Describe your issue in detail here.

When I click tweet it says "
twitter.com is blocked
twitter.com refused to connect.
ERR_BLOCKED_BY_RESPONSE"

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Challenge: Front End Development Libraries Projects - Build a Random Quote Machine

Link to the challenge:

browser that you are using, are you logged in to “twitter”? try simply browse to this twitter intent from your code “https://twitter.com/intent/tweet” see if that works smoothly or not

happy coding :slight_smile:

It is because the pen runs inside an iframe

Working with Web Intents

Web Intents cannot be loaded inside an iframe.

If you open it in the debug view it will work.
https://blog.codepen.io/documentation/debug-view/#getting-to-debug-view

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.