Plugin Directory

Changeset 935441


Ignore:
Timestamp:
06/19/2014 11:29:48 PM (12 years ago)
Author:
pyro3x
Message:

readme file fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpinstagram-images-widget/trunk/README.txt

    r935440 r935441  
    2727**Shortcode Examples**
    2828
    29 Show only 1 image: *[wpinstagram_images username="@youusername"]*
     291. Show only 1 image:
    3030
    31 Show 5 images: *[wpinstagram_images username="@youusername" show=5]*
     31[wpinstagram_images username="@youusername"]
    3232
    33 Show 5 images and descriptions: *[wpinstagram_images username="@youusername" show=5 show_description=1]*
     331. Show 5 images:
    3434
    35 Show 5 images, descriptions and change the image size to 300 (width) x 300 (height): *[wpinstagram_images username="@youusername" show=5 show_description=1 image_size="300x300"]*
     35[wpinstagram_images username="@youusername" show=5]
    3636
    37 Show inline photos: *[wpinstagram_images username="@eduardostuart" show="2" horizontal_list=1]*
     371. Show 5 images and descriptions:
     38
     39[wpinstagram_images username="@youusername" show=5 show_description=1]
     40
     411. Show 5 images, descriptions and change the image size to 300 (width) x 300 (height):
     42
     43[wpinstagram_images username="@youusername" show=5 show_description=1 image_size="300x300"]
     44
     451. Show inline photos:
     46
     47[wpinstagram_images username="@eduardostuart" show="2" horizontal_list=1]
    3848
    3949= CSS (Shortcode , Widget ) =
    4050
    41 .wpinstagram{ }
     51
     52
     53.wpinstagram{}
     54
     55
    4256.wpinstagram.wpinstagram-shortcode img, .wpinstagram.wpinstagram-widget img{ }
    4357
     58
     59
    4460.wpinstagram.wpinstagram-shortcode--horizontal .wpinstagram-shortcode-item,
    45 .wpinstagram.wpinstagram-widget--horizontal .wpinstagram-widget-item { }
     61.wpinstagram.wpinstagram-widget--horizontal .wpinstagram-widget-item {}
     62
     63
    4664
    4765
Note: See TracChangeset for help on using the changeset viewer.