this has been a problem for me every time i try to post pictures from my flickr account.
on the "all sizes" page for a picture it says this:
Remember! Flickr Community Guidelines specify that if you post a Flickr photo on an external website, the photo must link back to its photo page.
there is a box with code that you're supposed to use so the picture you post links back to it's page, not just the static url. like this:
<a href="http://www.flickr.com/photos/skunstadt/2652446828/" title="_IGP6329RIGHT by s.kunstadt, on Flickr"><img src="http://farm4.static.flickr.com/3148/2652446828_4718013729_o.jpg" width="500" height="500" alt="_IGP6329RIGHT" /></a>
but whenever i try to use that the picture doesn't appear, just the code. i can do it manually by inserting an image with the static link and making >>it<< a url with the buttons on the forum. but it's annoying.
why doesn't the flickr code work? is there something that could be done so it would work?
I think posting this > <img src="http://farm4.static.flickr.com/3148/2652446828_4718013729_o.jpg" width="500" height="500" alt="_IGP6329RIGHT" /> is enough.
community guidelines BAH!
__________________
My Blog < See this? CLICK IT! My Website < THIS ONE TOO! DO IT NOW AND YOU COULD WIN...
STUFF!
yeah, what you've said works for my when i've tried that. i was hoping though there was someway to use the "photo-as-link" code straight from flickr (from the TOP panel on the all sizes page).
Your original code was HTML code, and you can't use that on the site. As long as you get ahold of a direct URL to the flickr image, [img] tags can be used, as ftpaddict and garth said.
I think what you want is the above. It's a flickr image and when you click on it you go to the photo page. The code is below. You can get this by editting the "recommended" html code that flickr gives you. It isn't super convenient, but it works.
what do the buttons above the posting field create? that's not html?
The programmer of one of the first bulletin board programs (maybe UBB.threads ) decided that it is *MUCH* simpler to type "[" rather than "<" (ok, ok, so he defined a subset and some simplifications, too).
Anyway, the result is yet another markup language to learn, called BBML.
Fortunately, most forum software authors have adopted this convention since
Technical notes:
(1) phpBB names its variant of BBML: "BBCode".
(2) vBulletin (used by pentaxforums.com) names its variant of BBML: "vB Code".
(3) Forum software must not copy HTML-markup 1:1 from the user into the post. This would break the site's layout and can even be used to hack the site. BBML defines what goes and what not.
Last edited by falconeye; 07-24-2008 at 11:39 AM..
After reading all of the above "simple" instructions I think I'll stick with Photbucket which is probably just as complicated but I have finally learned to use it even though i don't like it.
Why can't I just click 'copy' on a photo, wherever it might be and then click 'paste' where I want to put it?
You CAN do that, as long as you select the full WYSIWYG editor option in your User CP preferences. If you're on an older browser that doesn't support that (most do), you'll have to use the BB code, however.