IMG Problem

Alright. I’m making a Doombuilder tutorial website and I want to have the doombuilder icon on it. Here’s my code:

`

<a href="https://pbs.twimg.com/profile_images/1899629824/db2_400x400.png"><img src="https://pbs.twimg.com/profile_images/1899629824/db2_400x400.png" alt="Doombuilder Icon"/></a>

`

What’s wrong with this? I’m doing this in JSFiddle and it isn’t showing up in the preview box. Need help immediately.

Maybe they do not like you to download images from a TWITTER server…??
or
Maybe your HTML code is such, that the image is off-screen, or invisible…
as the code as presented here seems to function…

1 Like

I would agree with Leon that it would be wiser to use an API to draw images from Twitter so it pulls from their cloud servers intended for this use. Hotlinking to image URL’s is a frowned upon practice.

If all you are scraping is a static image for window dressing, then Save Image As and put it on your own server (assuiming you can). Use at your own peril unless Fair Use applies, such as a link back to a Twitter post, or something related that justifies you using that image.

2 Likes

Thank you so much. :sunglasses::heart_eyes:

1 Like

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