How to Make the Flickr Flash Badge Larger
A Flickr badge allows you to embed your favorite Flickr photos on your personal website, blog or social networking profile. You have the option of showing your own photos in the badge or photos from other Flickr users. The badge is available in two formats, regular HTML and Flash. By default, the badges are quite small. However, you can make the badges as large as you like by tweaking the Flickr code.
Instructions
-
-
1
Log into the “Control Panel” for your site that contains the Flickr Flash Badge. Social networking websites have “Control Panels.” If your Flickr badge is on a social networking site, simply log into your social networking account.
-
2
Click “File Directory” to access page files. Locate the page that contains the Flickr badge. Click “Edit” to open the page for editing. For social networking sites, click “Edit Profile” instead of the aforementioned steps.
-
-
3
Locate the below Flickr bade code in your HTML editor box. An example of the code appears below. Depending upon the site, it may be necessary to click “HTML” from the editor box toolbar to reveal the HTML code.
<script type="text/javascript">
zg_insert_badge = function() {
var zg_bg_color = 'ffffff';
var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_tags=flowers&zg_tag_mode=any';
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"> -
4
Adjust the width and height references in the code to suit your personal preference. By default, the width for your real Flickr badge is 113. The height is 151. By increasing these numbers, you increase the badge size.
-
5
Click “Save” to save the changes to your badge.
-
1