I had no problem posting a video on an MFC profile, using the provided code from YouTube, but I'm having a helluva time figuring out how to post Imgur-hosted images.
Imgur provides the following options, and none of them work:
Now I've had images appear using the latter two
So my question is, if I have an image with the URL "http://i.imgur.com/image.jpg" what code do I need to add it in a comment on a profile? Do I check or uncheck the "strip links" option? Please help before I deface another profile!
Imgur provides the following options, and none of them work:
Code:
Direct link:
http://i.imgur.com/image.jpg
Non-direct link:
http://imgur.com/image
HTML link:
<a href="http://imgur.com/image" title="Hosted by imgur.com">http://imgur.com/eF6hj</a>
HTML image:
<img src="http://i.imgur.com/image.jpg" alt="Hosted by imgur.com" />
Now I've had images appear using the latter two
So my question is, if I have an image with the URL "http://i.imgur.com/image.jpg" what code do I need to add it in a comment on a profile? Do I check or uncheck the "strip links" option? Please help before I deface another profile!