Skip to content Skip to sidebar Skip to footer

Twitter REST API: Possible To Hotlink Twitter Images? Why No Image Display In Firefox?

I am trying to extract images from Twitter REST API and display those images. Insodoing I have come to a logical impasse with my PHP/HTML code not displaying the images in the brow

Solution 1:

For those in a similar bind: Firefox apparently treats the domain pbs.twimg.com as a tracker and blocks all connections made to this subdomain. Consider disabling Tracking Protection in your browser or implement a server-side shim to preload the images.

See: https://bugzilla.mozilla.org/show_bug.cgi?id=1458915


Post a Comment for "Twitter REST API: Possible To Hotlink Twitter Images? Why No Image Display In Firefox?"