Home > Flickrの写真をWordpressの記事に直接貼り付けるプラグイン

Flickrの写真をWordpressの記事に直接貼り付けるプラグイン

  • 2008-03-31 (月) 23:45
  • | |

* Added screencast!

※スクリーンキャストを追加しました。英語表記ですが、

日本語版Wordpressをお使いの方はもちろん日本語表記が行なわれます。)

Wordpress 2.5 のリッチエディターにて、Flickr の写真を選択してエディター上に貼り付けられるプラグイン「Wordpress Media Flickr 1.0.0」をリリースします。

必要なもの

  • Wordpress 2.5
  • Flickrアカウント

動作確認環境

  • Internet Explorer 6, 7
  • FireFox 2.0.0.13
  • Safari 3.1

ダウンロード

インストール方法

アーカイブをダウンロードし展開後、ディレクトリごと /wp-content/plugins にコピーします。 あとはWordpressの管理画面にて「Wordpress Media Flickr」プラグインを有効にするだけです。

Wordpress Media Flickrの設定

管理画面の「設定」から「Media Flickr」を選択します。 画面の流れに従ってFlickrの利用認証を行うと、記事の投稿画面から自分の写真を貼り付けることができます。

Flickrの写真を記事に貼り付ける

記事の投稿画面のツールバーにFlickrアイコンが増えているかと思います。これをクリックするとWordpress Media Flickrのダイアログが表示されます。

自分の写真や全体の写真を検索し、写真をクリックすると写真の位置を選択する画面が表示されます。位置を選択後「挿入」をクリックすることで記事に貼り付けることができます。

また写真一覧の写真タイトルの左にあるアイコンをクリックすることで、新しいウィンドウが開かれ写真をFlickrで確認することができます。

不具合や要望など

不具合やご意見、ご要望などありましたらコメントやメールいただければと思います。

Let’s enjoy Flickr!

※ちなみに私はあまりFlickrを活用できていません…

Comments:42

Jeremy 08-04-03 (木) 12:37

Had an issues with the plugin because it was using file_get_contents which was turned off (blocked) by my hosting provider (1and1). I renamed the function to my_file_get_contents and put this function at the top of the file wp-media-flickr.php:

function my_file_get_contents($url) {
$ch = curl_init();
$timeout = 5; // set to zero for no timeout
curl_setopt ($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);
return $file_contents;
}

I was then able to authenticate and properly use the plugin when adding a post. Thanks for a great plugin.

Jeremy

Painter - Anders Rehn 08-04-14 (月) 12:45

Hello and thanks for a nice plugin!

I think that Flickr has disabled your API key.
When I click on “Flickr Authenticate” in my Wordpress admin, I get transported to flickr.com and see the error message:
“Oops! The API key or signature is invalid.”

I did signup for my own API key, but I guess that is useless?

Regards,
Anders.

Emo 08-04-16 (水) 1:01

Hi, what changes should i make in order to make this plugin automatically add a class=”lightview” when I instert a flickr picture in my post?
I´ve been playing with wp-media-flickr.js but had no success.
Thanks

Mosey 08-04-18 (金) 11:26

I must be really dim, but when I click on ‘Flickr Authenticate’ the browser doesn’t do anything. I”m trying this on Firefox 2.0.0.14 and am about to try it on IE.

Mosey 08-04-18 (金) 11:34

