# WP SlideYourNet
SlideYourNet wrapper plugin for WordPress

## The shortcode

Use the `[syn]` shortcode anywhere in your pages to display posts.

### Parameters

**Misc**

- title=''

**Filters**

- network='' (empty, twitter or facebook)
- username=''
- search=''
- ref='' (empty value for anything, "yes" for repost only or "no" for original post only)

**Sortering**

- order_by='pub_date'
- order='DESC'
- per_page=5

**Displaying**

- display_date='' (boolean)
- display_username='' (boolean)
- display_avatar='' (boolean)
- display_media='' (boolean)
- stylesheet='wpsyn' ("wpsyn" for default stylesheet or "theme" for the wpsyn.css file within your theme)

Example:

```
[syn per_page=20 display_media=1 display_date=1 display_username=1 display_avatar=1 ref=no]
```