Flickr widget

  • My flickr widget does not show my photos from flickr on the side bar. The widget says “more photos” and when I click on it, it take me to my flickr page, but it says on that page “this member has no photos to show”. I’m using the RSS feed on the flickr widget so I’m not sure what else is going on. Any idea? Thanks!!!!

  • Um, flickr thinks you have no photos at the URL you provided. Irrelevant of what WordPress thinks, Flickr thinks that:

    http://www.flickr.com/photos/theadventuresofblinky/

    Is that the right URL for your photos?

  • That is the right address, but apparently it’s because i’ve set my photos to private that the address doesn’t show any pictures (just got this answer from someone on flickr). I would have to set my photos to public. Thanks anyway for your reply!

  • Please tell me how i can use the flickr badge ?????
    on my blog there is the html flickr but i don t like it ,so i have the code for the badge flickr but i don t know where to paste it. pleaaase!

  • i tried to , i paste the code in a text widget , i give title flickr but then the code is written in the side bar!thank you anyway:)

  • what’s the code? Post it here between backticks (next to the number 1 key on American keyboards).

  • <!-- Start of Flickr Badge -->
    <style type="text/css">
    .zg_div {margin:0px 5px 5px 0px; width:117px;}
    .zg_div_inner {border: solid 1px #CC0066; background-color:#3399FF;  color:#660099; text-align:center; font-family:arial, helvetica; font-size:11px;}
    .zg_div a, .zg_div a:hover, .zg_div a:visited {color:#666666; background:inherit !important; text-decoration:none !important;}
    </style>
    <script type="text/javascript">
    zg_insert_badge = function() {
    var zg_bg_color = '3399FF';
    var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_person_id=15014687%40N08';
    document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"><\/iframe>');
    if (document.getElementById) document.write('<div id="zg_whatlink"><a href="http://www.flickr.com/badge.gne"	style="color:#666666;" onclick="zg_toggleWhat(); return false;">What is this?<\/a><\/div>');
    }
    zg_toggleWhat = function() {
    document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
    document.getElementById('zg_whatlink').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
    return false;
    }
    </script>
    <div class="zg_div"><div class="zg_div_inner"><a href="http://www.flickr.com">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><br>
    <script type="text/javascript">zg_insert_badge();</script>
    <div id="zg_whatdiv">This is a Flickr badge showing public photos from <a href="http://www.flickr.com/photos/15014687@N08">Ikariancentre</a>. Make your own badge <a href="http://www.flickr.com/badge.gne">here</a>.</div>
    <script type="text/javascript">if (document.getElementById) document.getElementById('zg_whatdiv').style.display = 'none';</script>
    </div>
    </div>
    <!-- End of Flickr Badge -->
  • That’s not going to work on wordpress.com because it uses javascript (not to mention the iframe, not to mention the embedded CSS).

  • i have no idea of these things , it s a pity that i cannot use it , because i really prefer it . Many thanks .

  • The topic ‘Flickr widget’ is closed to new replies.