Just to confirm that Jeremy’s fix worked for me (see Comment #1) A big thank you! :)

yu-ji 08-04-20 (日) 19:10

I was released new version “1.0.2″, try it.

> Jeremy

I fixed this problem, thank you.

> Anders

Please check the new version, maybe fix..

> Emo

I was added function of customize “rel” attribute of link tag.
Please check the new version.

Thank you use my plugin.
Enjoy.

Emo 08-04-21 (月) 0:45

Great!, thanks!! I really appreciate your help. Will try it in a few minutes

Emo 08-04-21 (月) 1:16

I´ve tryied your new version. There´s one little thing that would make it even better. Im using lightview instead of lightbox. It would be great to be able to add some setting options for both as most people use them.
The difference between lightbox is that it´s activated when you add rel=”lightbox” to a link, and lightview is activated with ”
class=”lightview”
Also lightbox allows you to create a gallery by adding rel=”lightbox[galleryname], and lightview by adding class=”lightview” rel=”gallery[galleryname]”

Would this be possible?

Thanks!

yu-ji 08-04-21 (月) 19:26

ok.
I will add function of customize class attribute.

Thank you.

tpalice 08-04-22 (火) 14:12

Hello,
Thank you for this wonderful plug-in! I use flickr all the time, and this plug-in makes it very easy to put flickr photos in my blog.

I would also love to see using lightview as a possible way to display photos in my blog. Hope to see this customization soon.

Cheers!

Prasannah 08-04-23 (水) 21:52

I did make the changes like in the #1 comment and this is the error I got:

User informations

Please authorization according to the following instruction.
Fatal error: Call to undefined function curl_init() in C:\XAMPP\htdocs\blog\wp-content\plugins\wordpress-media-flickr\wp-media-flickr.php on line 12

Emo 08-04-24 (木) 9:42

Great, will be around waiting for the new version.

Thanks!

Prasannah 08-04-24 (木) 18:06

Greetings.Great plugin. I’ve also tried Jeremy’s (Comment #1) idea and I get the Error from flickr that the API is invalid! :-(

Please help!

Mosey 08-04-26 (土) 18:20

With reference to the comment dated (08-04-20 (日) 19:10) – it seems it’s already been fixed?

yu-ji 08-04-28 (月) 0:10

Hi.

The Jeremy’s fix(Comment #1) was inside at version 1.0.2.
Please try again 1.0.2.

The next version is under coding.
Please wait few days, thank you.

Manuel 08-04-28 (月) 4:26

Hey, thank you for your flickr Plug In, I had only one problem with it. If I try to connect it with my flickr account, flickr tell me the API is wrong. Did you know something about this problem?

regards
Manuel

Prasannah 08-04-28 (月) 10:08

I do have version 1.0.2 and still I get the ‘Invalid API’ error. What could be wrong?

yu-ji 08-04-28 (月) 12:47

>Manuel and Prasannah
Please tellme URL of ‘Invalid API’ in flickr?
NOTE: I tested php4, but no problems.

thank you.

Prasannah 08-04-29 (火) 9:32

This is the problematic URI:

http://www.flickr.com/services/auth/?api_key=448e0602a1f453c0e668e701f4bf8924&perms=read&api_sig=8634f45ba191202f13be7a9c1a51966f

Mosey 08-04-29 (火) 16:23

To confirm it worked for me in php5.

Prasannah 08-04-29 (火) 22:56

Well it didn’t work for me! I couldn’t figure out why!!

yu-ji 08-04-29 (火) 23:53

I was released version 1.0.3.
Please check out, thank you.

If your PHP is not supported curl and allow_url_open option is disabled, Flickr authentication is cannot use, sorry…

Prasannah 08-04-30 (水) 0:02

I know for sure that curl and allow_url_open are supported in my server because I have seen other plugins use that. But now I still cannot get authorization from flickr. The same error! TOTALLY CLUELESS!

Emo 08-04-30 (水) 0:37

Yu-Ji, this is GREAT! Just GREAT.
Two things I think are missing:
1) An option to open the original image (bigger) size and not the same that you are showing. Take a look at http://www.fotogeek.com.ar/test-725.htm When you click on the first image it will open it using lightview but in the same size as the “thumbnail”. It should open a bigger size.

If you click on the second image it will open lightview and inside will show the Flickr Page of that image.

Those are the 2 options you added in “Link of photo”. I think there should be a way to open a bigger size version of the image.
2) Maybe an autoupdate option so we can update de plugin using the autoupdate option from the admin control panel? This isn´t really necessary but it would be very useful.

THANKS!!!

Prasannah 08-04-30 (水) 19:48

An update. Without authenticating if I try to use your plugin, it gets some random pictures from flickr (or maybe they’re from your album!?) and I am able to insert them into my posts. Anyways, I am still facing trouble with authenticating it!

yu-ji 08-05-01 (木) 11:55

>Prasannah

Ok, please report contents displayed in the following procedures.

1. Add following lines in wp-config.php
> if(!empty($_GET['page']) && $_GET['page'] == ‘wordpress-media-flickr/wp-media-flickr-admin.php’) {
> define(’DEBUG’, true);
> }

2. Request following URL.
> http://yourdomain/yourblogpath/wp-admin/options-general.php?page=wordpress-media-flickr/wp-media-flickr-admin.php

3. If page is showing errors, copy errors and report here.

4. Rollback wp-config.php

Thank you.

Prasannah 08-05-01 (木) 15:17

I followed those steps and I found NO change at all! I get the normal plugin options page, and when I click on Flickr authenticate, I get the SAME error again!
Oops! The API key or signature is invalid.

Mosey 08-05-02 (金) 4:42

@Prasannah: With all due respect, I think Yu-Ji’s comment was to see if your server/host listed any errors upon loading the WP Media Flickr, admin page, rather than asking you to make the change (which would make no difference as it is actually just code for ‘listing errors’ during code debugging, errors which are not usually shown) and expect a difference.

My experience: I have just downloaded v1.0.3 and tested the installation procedure on WP 2.5.1 (server host has PHP Version 5.2.x and mySQL 5.0.xx) with no problems authenticating to Flickr. Although CURL is enabled, allow_url_fopen has been turned off.

Prasannah 08-05-02 (金) 9:24

@Mosey:
Oh I did not know that man! Sorry! I too run PHP5 with curl enabled. Not sure about allow_url_fopen. I am confused with myself being the ONLY person with this problem!!

Mosey 08-05-02 (金) 9:35

@Prasannah: No worries. Did the debug code throw up any errors or messages for you at all? I think anything from there would be the most useful for the developer, Yu-Ji.

I’m not sure if you were the only person, a “Manuel” mentions having the same authentication issue as well.

And for the next part: I presume this is what you’re aware of already, so apologies for mentioning it if you do: if you visit e.g. http://help.mosso.com/article.php?id=082 and copy/paste the code in the middle (between the blurb) to a new page called e.g. ’something.php’, after uploading it to your server, you can load the file up in your browser and look for allow_url_fopen.

Prasannah 08-05-02 (金) 17:56

@Mosey:
Yeah I do know about phpinfo!! Let me show you mine ->
http://pastebin.ca/1004730

Danny 08-05-17 (土) 10:51

Hi,

Thanks for this great plugin. I have some suggestions:

1. Can you please add a feature to allow us to choose different Flickr photo set?
2. Can you please add a feature to add page navigations if there’s more than 2 pages? So if I have 50 pages, and I want to insert a photo in the 50th page, I have have to click the Next page link for 49 times!

baa 08-05-20 (火) 1:10

hi, great plugin, thanks.

i use «class=”lightview”».
i would like to automate the «rel=”"» to have the name of the post category.

i tried to define «a.rel = $single_cat_title();» on line 477 in «wp-media-flickr.php», but it’s not working…

can u help me?

yass 08-05-24 (土) 11:46

はじめまして。wordpress.comからやってきました。

「large」ではなく「original」を選べるようになりませんか?

wp2.3でflickr managerというplug-inを使っていたのですが、
wp2.5にしてから他のplug-inとコンフリクトしてしまい、
ほかを探していたところWordpress Media Flickrにたどり着きました。

Jan Dembowski 08-05-26 (月) 12:55

In my error_log I’m getting this error when I try to use Settings -> Media Flickr

PHP Parse error: syntax error, unexpected $end wp-content/plugins/wordpress-media-flickr/wp-media-flickr-admin.php on line 120, referer: http://wp.dembowski.net/wp-admin/options-general.php

And I get a blank page for the settings portion. The plugin works, but I’d like to be able to select images from my own Flickr account.

Any idea what I’m missing in my PHP5 install?

Thanks,

Jan Dembowski

tpalice 08-06-04 (水) 3:21

Hello,

Thank you for put in the lightview support!
I’m now interested in the same idea that baa has – automate the generation of the «rel=”"» part. I want to generate the post id, example: for post #192, the «rel=”"» will be «rel=”gallery[192]“».

I tried to put in “gallery[\'\']” in the media flickr management page, but that didn’t work out.

Can someone shed some light on how to code this properly? Thank you.

H.Kano 08-07-17 (木) 15:58

すばらしいプラグインありがとうございます。
質問です:複数のFlickrアカウントに対応するにはどうしたらよいのでしょう?
Thanks for this great plugin. I have a question;
Are there any way to handle multiple Flickr accounts?

Steve 08-08-14 (木) 17:45

Great plugin. I have not run into any issues with it on 2.6 yet.

One plugin interaction that I have been having is with lighter-admin-drop-menus. When this plugin is installed, it provides custom icons next to the drop-down items, but there is no image for Media Flickr. I think it has something to do with the was add_options_page is being called, but I have been unable to debug it.

What I get is:

but what I expect to see is:

Note that the plugin.png is missing. Looking at the source to the lighter-admin-drop-menus code, it seems to think it will find a custom image icon for Media Flickr, but cannot locate it and the URL is incomplete.

Any ideas or suggestions appreciated.

Steve 08-08-14 (木) 17:49

Sorry — forgot that I can;t drop code in comments like that.

What I get is:

img src=’http://www.heyvan.com/blogs/steve/wp-content/plugins/lighter-admin-drop-menus/images/’ height=’16′ width=’16′ alt=”/

but what I expect to see is:

img src=’http://www.heyvan.com/blogs/steve/wp-content/plugins/lighter-admin-drop-menus/images/plugin.png’ height=’16′ width=’16′ alt=”/

Note that the plugin.png is missing. Looking at the source to the lighter-admin-drop-menus code, it seems to think it will find a custom image icon for Media Flickr, but cannot locate it and the URL is incomplete.

uchy 08-09-22 (月) 18:24

はじめまして。Wordpress Media Flickrを愛用させていただいております!WordPress2.6.2にてWordpress Media Flickr1.0.3を使用した際に、「写真を追加」ボタンで開くダイアログに、下記にエラーが表示されてしまいます。エラーを無視すれば機能自体は正常に動作しているように見受けられます。WordPress2.6.2とメディアアップロード系のプラグインで発生するエラーのようなのですが、お時間あればぜひご対応をよろしくお願いいたします。


Warning: call_user_func_array(): First argumented is expected to be a valid callback, ‘media_admin_css’ was given in /*****/wp-includes/plugin.php on line 311

wiste 08-12-23 (火) 2:22

The plugin works, but I always see this error at the top of the thumbnail window:

Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘media_admin_css’ was given in **************/wp-includes/plugin.php on line 339

Mike Liwsi 09-05-06 (水) 4:58

Thanx! Good plugin.

Comment Form
Remember personal info

*
表示されている文字を入力してください(大文字・小文字区別無し)
Anti-Spam Image

Trackbacks:2

Trackback URL for this entry
http://factage.com/yu-ji/2008/03/31/wordpress-media-flickr-1_0_0/trackback/
Listed below are links to weblogs that reference
Flickrの写真をWordpressの記事に直接貼り付けるプラグイン from yujilog
trackback from ラワンクルの「新・日記のある暮らし」 08-04-18 (金) 19:51

Flickrの写真をWordpressの記事に直接貼り付けるプラグインを試す

WordPress ME2.2.3からWordPress 2.5にバージョンアップ後、さっそく、試しにFlickrの写真をWordpressの記事に直接貼り付けるプラグインを使ってみました。

trackback from my confidence… 08-05-01 (木) 16:44

Flickrの写真をWordpressの記事へはりつける〜Wordpress Media Flickr〜

Flickrまわりの便利なものを探しているとき、たまたま見つけたプラグイン。
Flickrの写真を自分のブログ(Wordpress)に呼び出して記事に貼り付けることができます。
※WP2.5以上でないと動か…

Home > yujilog > Flickrの写真をWordpressの記事に直接貼り付けるプラグイン

アーカイブ
  • 2008年
    01 02 03 04 05 06
    07 08 09 10 11 12
  • 2006年
    01 02 03 04 05 06
    07 08 09 10 11 12
  • 2005年
    01 02 03 04 05 06
    07 08 09 10 11 12
  • 2004年
    01 02 03 04 05 06
    07 08 09 10 11 12
タグクラウド
Spam Blocked
hhcg weight loss Medi Weight Loss Centers hair loss and weight loss fastin no rx Diabetic Weight Loss Menus supporting friend though loss of father! low sodium food weight loss? Phentermine Delivered Next Day Adipex side affects phentermine doctor consultation 67. weight loss message, Bunny Resin Garden Statue loss man tip weight weight loss health spas in pennsylvania; Mg Of Phentermine phentermine site map weight loss day 4 Michael Thurman Weight Loss shoe resin weight loss vacations arizona Weight Loss Reflexology weight loss mind control Phentermine chemical id weight loss and saunas 231. Natural Weight Loss Help science on weight loss culligan resin Alli And Weight Loss phentermine pharmacy inexspensive "quick weight loss center houston" Buyin G Phentermine weight loss using laxatives fat weight body loss lose! Overnight Fedex Phentermine buy phentermine with no prior prescription

weight loss kits

Dark Chocolate And Weight Loss weight loss clinics in san bernardino "womens weight loss pills" Muslimah Weight Loss Surgery phentermine site map florida spa weight loss Herbs That Help Weight Loss michael thurman weight loss phentermine without doctors script needed Fat Burn Thr adipex no prior prescription 37.5 phentermine without prescription Cheapest No Rx Phentermine heart monitor weight loss; "weight loss soup recipe" Generic For Ionamin weight loss infomercial canine sever weight loss vomiting Zonisamide And Nausea And Weight Loss wood epoxy resin surfboards no snacking weight loss Phentermine Adipex Online Consultation mandisa hundley weight loss buy water softener resin, Weight Loss Traveler Spb Invaders glucophage xr 500mg weight loss? weight loss registry Turnkey Medi Weight Loss custom resins inc paige denim roxbury dark resin Weight Loss Spas In France hair loss and weight loss fastin no rx Skin Elasticity After Weight Loss supporting friend though loss of father! rapid weight loss symptoms! Tree Resin Removal From Auto Finishes Adipex side affects phentermine doctor consultation 67. weight loss message, Hilary Duff Weight Loss Plastic Surgery loss man tip weight weight loss australia Slim Fast Weight Loss Program phentermine site map weight loss day 4 Lite Life Weight Loss Program

shoe resin

physicians assisted weight loss Impregnation Resin Wood weight loss mind control Phentermine chemical id weight loss and saunas 231. Baby Weight Loss science on weight loss

culligan resin

Virgin Coconut Oil For Weight Loss phentermine pharmacy inexspensive nicotine and weight loss? Adipex Overnight Cod Eft weight loss using laxatives fat weight body loss lose! Loss Fat buy phentermine with no prior prescription weight loss kits Weight Loss Clinics In Omaha Ne

weight loss clinics in san bernardino

"womens weight loss pills" Phentermine Pulmonary Hypertension phentermine site map can you shoot up phentermine U Weight Loss Clinic michael thurman weight loss phentermine without doctors script needed Target Belly Fat Weight Loss adipex no prior prescription 37.5 phentermine without prescription
Decorative Resin Trays
heart monitor weight loss; aliphatic resin emulsion glue Weight Loss Time Limit Weight Loss weight loss infomercial canine sever weight loss vomiting La Weight Loss Denver wood epoxy resin surfboards phentermine dose Cayenne For Fat Loss mandisa hundley weight loss buy water softener resin, Niche Directory Weight Loss glucophage xr 500mg weight loss? glucophage xr 500mg weight loss? Flow Switch High Temperature Resin custom resins inc paige denim roxbury dark resin Dieting Loss Weight hair loss and weight loss fastin no rx L A Weight Loss Center Hemorrhage supporting friend though loss of father! low sodium food weight loss? Quotes For Success On Weight Loss Adipex side affects phentermine doctor consultation 67. weight loss message, Long Term Weight Loss loss man tip weight weight loss health spas in pennsylvania; Pharma 4 Phentermines phentermine site map weight loss day 4 Qiuck Weight Loss shoe resin weight loss vacations arizona
Healthy Foods For Weight Loss
weight loss mind control safe weight loss plans Pure Weight Loss Lmanagement Team science on weight loss dr simeon weight loss cure 1959? Best Weight Loss Workouts phentermine pharmacy inexspensive "quick weight loss center houston" Two Tier Resin Waterfall weight loss using laxatives fat weight body loss lose! Simmeons Diet Weight Loss buy phentermine with no prior prescription phentermine side affects Extreme Weight Loss Retreats weight loss clinics in san bernardino cod delivery phentermine 37.5 Phentermine Without Prescription phentermine site map florida spa weight loss Teen Weight Loss Summer Camp michael thurman weight loss phentermine without doctors script needed Center Loss Quick Texas Weight adipex no prior prescription 37.5 phentermine without prescription
Turmeric Weight Loss
heart monitor weight loss; aliphatic resin emulsion glue Tony Blankley Weight Loss weight loss infomercial canine sever weight loss vomiting Cabbage Soup Diet Weight Loss wood epoxy resin surfboards phentermine dose Accelerated Weight Loss B12 Hcg mandisa hundley weight loss buy water softener resin, Buy Phentermine Cheap Phentermine glucophage xr 500mg weight loss? glucophage xr 500mg weight loss? Phentermine Cheapest Overnight Cod custom resins inc paige denim roxbury dark resin Best Otc Weight Loss hair loss and weight loss fastin no rx Dr Phil Weight Loss Challenge supporting friend though loss of father! low sodium food weight loss? Cheap Alli Weight Loss Medicine Adipex side affects phentermine doctor consultation 67. weight loss message, Outdoor Planter Resin White Square loss man tip weight weight loss health spas in pennsylvania; Hgl Weight Loss phentermine site map weight loss day 4 No Prescription Phentermine Adipex Cheap shoe resin weight loss vacations arizona Definition Of Deadweight Loss weight loss mind control Phentermine chemical id weight loss and saunas 231. La Weight Loss Minnesota science on weight loss culligan resin Phentermine 180 Count phentermine pharmacy inexspensive "quick weight loss center houston" Weight Loss Self Worth weight loss using laxatives fat weight body loss lose! Over The Counter Phentermine buy phentermine with no prior prescription

weight loss kits

Weight Loss Scam weight loss clinics in san bernardino ionamin warning After Loss Plastic Surgery Surgery Weight phentermine site map florida spa weight loss

Uk Suppliers Of Phentermine

michael thurman weight loss phentermine 37.5 no prescription overnight shipping Science On Weight Loss adipex no prior prescription 37.5 phentermine without prescription Phentermine Shipped Cash On Delivery heart monitor weight loss; "weight loss soup recipe"

Preparing For Weight Loss Surgery

weight loss infomercial adipex 37.5mg tablet; Yuslim Weight Loss wood epoxy resin surfboards no snacking weight loss Feasters Weight Loss mandisa hundley weight loss buy water softener resin, Weight Loss Objectives glucophage xr 500mg weight loss? weight loss registry Dogs Weight Loss custom resins inc paige denim roxbury dark resin Oil Paint Resin hair loss and weight loss fastin no rx Extreme Weight Loss Diets supporting friend though loss of father! rapid weight loss symptoms! Fat Loss Crusade Adipex side affects phentermine doctor consultation 67. weight loss message, Phentermine 37.5mg Tablets loss man tip weight weight loss health spas in pennsylvania; Chemical Basic Quick Weight Loss phentermine site map weight loss day 4 On-line Weight Loss Programs shoe resin weight loss vacations arizona Best Prescription Weight Loss weight loss mind control Phentermine chemical id weight loss and saunas 231. Overcoming Weight Loss Plateaus science on weight loss culligan resin Kenny Spenny Weight Loss

phentermine pharmacy inexspensive

buy order phentermine hcl without prescription Picnic Table Resin weight loss using laxatives fat weight body loss lose! Shani Weight Loss buy phentermine with no prior prescription weight loss kits Weight Loss Wasilla Alaska weight loss clinics in san bernardino cod delivery phentermine R R Resin phentermine site map weight loss cure hypothalmus Weight Loss Hormone michael thurman weight loss phentermine without doctors script needed Weight Loss With Hashimotos Disease adipex no prior prescription 37.5 phentermine without prescription Phentermine Over Night Delivery No Prescription heart monitor weight loss; "weight loss soup recipe" Trudeau Weight Loss Protocol

weight loss infomercial

adipex 37.5mg tablet; M23053 5 Shelf Life Polyolefin Resin wood epoxy resin surfboards phentermine dose Weight Loss Goal Setting mandisa hundley weight loss buy water softener resin, St Marys Rapid Weight Loss Diet glucophage xr 500mg weight loss? weight loss registry 3m Resin Panels custom resins inc paige denim roxbury dark resin First Impressions Weight Loss hair loss and weight loss fastin no rx New Fda Approved Weight Loss Drug supporting friend though loss of father! low sodium food weight loss? Dottis Loss Site Weight Adipex side affects phentermine doctor consultation 67. weight loss message, Ads Loss Tv Weight loss man tip weight weight loss health spas in pennsylvania; Weight Loss Washington Dc phentermine site map weight loss surgery kansas city Order Phentermine From Middle East Pharmacy shoe resin weight loss vacations arizona Daredevil Resin Model Kit weight loss mind control Phentermine chemical id weight loss and saunas 231. Fastin 30mg science on weight loss culligan resin Yerba Mate Weight Loss phentermine pharmacy inexspensive "quick weight loss center houston" Beans And Weight Loss weight loss using laxatives fat weight body loss lose! Cheapest Phentermine Pills No Prescription buy phentermine with no prior prescription phentermine side affects Weightlosssurgeryinfo Com Weight Loss Surgery Complications weight loss clinics in san bernardino cod delivery phentermine Jumping Rope Weight Loss phentermine site map florida spa weight loss Wang Resin Capping michael thurman weight loss phentermine without doctors script needed 7 Minute Weight Loss Program adipex no prior prescription 37.5 phentermine without prescription Order Us Phentermine Online heart monitor weight loss; "weight loss soup recipe" Loss Melissa Peterman Weight weight loss infomercial canine sever weight loss vomiting Weight Loss Or Weight Management wood epoxy resin surfboards phentermine dose Weight Loss Humor mandisa hundley weight loss buy phentermine online without a prescrition Cheap Phentermine Pill glucophage xr 500mg weight loss? glucophage xr 500mg weight loss? Adipex P No Prescription custom resins inc paige denim roxbury dark resin Weight Loss Clinic Oklahoma City hair loss and weight loss fastin no rx Adipex Online No Script Needed supporting friend though loss of father!

low sodium food weight loss?

Cast Resin Figurines For Making Pins Adipex side affects phentermine doctor consultation 67. 888 weight loss 99 Weight Loss And Penis Size loss man tip weight weight loss health spas in pennsylvania; Shapely Secrets Weight Loss phentermine site map weight loss surgery kansas city Metamucil Weight Loss shoe resin weight loss vacations arizona Dow Resin weight loss mind control Phentermine chemical id weight loss and saunas 231. Wind Chime Outdoor Resin science on weight loss culligan resin Cheap Phentermine No Script phentermine pharmacy inexspensive "quick weight loss center houston" Lois Superman Resin Model weight loss using laxatives fat weight body loss lose! Greatest Course Diet Loss Weight buy phentermine with no prior prescription weight loss kits Weight Loss Mind Control weight loss clinics in san bernardino cod delivery phentermine Outdoor Resin Chess Statues phentermine site map florida spa weight loss Weight Loss Meditation Cd michael thurman weight loss phentermine without doctors script needed Rob Nevins Personalized Weight Loss adipex no prior prescription womens weight loss supliments; Metabolic Weight Loss Bluffton Sc heart monitor weight loss;

Return to page top